]> arthur.barton.de Git - netdata.git/commitdiff
move hwcorrupted chart to ecc family
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 11 Jan 2017 22:03:17 +0000 (00:03 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Wed, 11 Jan 2017 22:03:17 +0000 (00:03 +0200)
src/proc_meminfo.c

index 05dc0bb90e42f320c5b0804dadf268afbf1d724a..d4fcbfeed5918378bc54b8aeb071bd6afc3a94a2 100644 (file)
@@ -267,7 +267,7 @@ int do_proc_meminfo(int update_every, usec_t dt) {
 
         st = rrdset_find("mem.hwcorrupt");
         if(!st) {
-            st = rrdset_create("mem", "hwcorrupt", NULL, "errors", NULL, "Hardware Corrupted ECC", "MB", 9000, update_every, RRDSET_TYPE_LINE);
+            st = rrdset_create("mem", "hwcorrupt", NULL, "ecc", NULL, "Hardware Corrupted ECC", "MB", 9000, update_every, RRDSET_TYPE_LINE);
             st->isdetail = 1;
 
             rrddim_add(st, "HardwareCorrupted", NULL, 1, 1024, RRDDIM_ABSOLUTE);