diff options
Diffstat (limited to 'python.d/nsd.chart.py')
-rw-r--r-- | python.d/nsd.chart.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python.d/nsd.chart.py b/python.d/nsd.chart.py index 68bb4f237..499dfda2e 100644 --- a/python.d/nsd.chart.py +++ b/python.d/nsd.chart.py @@ -2,10 +2,10 @@ # Description: NSD `nsd-control stats_noreset` netdata python.d module # Author: <383c57 at gmail.com> - -from base import ExecutableService import re +from bases.FrameworkServices.ExecutableService import ExecutableService + # default module values (can be overridden per job in `config`) priority = 60000 retries = 5 |