# Set the default SNMP community to "public", the
# default frequency is 1/5min anyway
DEFAULT		community=public frequency=5 ALL

# Set the default version and protocol for rpc checks to "1" and "udp"
DEFAULT		version=1 proto=udp rpc

localhost	load diskload memory \
		fs=all(6%-10%),all-ufs(6%-10%),all-ext2(6%-10%) diskfree \
		syslog dumpdates \
		procs=init(1-1),sendmail(1-20) procs eventlog cpuload \
		network

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

# uncomment this and replace localhost by a suitable Big Sister server
# if you want to enable performance data trend charts
# localhost	frequency=10 perfdata=etc/perf options=perf bsdisplay
# localhost	frequency=30 perfdata=etc/perfslow options=perf 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
