Page 2 of 2

Re: monitoring linux with snmp

Posted: Mon Mar 24, 2014 2:54 pm
by lmiltchev
Core Config Manager->Services->select 192.168.0.132 from the "Filter by Config Name" drop-down menu->click on the "View Text Config" action button (the diskette icon).

Re: monitoring linux with snmp

Posted: Tue Mar 25, 2014 10:03 am
by srikanth.kallu
I see that, i specified different community name in snmpd.conf file

I corrected that and it started working.

Also is there any procedure i can follow to monitor AIX server with SNMP instead of agent ?

Re: monitoring linux with snmp

Posted: Tue Mar 25, 2014 11:07 am
by sreinhardt
If you can start an snmp daemon on the aix system, and identify what oids you want to monitor, yes you can. However this is information you are likely going to need to research.

Re: monitoring linux with snmp

Posted: Tue Mar 25, 2014 5:24 pm
by srikanth.kallu
[root@nagiosxi libexec]# ./check_snmp -H 10.0.12.100 -o sysUpTime.o -C mycommunity
SNMP problem - No data received from host
CMD: /usr/bin/snmpget -t 1 -r 5 -m ALL -v 1 [authpriv] 10.0.12.100:161 sysUpTime.o

I am getting this error can i get help if this is a know error

Re: monitoring linux with snmp

Posted: Wed Mar 26, 2014 10:52 am
by lmiltchev
Can you run snmpwalk against the AIX box successfully?

Code: Select all

snmpwalk 10.0.12.100 -v2c -c <community>
...or try this to limit the output:

Code: Select all

snmpwalk 10.0.12.100 -v2c -c <community> system