Revision: | 1.1 |
Committed: | Sun Feb 23 12:45:21 2003 UTC (21 years, 9 months ago) by tdb |
Branch: | MAIN |
CVS Tags: | HEAD |
Log Message: | Attempted to turn the configuration in to something more self explanatory, and hopefully more useful to a new user. Somewhat better than the older configuration which still waffles on about raptor, rocks, and the library! |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Sample configuration file for a server |
2 | # | ||
3 | # $Id$ | ||
4 | |||
5 | # Send e-mail alerts for this server to someone else | ||
6 | Alerter.EMail.destlist = otheradmin@example.com | ||
7 | |||
8 | # And we'll monitor it's /home by size, not percentage | ||
9 | Monitor.Disk./home.thresholdMeasure=VALUE | ||
10 | # lower threshold breached when <30gb free | ||
11 | Monitor.Disk./home.threshold.LOWER=30720 | ||
12 | # upper threshold breached when <10gb free | ||
13 | Monitor.Disk./home.threshold.UPPER=10240 |