Search found 989 matches

by jsmurphy
Thu May 29, 2014 9:54 pm
Forum: Nagios XI
Topic: External command error: Command failed
Replies: 3
Views: 470

Re: External command error: Command failed

That is indeed the whole message, but I solved the mystery. If an external command is submitted for a device it can't find then it will display the command failed error as well as the usual "host could not be found warning" you would get in 3.x. I'm not sure how I missed that yesterday but...
by jsmurphy
Thu May 29, 2014 12:02 am
Forum: Nagios XI
Topic: External command error: Command failed
Replies: 3
Views: 470

External command error: Command failed

Hi guys, Upgraded XI 2012 -> 2014 today and it all went fairly smooth... with one little exception. We have noticed that NSCA and some SNMP traps are failing to have their events processed with the following messages generated in the log: 2014-05-29 14:48:14External command error: Command failed 201...
by jsmurphy
Sun May 11, 2014 6:06 pm
Forum: Open Source Nagios Projects
Topic: nagios Error: Could not read object configuration data!
Replies: 3
Views: 1637

Re: nagios Error: Could not read object configuration data!

It's likely a configuration error, run /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg (or where ever your nagios is installed). If you can't work out what the issue is still from the output then post the errors here and we can assist you further.
by jsmurphy
Sun May 11, 2014 5:44 pm
Forum: Open Source Nagios Projects
Topic: From where should i install check_snmp (default) plugin?
Replies: 2
Views: 3429

Re: From where should i install check_snmp (default) plugin?

It looks like check_snmp may have been dropped from the latest core nagios-plugins package (which is an... interesting... change). Unless they've just removed the documentation for some reason, I can't find any information one way or the other on the matter though. It used to be you had to make sure...
by jsmurphy
Wed Apr 30, 2014 5:43 pm
Forum: Nagios XI
Topic: Nagios XI 2014 RC3 Now Available ** BETA **
Replies: 28
Views: 8354

Re: Nagios XI 2014 RC3 Now Available ** BETA **

Hooray :D ! Well done guys, I've been really looking forward to trying this out.
by jsmurphy
Sun Apr 27, 2014 5:59 pm
Forum: Open Source Nagios Projects
Topic: Router IP address monitoring?
Replies: 6
Views: 3290

Re: Router IP address monitoring?

You're so close, Well done! All you need to do now is tell it what you expect the address to be in Nagios: ./check_snmp -H 192.168.1.1 -o ip.21.1.7.98.166.83.50 -s 98.166.83.50 If that address changes, then it will raise an error and email you the new IP Address. The OID will contain whatever the cu...
by jsmurphy
Mon Apr 21, 2014 5:21 pm
Forum: Open Source Nagios Projects
Topic: Router IP address monitoring?
Replies: 6
Views: 3290

Re: Router IP address monitoring?

Find out if your router supports SNMP, find out what the SNMP OID is that contains the WAN address and then use check_snmp to do a regex match on the value of that OID. As long as your router supports SNMP, it should be easy :)
by jsmurphy
Tue Apr 15, 2014 5:33 pm
Forum: Open Source Nagios Projects
Topic: Nagios 3.3.1 to 4.0.5 Question
Replies: 2
Views: 1325

Re: Nagios 3.3.1 to 4.0.5 Question

For Nagios core there isn't really such a thing as an upgrade path, you can upgrade from any version to any version... you might experience your config not loading if certain pragmas have been removed/changed between major versions but very little has been touched in this regard for Nagios 3.x -> 4....
by jsmurphy
Sun Mar 02, 2014 5:06 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Error
Replies: 2
Views: 1278

Re: CHECK_NRPE: Error

Are you able to post your service and command definition for this check? That would help debugging along :)
by jsmurphy
Sun Feb 16, 2014 6:04 pm
Forum: Open Source Nagios Projects
Topic: Additional plugin
Replies: 2
Views: 1031

Re: Additional plugin

So when you download a new plugin there's two things you really need to do. The first is to define a new "command" which is generally done in commands.cfg and then you need to define a service that attaches it to a host (or hosts). It's worth noting that you can actually put the various de...