diff options
Diffstat (limited to 'collectors/tc.plugin/plugin_tc.c')
-rw-r--r-- | collectors/tc.plugin/plugin_tc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/tc.plugin/plugin_tc.c b/collectors/tc.plugin/plugin_tc.c index 083cc2986..1a0ced9a5 100644 --- a/collectors/tc.plugin/plugin_tc.c +++ b/collectors/tc.plugin/plugin_tc.c @@ -879,7 +879,7 @@ void *tc_main(void *ptr) { #endif uint32_t first_hash; - snprintfz(command, TC_LINE_MAX, "%s/tc-qos-helper.sh", netdata_configured_plugins_dir); + snprintfz(command, TC_LINE_MAX, "%s/tc-qos-helper.sh", netdata_configured_primary_plugins_dir); char *tc_script = config_get("plugin:tc", "script to run to get tc values", command); while(!netdata_exit) { |