SNMP Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mdsupersonic
Posts: 84
Joined: Fri May 13, 2016 2:25 pm

SNMP Wizard

Post by mdsupersonic »

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.
mdsupersonic
Posts: 84
Joined: Fri May 13, 2016 2:25 pm

Re: SNMP Wizard

Post by mdsupersonic »

Guys any help?!!!!!! :!: :!: :!: :!: :!: :?: :?: :?: :?: :?:
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: SNMP Wizard

Post by tmcdonald »

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.
Former Nagios employee
mdsupersonic
Posts: 84
Joined: Fri May 13, 2016 2:25 pm

Re: SNMP Wizard

Post by mdsupersonic »

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.
mdsupersonic
Posts: 84
Joined: Fri May 13, 2016 2:25 pm

Re: SNMP Wizard

Post by mdsupersonic »

Thank you It's worked.Sorry for my impatience and you can close this thread as well.
Locked