Showing posts with label SNMP. Show all posts
Showing posts with label SNMP. Show all posts

Tuesday, January 4, 2011

How to download data and event logs from APC UPS management cards

Drop to a dos prompt.
Open FTP to the APC management card.
Log in as the admin user.
>Bin
>Hash
>Get config.ini
>Get data.txt
>Get event.txt

Thursday, December 9, 2010

Debian SNMP daemon is not listening on addresses other than the loopback.

By default, with sarge/etch at least, the SNMP daemon will only listen on the loop back.
Instructions to fix:
Under /etc/default/snmpd there is a config file, edit it.
Find the line that looks like:
SNMPDOPTS='-Lsd -Lf /var/log/snmpd.log -u snmp -I -smux –p /var/run/snmpd.pid 127.0.0.1'
And change it to read:
SNMPDOPTS='-Lsd -Lf /var/log/snmpd.log -u snmp -I -smux –p /var/run/snmpd.pid'
Then restart the SNMP daemon.

Tuesday, October 19, 2010

Recommended MIB Browser

IReasoning makes the best MIB browser that I have ever used. I highly recommend it. Click the link for a shortcut to the download page.

http://ireasoning.com/mibbrowser.shtml