Code

Moved `exit_usage' from `collectd.c' to `configfile.c' and renamed it to `cf_callback...
[collectd.git] / src / cpu.c
index 62e814578cb688d50bb5a857a34899f65bc520c2..28e6233808fa0d60e6c3954926cc38fb5a0a2800 100644 (file)
--- a/src/cpu.c
+++ b/src/cpu.c
@@ -71,11 +71,11 @@ static char *cpu_filename = "cpu-%s.rrd";
 
 static char *ds_def[] =
 {
-       "DS:user:COUNTER:25:0:100",
-       "DS:nice:COUNTER:25:0:100",
-       "DS:syst:COUNTER:25:0:100",
-       "DS:idle:COUNTER:25:0:100",
-       "DS:wait:COUNTER:25:0:100",
+       "DS:user:COUNTER:25:0:U",
+       "DS:nice:COUNTER:25:0:U",
+       "DS:syst:COUNTER:25:0:U",
+       "DS:idle:COUNTER:25:0:U",
+       "DS:wait:COUNTER:25:0:U",
        NULL
 };
 static int ds_num = 5;