# Global configfile for Checkservice. # # Syntax: # key=value # # Set path where deep service check plugins are located pluginpath=/usr/lib/checkservice # Set path where caches are kept cachepath=/var/cache/checkservice # Set path where lockfiles are kept lockpath=/var/lock/checkservice # Set the default logdir (those logs will be used to calculate uptime # percentage on the php status page) defaultlogdir=/var/log/checkservice # # Keep webcache in /web.cache to speed up the status page? webcache=yes # Consider unreachable hosts as critical, issue warning and don't scan for # down services. downcritical=yes # Use warning methods to notify if a service is back up again. back_up=yes # Set the count for pinging a host to test if it's up. Lower values will # result to faster scanning! hostping=3 # If Checkservice does a service check, a connection may hang, this # sets timeout to abort and declares service as unavailable. (default 10s) # (WARNING: setting this to a low value may produce false warnings.) ctimeout=30 # Defines the maximum lenght of the failure cache (cache which # holds all timeouts/service failures/unreachabilities and when # they happened). failureslen=7 # Warning methods, if you want to use combinations, separate with colon # (eg. wmethod=sms:mail), available methods: # * mail # * sms # * beep # * action (run the command given in the host-specific configfile) wmethod=mail:action # Timeout for running actions (defaults to 20s). If action takes too # long, it will be killed. atimeout=20 # Set the time in seconds to repeat the mail warning (if enabled), # if host is down or service is not available. repeatmailw=1800 # Email-address to put warning mails to. # For multiple emails separate with a colon (no spaces) # (eg. mailto=root@localhost:someone@somewhere.net:someone@elsewhere.net:...) mailto=root@localhost