]> arthur.barton.de Git - netdata.git/blobdiff - src/global_statistics.c
added diskspace plugin monitoring charts
[netdata.git] / src / global_statistics.c
index bb2b1f08f7bf6dc6941e17766d34d39dff183627..a698615f4e770aaf9e947b1b7419f44e8a42872a 100644 (file)
@@ -131,7 +131,7 @@ void global_statistics_charts(void) {
 
     if (!stcpu_thread) stcpu_thread = rrdset_find("netdata.plugin_proc_cpu");
     if (!stcpu_thread) {
-        stcpu_thread = rrdset_create("netdata", "plugin_proc_cpu", NULL, "proc.internal", NULL,
+        stcpu_thread = rrdset_create("netdata", "plugin_proc_cpu", NULL, "proc", NULL,
                                      "NetData Proc Plugin CPU usage", "milliseconds/s", 132000, rrd_update_every,
                                      RRDSET_TYPE_STACKED);