Difference between revisions of "Monitoring openvz resources using nagios and snmp"
(→snmpd configuration) |
(→snmpd configuration) |
||
Line 6: | Line 6: | ||
</pre> | </pre> | ||
− | edit '''/etc/default/snmpd''' : remove ''-u snmp'' and repleace ''127.0.0.1'' witch your ip, | + | edit '''/etc/default/snmpd''' : remove ''-u snmp'' and repleace ''127.0.0.1'' witch your ip, Full'''/etc/default/snmpd''' example: |
<pre> | <pre> | ||
export MIBDIRS=/usr/share/snmp/mibs | export MIBDIRS=/usr/share/snmp/mibs |
Revision as of 07:48, 4 October 2006
snmpd configuration
Debian Etch example:
apt-get install snmpd
edit /etc/default/snmpd : remove -u snmp and repleace 127.0.0.1 witch your ip, Full/etc/default/snmpd example:
export MIBDIRS=/usr/share/snmp/mibs SNMPDRUN=yes SNMPDOPTS='-Lsd -Lf /dev/null -I -smux -p /var/run/snmpd.pid 207.46.250.119' TRAPDRUN=no TRAPDOPTS='-Lsd -p /var/run/snmptrapd.pid'