]> arthur.barton.de Git - netdata.git/blobdiff - src/plugin_idlejitter.c
all internal plugins create chart at localhost except plugins.d that respects the...
[netdata.git] / src / plugin_idlejitter.c
index f4903e35ba302667d9da8e800b1af7098ef46315..bff85d1343d52b6e05b33290c1e3bd0c7360acd7 100644 (file)
@@ -21,7 +21,8 @@ void *cpuidlejitter_main(void *ptr) {
 
     RRDSET *st = rrdset_find_localhost("system.idlejitter");
     if(!st) {
-        st = rrdset_create("system", "idlejitter", NULL, "processes", NULL, "CPU Idle Jitter", "microseconds lost/s", 9999, rrd_update_every, RRDSET_TYPE_LINE);
+        st = rrdset_create_localhost("system", "idlejitter", NULL, "processes", NULL, "CPU Idle Jitter"
+                                     , "microseconds lost/s", 9999, rrd_update_every, RRDSET_TYPE_LINE);
         rrddim_add(st, "jitter", NULL, 1, 1, RRD_ALGORITHM_ABSOLUTE);
     }