Search found 8201 matches

by abrist
Mon Jul 13, 2015 10:18 am
Forum: Nagios XI
Topic: nrpe for solaris 8 and 9?
Replies: 13
Views: 5065

Re: nrpe for solaris 8 and 9?

the NRPE source can be downloaded from the following urL;
http://sourceforge.net/projects/nagios/ ... nrpe-2.12/
by abrist
Mon Jul 13, 2015 10:00 am
Forum: Nagios XI
Topic: NRPE Return code of 255 is out of bounds
Replies: 7
Views: 1003

Re: NRPE Return code of 255 is out of bounds

Odd, when I run NRPE (with the -u flag) against non-existent hosts it times out with unknown as expected:

Code: Select all

./check_nrpe -H 10.10.10.1 -u -t 50
CHECK_NRPE: Socket timeout after 50 seconds.
echo $?
3
What version of NRPE are you running?
by abrist
Mon Jul 13, 2015 9:54 am
Forum: Nagios XI
Topic: Can we edit config files manually in Nagiosxi
Replies: 7
Views: 3188

Re: Can we edit config files manually in Nagiosxi

You cannot manually edit the config files generated by the CCM in XI as any edits you make will just be overwritten on the next apply configuration. You can make this sweeping change in one of two ways: 1. Write a custom query to alter the url in the nagiosql database. 2. Alter the config files and ...
by abrist
Fri Jul 10, 2015 11:47 am
Forum: Open Source Nagios Projects
Topic: CGI Error created by "enable_environment_macros=1"
Replies: 17
Views: 8683

Re: CGI Error created by "enable_environment_macros=1"

First turn on external command logging if it is disabled: sed -i 's/log_external_commands=.*/log_external_commands=1/g' /usr/local/nagios/etc/nagios.cfg Verify: grep log_external /usr/local/nagios/etc/nagios.cfg Restart Nagios: service nagios restart Then try submitting the query directly to the cgi...
by abrist
Thu Jul 09, 2015 4:35 pm
Forum: Open Source Nagios Projects
Topic: comments only show some of the acknowledgements
Replies: 9
Views: 12571

Re: comments only show some of the acknowledgements

Acknowledgements are removed (unless stickied) once the problem state recovers.
by abrist
Thu Jul 09, 2015 4:14 pm
Forum: Open Source Nagios Projects
Topic: check_memory nrpe Unable to read output
Replies: 13
Views: 24343

Re: check_memory nrpe Unable to read output

Fantastic. Locking 'er up!
by abrist
Thu Jul 09, 2015 12:03 pm
Forum: Open Source Nagios Projects
Topic: check_memory nrpe Unable to read output
Replies: 13
Views: 24343

Re: check_memory nrpe Unable to read output

File looks clean. dang.
Can you post a long tail of /var/log/messages?

Code: Select all

tail -50 /var/log/messages
by abrist
Thu Jul 09, 2015 11:37 am
Forum: Nagios XI
Topic: Config Error after rename
Replies: 26
Views: 9257

Re: Config Error after rename

notverynick wrote:we are running Nagios XI 2014R1.3
og. Is updating a possibility? Some the CCM code changes I made in the early versions of 2014 are . . . . not so great. Many edge cases were missed.
by abrist
Thu Jul 09, 2015 11:33 am
Forum: Open Source Nagios Projects
Topic: check_memory nrpe Unable to read output
Replies: 13
Views: 24343

Re: check_memory nrpe Unable to read output

There must be a control character issue. Are you editing the nrpe.cfg file with windows through filezilla/winscp/etc?
Can you post the nrpe.cfg as an attached file (instead of in code wraps)?
by abrist
Thu Jul 09, 2015 11:18 am
Forum: Nagios XI
Topic: nrpe for solaris 8 and 9?
Replies: 13
Views: 5065

Re: nrpe for solaris 8 and 9?

Well, I posted a guide for Solaris 8 above . . . .