/[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.2 - (hide annotations)
Tue Jul 16 12:38:33 2002 UTC (21 years, 9 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +21 -13 lines
added y-min and y-max (so that graph always shows whole 100% range)
added trasholds for alerts

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.2 # uncomment following line if you want alterts 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 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     y-min = 0
27     y-max = 100
28 dpavlin 1.1
29     targetType usage
30 dpavlin 1.2 ds = "df"
31     view = "Utilization: df"
32    

  ViewVC Help
Powered by ViewVC 1.1.26