# Agent Configuration File
# The Big Sister Server expects communication
# every 10 minutes or server is considered down
#-----------------------------------------------------
# Set the default SNMP community to "public", the
#
# Set default frequency to 5 minutes for "ALL" checks
# KEYWORD	Default settings			Apply To TEST
#-------------	---------------------------		-----------------
DEFAULT		community=public frequency=5 perf=5 	ALL
DEFAULT		version=1 proto=udp 			rpc
DEFAULT		proto=icmp 				ping

# Information about defined systems to monitor using DESCR command.
#
# KEYWORD  	SYSTEM FEATURES                 	Apply To HOST
#---------      --------------------------      	------------
DESCR		features=linux 				localhost
DESCR		features=linux,remote 			cb01
DESCR		features=linux,remote 			cb02
DESCR		features=linux,remote 			cb03
DESCR		features=linux,remote 			mail2

# Run the following tests. 
# Note: host1(host2) is reported under host2
# Note: host can be an IP address
# Report Host	Health Test List
#------------	-----------------------------------
localhost	load cpuload syslog
localhost	service=smtp tcp
localhost	proc=sshd procs     
cb01		dns
cb02		dns
mail2		dns
cb01		service=smtp tcp
cb02		service=smtp tcp
cb03		service=smtp tcp
mail2		service=smtp tcp
cb01		service=pop3 tcp
cb02		service=pop3 tcp
cb03		service=pop3 tcp
cb02		realhttp url=http://www.customreports.com/index.html greppos=trucking

# EDIT THIS, replace localhost by the name of your Big Sister server
localhost		bsdisplay

# include file for specific hosts, do not name it uxmon-net.* as a new 
# process is started for every file matching that pattern

include include_checks.$HOST
