That did it. Thanks!abrist wrote:copy the escaping done by the "test check command" and duplicate the escaping the check command args.
Search found 10 matches
- Thu Aug 28, 2014 2:23 pm
- Forum: Nagios XI
- Topic: Special Characters in SNMP v3 passwords
- Replies: 10
- Views: 11323
Re: Special Characters in SNMP v3 passwords
- Thu Aug 28, 2014 6:20 am
- Forum: Nagios XI
- Topic: Special Characters in SNMP v3 passwords
- Replies: 10
- Views: 11323
Re: Special Characters in SNMP v3 passwords
I think you have it backwards, the Test Check is working fine, it's the service page that shows the incorrect status. Test Check returns that the Windows Service is running, the Service detail page displays an error that the Windows Service name cannot be found.
- Wed Aug 27, 2014 7:47 am
- Forum: Nagios XI
- Topic: Special Characters in SNMP v3 passwords
- Replies: 10
- Views: 11323
Re: Special Characters in SNMP v3 passwords
So now it gets a little more interesting...after I surrounded the service name with quotes yesterday all of the services worked and displayed the correct status. This morning I came in and noticed that all of the SQL Named Instance service monitors are again displaying critical with the error "...
- Wed Aug 27, 2014 5:52 am
- Forum: Nagios XI
- Topic: Monitoring Cisco UCS Servers with XI
- Replies: 6
- Views: 3634
Re: Monitoring Cisco UCS Servers with XI
It seems to be working fine now that I have it setup.
- Tue Aug 26, 2014 2:33 pm
- Forum: Nagios XI
- Topic: Special Characters in SNMP v3 passwords
- Replies: 10
- Views: 11323
Re: Special Characters in SNMP v3 passwords
With that much manual work involved to fix the issue of a special character in the password, I wound up just deleting the services and host, changing the SNMP password so there were no special characters, and re-creating everything. However this seems to be a common trend, I just ran into the same i...
- Mon Aug 25, 2014 2:57 pm
- Forum: Nagios XI
- Topic: Monitoring Cisco UCS Servers with XI
- Replies: 6
- Views: 3634
Re: Monitoring Cisco UCS Servers with XI
I had already setup the command, but didn't test it since like I said I didn't know how to setup Nagios to parse the result, but I just went ahead and tested it and it pulls both OK and Critical status' fine, just for reference below is the command I created, the ARGs are as follows: -ARG1 = IMC use...
- Mon Aug 25, 2014 1:22 pm
- Forum: Nagios XI
- Topic: Monitoring Cisco UCS Servers with XI
- Replies: 6
- Views: 3634
Re: Monitoring Cisco UCS Servers with XI
Thanks for the link.
The plugin and related docs can be found here: https://communities.cisco.com/docs/DOC-52835
The CIMC Python SDK also has to be installed from here: https://communities.cisco.com/docs/DOC-50404
The plugin and related docs can be found here: https://communities.cisco.com/docs/DOC-52835
The CIMC Python SDK also has to be installed from here: https://communities.cisco.com/docs/DOC-50404
- Mon Aug 25, 2014 8:08 am
- Forum: Nagios XI
- Topic: Monitoring Cisco UCS Servers with XI
- Replies: 6
- Views: 3634
Monitoring Cisco UCS Servers with XI
I see Cisco has a somewhat official Nagios plugin that uses their XML API, but it's built for Nagios Core and it seems like it takes quite a bit of manual work that isn't in the plugin documentation to adapt it to XI. I've also seen two exchange plugins it looks like one uses SNMP and the other the ...
- Tue Aug 19, 2014 5:40 am
- Forum: Nagios XI
- Topic: Special Characters in SNMP v3 passwords
- Replies: 10
- Views: 11323
Re: Special Characters in SNMP v3 passwords
Also of note is that if you don't have a separate $ARGX$ for the password (for instance, if the whole thing is $ARG1$) this will not work since the whole thing will be quoted. Unfortunately that's the case, all of the authentication options(user/pass/encryption) for the check_xi_service_ifoperstatu...
- Mon Aug 18, 2014 8:31 am
- Forum: Nagios XI
- Topic: Special Characters in SNMP v3 passwords
- Replies: 10
- Views: 11323
Special Characters in SNMP v3 passwords
I just started a trial of Nagios XI, to re-familiarize myself with it since we're purchasing an NMS platform next month (likely Nagios XI) and I'm having some issues with the first host I added. I started out by adding our biggest switch stack using an SNMP v3 user/password I created for Nagios moni...