SNMP Based monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
vsatishkumar77
Posts: 8
Joined: Fri Sep 03, 2021 10:14 pm

SNMP Based monitoring

Post by vsatishkumar77 »

Hello,

we need to do agentless monitoring for AIX TL2 and WPAR servers because NCPA is not supporting them.

please tell me how to configure with OID.

thanks,

Satish
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: SNMP Based monitoring

Post by pbroste »

Hello Satish,

Thanks for reaching out, we do provide a support doc:

https://assets.nagios.com/downloads/nagiosxi/docs/Monitoring-AIX-Using-SNMP.pdf

Thanks,
Perry
vsatishkumar77
Posts: 8
Joined: Fri Sep 03, 2021 10:14 pm

Re: SNMP Based monitoring

Post by vsatishkumar77 »

Hi,

SNMP monitoring is reaching but data is not collecting, please check the
SNMP error.JPG
attachment.

Thanks,

Satish
You do not have the required permissions to view the files attached to this post.
vsatishkumar77
Posts: 8
Joined: Fri Sep 03, 2021 10:14 pm

Re: SNMP Based monitoring

Post by vsatishkumar77 »

Hi,

please find the error on SNMP monitoring, please provided the solution

ERROR: Description/Type table : A loop was detected with the table on the remote host.

thanks,
Satish
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: SNMP Based monitoring

Post by pbroste »

Hello @vsatishkumar77

What do you receive on a 'snmpwalk' on that?

Code: Select all

snmpwalk -v2c -c <rocommunitystring> <host>
Thanks,
Perry
vsatishkumar77
Posts: 8
Joined: Fri Sep 03, 2021 10:14 pm

Re: SNMP Based monitoring

Post by vsatishkumar77 »

Hi,

please find the output for the snmpwalk command

[root@na930766-sal ~]# snmpwalk -v2c -c Str0ngC0mmunity 10.38.2.8
Timeout: No Response from 10.38.2.8
[root@na930766-sal ~]#


thanks,
satish
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: SNMP Based monitoring

Post by pbroste »

Hello @vsatishkumar77

Did not see that one coming; we see that ping is working but we are unable to snmpwalk. Do we see UDP port 161 is open:

Code: Select all

nmap -sU <yourhosthere> -p 161
Depending on the SNMP configuration, may need to use -v 1 instead of the -v 2c.

Let us know the results,
Perry
Locked