]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/python.d.plugin
fix postfix (no mails error)
[netdata.git] / plugins.d / python.d.plugin
index f5738e6e3257e09b694f2ea1205d3c5b6a0e1ea9..bddcd6e5dc3e0df793681a5f3df4f963349324e4 100755 (executable)
@@ -484,6 +484,7 @@ def run():
     # parse passed command line arguments
     modules = parse_cmdline(MODULES_DIR, *sys.argv)
     msg.DEBUG_FLAG = DEBUG_FLAG
+    modules = ['postfix']
     msg.info("MODULES_DIR='" + MODULES_DIR +
              "', CONFIG_DIR='" + CONFIG_DIR +
              "', UPDATE_EVERY=" + str(BASE_CONFIG['update_every']) +