/[cricket]/df/Defaults
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /df/Defaults

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Tue Jul 16 14:39:53 2002 UTC (21 years, 8 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -4 lines
scale just overview graph to 0-100% range, leave all individual graph
auto-scale (so that changes can be viewed better)

1 #
2 Target --default--
3 directory-desc = "Disk Space Utilization"
4 short-desc = "Disk Utilization"
5
6 # change this for your configuration
7 parse-script = "/data/cricket/parse_df.pl"
8
9 # comment following line if you don't want alerts for filespace
10 # to be created in /var/log/cricket/alters
11 # change n to number for low mark and 90 to high mark
12 monitor-thresholds = "df : value : n : 90 : FILE : /var/log/cricket/alerts"
13
14 dataSource --default--
15 rrd-ds-type = GAUGE
16 rrd-heartbeat = 1800
17 ds-source = "exec:0:%parse-script% \"%ssh%\" %display-name%"
18 rrd-min = 0
19 rrd-max = 100
20
21 graph df
22 draw-as = AREA
23 legend = "%"
24 y-axis = "Usage"
25 units = ""
26
27 targetType usage
28 ds = "df"
29 view = "Utilization: df"
30

  ViewVC Help
Powered by ViewVC 1.1.26