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
SNMP Based monitoring
Re: SNMP Based monitoring
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
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
Hi,
SNMP monitoring is reaching but data is not collecting, please check the attachment.
Thanks,
Satish
SNMP monitoring is reaching but data is not collecting, please check the 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
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
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
Re: SNMP Based monitoring
Hello @vsatishkumar77
What do you receive on a 'snmpwalk' on that?
Thanks,
Perry
What do you receive on a 'snmpwalk' on that?
Code: Select all
snmpwalk -v2c -c <rocommunitystring> <host>Perry
-
vsatishkumar77
- Posts: 8
- Joined: Fri Sep 03, 2021 10:14 pm
Re: SNMP Based monitoring
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
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
Re: SNMP Based monitoring
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:
Depending on the SNMP configuration, may need to use -v 1 instead of the -v 2c.
Let us know the results,
Perry
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 161Let us know the results,
Perry