Code

Changed the DS of the apache-plugin to contain upper limits. Since logrotate restarts...
[collectd.git] / src / df.c
index 6b7df3112a92b27ecbcaa401eb4663a39ba8f539..3e173c5f466bc412aca110830176dfbfb25d8bfa 100644 (file)
--- a/src/df.c
+++ b/src/df.c
@@ -51,8 +51,8 @@ static char *filename_template = "df-%s.rrd";
 
 static char *ds_def[] =
 {
-       "DS:used:GAUGE:25:0:U",
-       "DS:free:GAUGE:25:0:U",
+       "DS:used:GAUGE:"COLLECTD_HEARTBEAT":0:U",
+       "DS:free:GAUGE:"COLLECTD_HEARTBEAT":0:U",
        NULL
 };
 static int ds_num = 2;