mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
multicpu1sec-c: using DERIVE
We just delegate the whole CPU % computing to RRD
This commit is contained in:
parent
4a9b0e4796
commit
b0e8dcea39
@ -51,6 +51,7 @@ int config() {
|
||||
for (i = 0; i < ncpu; i++) {
|
||||
printf("cpu%d.label CPU %d\n", i, i);
|
||||
printf("cpu%d.draw %s\n", i, "AREASTACK");
|
||||
printf("cpu%d.type %s\n", i, "DERIVE");
|
||||
printf("cpu%d.min 0\n", i);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user