# 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=udp				ping


# Information about defined systems to monitor using DESCR command.
#
# KEYWORD       SYSTEM FEATURES                         Apply To HOST
#---------      --------------------------              ------------
DESCR		features=unix,linux,suse		localhost
# DESCR		features=unix,sysv,solaris		someotherhost


# 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 memory network cpuload
localhost	disk
localhost	syslog
localhost	proc=init procs proc=master procs proc=sshd procs     
localhost	users

# EDIT THIS, replace localhost by the name or IP address of your Big Sister server
#
# BigSis Server bsdisplay /options
#------------   -----------------------------------
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
