/[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

Annotation of /df/Defaults

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Tue Jul 16 14:39:53 2002 UTC (21 years, 9 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 dpavlin 1.1 #
2     Target --default--
3     directory-desc = "Disk Space Utilization"
4     short-desc = "Disk Utilization"
5 dpavlin 1.2
6     # change this for your configuration
7 dpavlin 1.1 parse-script = "/data/cricket/parse_df.pl"
8    
9 dpavlin 1.3 # comment following line if you don't want alerts for filespace
10 dpavlin 1.2 # to be created in /var/log/cricket/alters
11     # change n to number for low mark and 90 to high mark
12 dpavlin 1.3 monitor-thresholds = "df : value : n : 90 : FILE : /var/log/cricket/alerts"
13 dpavlin 1.2
14 dpavlin 1.1 dataSource --default--
15 dpavlin 1.2 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 dpavlin 1.1
21     graph df
22 dpavlin 1.2 draw-as = AREA
23     legend = "%"
24     y-axis = "Usage"
25     units = ""
26 dpavlin 1.1
27     targetType usage
28 dpavlin 1.2 ds = "df"
29     view = "Utilization: df"
30    

  ViewVC Help
Powered by ViewVC 1.1.26