Hi support team,
I check snmpget command in CLI and it does work
snmpget -mAll -v 2c 172.25.100.101 -c Telmetrics! apSipSAStatsPeriodHighInbound.169
APSYSMGMT-MIB::apSipSAStatsPeriodHighInbound.169 = Gauge32: 0
But when I want to use this in SNMP wizard and get info of this OID does not work in GUI.
check_xi_service_snmp! -o 1.3.6.1.4.1.9148.3.2.1.2.2.1.10.169 -C Telmetrics! -P 2c -m APSYSMGMT-MIB!!!!!!
And the error is :
External command error: Timeout: No Response from 172.25.100.101:161.
Any help would be appreciated.
SNMP Wizard
Re: SNMP Wizard
Please read the following documentation regarding User Macros:
https://assets.nagios.com/downloads/nag ... Macros.pdf
Since your password contains a ! it is likely interfering with the config file format. You will need to store your password in a $USERn$ macro as described in the document, and reference it in your service configuration.
https://assets.nagios.com/downloads/nag ... Macros.pdf
Since your password contains a ! it is likely interfering with the config file format. You will need to store your password in a $USERn$ macro as described in the document, and reference it in your service configuration.
Former Nagios employee
-
mdsupersonic
- Posts: 84
- Joined: Fri May 13, 2016 2:25 pm
Re: SNMP Wizard
Thank you for your response, That ! is in community name and I can not figure out how to handle it.
That link is something general.
That link is something general.
-
mdsupersonic
- Posts: 84
- Joined: Fri May 13, 2016 2:25 pm
Re: SNMP Wizard
Thank you It's worked.Sorry for my impatience and you can close this thread as well.