Monitoring AIX with SNMP

For AIX 5.2 or later.

Enable SNMP access from Nagios

As root, edit /etc/snmpdv3.conf.

define community

#         communityName securityName securityLevel netAddr    netMask   storageType
COMMUNITY public        public       noAuthNoPriv   0.0.0.0   0.0.0.0      -

define community to group

#         groupName securityModel securityName storageType
VACM_GROUP nagios   SNMPv1          public       -

define views

#         viewName      viewSubtree  viewMask  viewType  storageType
VACM_VIEW internetView  internet       -       included     -

# or in OID notation
#VACM_VIEW internetView  1.3.6.1  -  included  -

define access to which view by which group

#           groupName contextPrefix contextMatch securityLevel securityModel readView   writeView notifyView    storageType
VACM_ACCESS  nagios     -             -          noAuthNoPriv   SNMPv1      internetView    -     internetView      -

Restart the SNMP daemon

stopsrc -s snmpd
startsrc -s snmpd
nagios/monitoring_aix_with_snmp.txt · Last modified: 2011-01-25 17:01 by admin
Back to top
GNU Free Documentation License 1.3
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0