--- df/Defaults 2002/07/15 10:13:38 1.1 +++ df/Defaults 2002/07/16 12:38:33 1.2 @@ -2,23 +2,31 @@ Target --default-- directory-desc = "Disk Space Utilization" short-desc = "Disk Utilization" - ssh = "" -# change this for your configuration - config-dir = "/etc/cricket/config/df" + + # change this for your configuration parse-script = "/data/cricket/parse_df.pl" + # uncomment following line if you want alterts for filespace + # to be created in /var/log/cricket/alters + # change n to number for low mark and 90 to high mark + #monitor-thresholds = "df : value : n : 90 : FILE : /var/log/cricket/alerts" + dataSource --default-- - rrd-ds-type = GAUGE - rrd-heartbeat = 1800 - ds-source = "exec:0:%parse-script% \"%ssh%\" %display-name%" + rrd-ds-type = GAUGE + rrd-heartbeat = 1800 + ds-source = "exec:0:%parse-script% \"%ssh%\" %display-name%" + rrd-min = 0 + rrd-max = 100 graph df - color = blue - draw-as = AREA - legend = "Percent Utilization" - y-axis = "Usage" - units = "" + draw-as = AREA + legend = "%" + y-axis = "Usage" + units = "" + y-min = 0 + y-max = 100 targetType usage - ds = "df" - view = "Utilization: df" + ds = "df" + view = "Utilization: df" +