2
0
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:
Steve Schnepp 2015-03-03 22:48:20 +00:00
parent 4a9b0e4796
commit b0e8dcea39

View File

@ -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);
}