############################################################################### # # SNMP CONFIGURATION FILE # # This file is distrubuted as a part of Norphonic Traphone Provisioning Brand # Package for FreePBX. The Traphone MIB can be obtained by contacting sales or # support at Norphonic AS. http://www.norphonic.com. # # This is an example file and needs to be modified for each system. ############################################################################### # # NOTE!!! # # This file, dhcpd.conf, is general for all Norphonic phones. Each phone will # download this file upon boot from it's DHCP or STATICALLY configured tftp # server. # ############################################################################### # # AGENT BEHAVIOUR # # Listen for connections from the local system only agentAddress udp:161 ############################################################################### # # ACCESS CONTROL # # system + hrSystem groups only #view systemonly included .1.3.6.1.2.1.1 #view systemonly included .1.3.6.1.2.1.25.1 # Full access from the local host #rocommunity public localhost # Default access to basic system info #rocommunity public default -V systemonly # Full access from an example network # Adjust this network address to match your local # settings, change the community string, # and check the 'agentAddress' setting above #rocommunity secret 10.0.0.0/16 # Full read-only access for SNMPv3 # rouser authOnlyUser # Full write access for encrypted requests # Remember to activate the 'createUser' lines above #rwuser authPrivUser priv rocommunity default #rocommunity public #rwcommunity admin #rwcommunity default # It's no longer typically necessary to use the full 'com2sec/group/access' configuration # r[ou]user and r[ow]community, together with suitable views, should cover most requirements ############################################################################### # # SYSTEM INFORMATION # # Note that setting these values here, results in the corresponding MIB objects being 'read-only' # See snmpd.conf(5) for more details sysLocation Traphone sysContact Me # Application + End-to-End layers sysServices 72 # # Process Monitoring # # At least 3 'sipmon' process, but no more than 4 #proc sipmon 4 3 #proc sipuad 3 3 # 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 / 1000 #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 localhost public # send SNMPv2c traps #trap2sink localhost public #trap2sink 10.10.0.1 public # send SNMPv2c INFORMs #informsink localhost public # Note that you typically only want *one* of these three lines # Uncommenting two (or all three) will result in multiple copies of each notification. # # Event MIB - automatically generate alerts # # Remember to activate the 'createUser' lines above #iquerySecName internalUser #rouser internalUser # generate traps on UCD error conditions #defaultMonitors yes # generate traps on linkUp/Down #linkUpDownNotifications yes