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

Diff of /df/Defaults

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Mon Jul 15 10:13:38 2002 UTC revision 1.2 by dpavlin, Tue Jul 16 12:38:33 2002 UTC
# Line 2  Line 2 
2  Target  --default--  Target  --default--
3          directory-desc          = "Disk Space Utilization"          directory-desc          = "Disk Space Utilization"
4          short-desc      =       "Disk Utilization"          short-desc      =       "Disk Utilization"
5          ssh             =       ""  
6  # change this for your configuration          # change this for your configuration
         config-dir      =       "/etc/cricket/config/df"  
7          parse-script    =       "/data/cricket/parse_df.pl"          parse-script    =       "/data/cricket/parse_df.pl"
8    
9            # 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  dataSource --default--  dataSource --default--
15          rrd-ds-type             =       GAUGE          rrd-ds-type     =       GAUGE
16          rrd-heartbeat           =       1800          rrd-heartbeat   =       1800
17          ds-source               =       "exec:0:%parse-script% \"%ssh%\" %display-name%"          ds-source       =       "exec:0:%parse-script% \"%ssh%\" %display-name%"
18            rrd-min         =       0
19            rrd-max         =       100
20    
21  graph   df  graph   df
22          color           = blue          draw-as         =       AREA
23          draw-as         = AREA          legend          =       "%"
24          legend          = "Percent Utilization"          y-axis          =       "Usage"
25          y-axis          = "Usage"          units           =       ""
26          units           = ""          y-min           =       0
27            y-max           =       100
28    
29  targetType      usage  targetType      usage
30          ds = "df"          ds              =       "df"
31          view = "Utilization: df"          view            =       "Utilization: df"
32    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26