--- projects/cms/source/server/build/etc/system.conf 2001/03/05 04:21:20 1.21 +++ projects/cms/source/server/build/etc/system.conf 2001/03/05 13:40:48 1.22 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.21 2001/03/05 04:21:20 tdb Exp $ +# $Id: system.conf,v 1.22 2001/03/05 13:40:48 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -113,9 +113,9 @@ Host.serviceChecks=HTTP;SMTP # the monitors to run Monitor.PluginsPackage=uk.ac.ukc.iscream.client.monitors -Monitor.Plugins=CPU; +Monitor.Plugins=CPU;Heartbeat -# CPU monitor configuration +## CPU monitor configuration # threshold values # # note: if the UPPER threshold is broken, @@ -130,7 +130,21 @@ Monitor.CPU.alertTimeout.WARNING=900 Monitor.CPU.alertTimeout.CAUTION=1800 Monitor.CPU.alertTimeout.CRITICAL=3600 +## Heartbeat monitor configuration +# threshold values +# +# note: if the UPPER threshold is broken, +# the alertTimeout values are halved. +# This is to escalate the alert quicker. +Monitor.Heartbeat.checkPeriod=50 +Monitor.Heartbeat.threshold.LOWER=120 +Monitor.Heartbeat.threshold.LOWER=300 +# timings of the alerts (in seconds) +Monitor.Heartbeat.alertTimeout.NOTICE=60 +Monitor.Heartbeat.alertTimeout.WARNING=900 +Monitor.Heartbeat.alertTimeout.CAUTION=1800 +Monitor.Heartbeat.alertTimeout.CRITICAL=3600 ############################################################ #### Alerter Configuration