###############################################################################
#
#  Agent Parameters
#

agentAddress udp:161

rocommunity public
#rwcommunity divusrd

sysLocation Eppan a.d.W., Suedtirol
sysContact  divusrd@divus.eu
sysName     DIVUS-TZ-V3
sysServices 72


###############################################################################
#
#  Process Monitoring
#
                               # At least one  'mountd' process
proc  mountd
                               # No more than 4 'ntalkd' processes - 0 is OK
proc  ntalkd    4
                               # At least one 'sendmail' process, but no more than 10
proc  sendmail 10 1

#  Walk the UCD-SNMP-MIB::prTable to see the resulting output
#  Note that this table will be empty if there are no "proc" entries in the snmpd.conf file


###############################################################################
#
#  Disk Monitoring
#
                               # 10MBs required on root disk, 5% free on /var, 10% free on all other disks
disk       /     10000
disk       /var  5%
includeAllDisks  10%

#  Walk the UCD-SNMP-MIB::dskTable to see the resulting output
#  Note that this table will be empty if there are no "disk" entries in the snmpd.conf file


###############################################################################
#
#  System Load
#
                               # Unacceptable 1-, 5-, and 15-minute load averages
load   12 10 5

#  Walk the UCD-SNMP-MIB::laTable to see the resulting output
#  Note that this table *will* be populated, even without a "load" entry in the snmpd.conf file


###############################################################################
#
#  ACTIVE MONITORING
#
                                    #   send SNMPv1  traps
trapsink 192.168.72.1 divusrd
                                    #   send SNMPv2c traps
#trap2sink    localhost public
                                    #   send SNMPv2c INFORMs
#informsink   localhost public

#
#  Event MIB - automatically generate alerts
#

defaultMonitors          yes
linkUpDownNotifications  yes


###############################################################################
#
#  EXTENDING THE AGENT
#
