]> arthur.barton.de Git - netdata.git/blobdiff - src/proc_interrupts.c
re-order the dashboard menu so that Disks is above networking
[netdata.git] / src / proc_interrupts.c
index fe0e9b1a57635a43bc1cd139a74e59f0e10b9ebf..53c9344e45ec2d18df3dd49634ed031d1b962e75 100644 (file)
@@ -151,7 +151,7 @@ int do_proc_interrupts(int update_every, unsigned long long dt) {
                 char name[256+1], title[256+1];
                 snprintfz(name, 256, "cpu%d_interrupts", c);
                 snprintfz(title, 256, "CPU%d Interrupts", c);
-                st = rrdset_create("cpu", id, name, "interrupts", "cpu.interrupts", title, "interrupts/s", 2000 + c, update_every, RRDSET_TYPE_STACKED);
+                st = rrdset_create("cpu", id, name, "interrupts", "cpu.interrupts", title, "interrupts/s", 1100 + c, update_every, RRDSET_TYPE_STACKED);
 
                 for(l = 0; l < lines ;l++) {
                     struct interrupt *irr = irrindex(irrs, l, cpus);