--- projects/cms/source/server/build/etc/system.conf 2001/03/08 21:38:05 1.31 +++ projects/cms/source/server/build/etc/system.conf 2001/03/09 03:36:47 1.34 @@ -5,8 +5,8 @@ # configuration system has this file as its # root of configuration # -# $Author: tdb $ -# $Id: system.conf,v 1.31 2001/03/08 21:38:05 tdb Exp $ +# $Author: ajm $ +# $Id: system.conf,v 1.34 2001/03/09 03:36:47 ajm Exp $ # ############################################################ #### Configuration Files & Groups @@ -113,7 +113,7 @@ Host.serviceChecks=HTTP;SMTP;POP3;SSH;FTP;IMAP;Telnet # the monitors to run Monitor.PluginsPackage=uk.ac.ukc.iscream.client.monitors -Monitor.Plugins=CPU;Memory;Swap;Heartbeat;WebFeeder; +Monitor.Plugins=CPU;Disk;Memory;Swap;Heartbeat;WebFeeder; ## CPU monitor configuration @@ -164,6 +164,43 @@ Monitor.Swap.alertTimeout.CAUTION=1800 Monitor.Swap.alertTimeout.CRITICAL=3600 +## Disk monitor configuration +# threshold values +# +# note: if the UPPER threshold is broken, +# the alertTimeout values are halved. +# This is to escalate the alert quicker. +Monitor.Disk.threshold.LOWER=80 +Monitor.Disk.threshold.UPPER=90 + +# timings of the alerts (in seconds) +Monitor.Disk.alertTimeout.NOTICE=60 +Monitor.Disk.alertTimeout.WARNING=900 +Monitor.Disk.alertTimeout.CAUTION=1800 +Monitor.Disk.alertTimeout.CRITICAL=3600 + + +## Services monitor configuration +# threshold values +# +# THE SERVICES MONITOR USES A HACK +# WHEREBY IT USES THE SERVICE STATUS +# AS THE THRESHOLD LEVEL. THIS SHOULD +# BE LOOKED AT! +# +# note: if the UPPER threshold is broken, +# the alertTimeout values are halved. +# This is to escalate the alert quicker. +#Monitor.Services.threshold.LOWER=120 +#Monitor.Services.threshold.LOWER=300 + +# timings of the alerts (in seconds) +Monitor.Services.alertTimeout.NOTICE=60 +Monitor.Services.alertTimeout.WARNING=900 +Monitor.Services.alertTimeout.CAUTION=1800 +Monitor.Services.alertTimeout.CRITICAL=3600 + + ## Heartbeat monitor configuration # threshold values # @@ -248,12 +285,21 @@ Alerter.IRC.rejectMessage = sorry, I don't understand #### WebFeeder Configuration ############################################################ +# Define these (one or both_ to turn on the WebFeeder's, +# comment it to turn them off +WebFeeder.latestActive = true +WebFeeder.alertActive = true + # Root Path WebFeeder.rootPath = /usr/local/proj/co600_10/webroot # Latest Data WebFeeder.latestSubDir = latest WebFeeder.latestFileName = latest_data + +# Alert Data +WebFeeder.alertSubDir = alert +WebFeeder.alertFileName = alert_data ############################################################