mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-23 06:35:42 +00:00
multicpu1sec-c: using DERIVE
We just delegate the whole CPU % computing to RRD
This commit is contained in:
parent
4a9b0e4796
commit
b0e8dcea39
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue