Skip to content
Snippets Groups Projects
Select Git revision
  • 37af4e786df4bd7e18fc48e7e7b193e4c8b284ee
  • master default protected
2 results

snmpd.conf

Blame
  • snmpd.conf 695 B
    # Listen on all interfaces - default is good
    agentAddress    udp:161,udp6:[::1]:161
    # Credentials for SNMPv3 - used in What's Up Gold
    createUser      hshuser MD5 "hshmonitoringtest" 
    defaultMonitors yes
    # specific disk monitoring
    disk    /       10000
    disk    /var    5%
    # also list all other disks
    includeAllDisks 10%
    iquerySecName   hshuser
    linkUpDownNotifications yes
    # maximum load threshold (1min, 5min, 15min)
    load    12 10 5
    master  agentx
    rouser  hshuser
    sysContact      HsH Webteam
    sysLocation     HsH IT VDC
    # 72 is alright for now. (No idea)
    sysServices     72
    # default systemonly view is fine
    view    systemonly included .1.3.6.1.2.1.1
    view    systemonly included .1.3.6.1.2.1.25.1