Browse Source

"nsd" module update

lgz 7 years ago
parent
commit
29e0999cf4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      python.d/nsd.chart.py

+ 2 - 2
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