Search found 116 matches

by mp4783
Sun Oct 18, 2015 12:54 pm
Forum: Nagios XI
Topic: Can NagiosXI send notification via FTP or other way?
Replies: 7
Views: 1006

Re: Can NagiosXI send notification via FTP or other way?

Agreed. You would essentially have to build the "when to notify" logic into the event handler itself and configure the service check appropriately. For what it's worth, if you truly meant to ask what other ways can you use to be notified, then the answer is anything you can run at the comm...
by mp4783
Sun Oct 18, 2015 12:51 pm
Forum: Nagios XI
Topic: Nagios XI GUI Apply Configuration Fails after Upgrade to 5.2
Replies: 6
Views: 1292

Re: Nagios XI GUI Apply Configuration Fails after Upgrade to

The "Defaults:apache !requiretty" entry in the sudoers file is not necessary. Sorry, I should have checked.
by mp4783
Sun Oct 18, 2015 12:44 pm
Forum: Nagios XI
Topic: Nagios XI GUI Apply Configuration Fails after Upgrade to 5.2
Replies: 6
Views: 1292

Re: Nagios XI GUI Apply Configuration Fails after Upgrade to

I had a nice long response prepared with all sorts of "clues" as to what might be happening. However, the real clue was in the cmdsubsys.log file. sudo: sorry, you must have a tty to run sudo Our sudo configuration imposes "requiretty". Once I inserted the following two lines, th...
by mp4783
Sun Oct 18, 2015 12:20 pm
Forum: Nagios XI
Topic: Upgrade to 5.2.0 - HTTP 500 Internal Server Error
Replies: 5
Views: 982

Re: Upgrade to 5.2.0 - HTTP 500 Internal Server Error

I noticed at the end of the file that there appears to have been another upgrade attempt that was cancelled. I'm not sure what, if any, changes might have been made prior to it being cancelled. If you have not already done so, check the following logs: /etc/httpd/logs/error_log /etc/httpd/logs/ssl_e...
by mp4783
Sun Oct 18, 2015 12:09 pm
Forum: Nagios XI
Topic: Can NagiosXI send notification via FTP or other way?
Replies: 7
Views: 1006

Re: Can NagiosXI send notification via FTP or other way?

You can also write this as an event handler if that's easier. Just bundle up the the commands necessary to FTP your notification into a wrapper script and be sure it outputs an informative exit status.
by mp4783
Sun Oct 18, 2015 12:06 pm
Forum: Nagios XI
Topic: configure: error: Cannot find ssl headers on AIX 7.1
Replies: 3
Views: 1140

Re: configure: error: Cannot find ssl headers on AIX 7.1

You may need to load the development library for OpenSSL if not already loaded. I don't use AIX, but on Linux it would be openssl-devel.
by mp4783
Sun Oct 18, 2015 12:05 pm
Forum: Nagios XI
Topic: A misspelling on AD/LDAP Server Admin Page
Replies: 1
Views: 357

A misspelling on AD/LDAP Server Admin Page

On the "LDAP / Active Directory Integration Configuration" page, there is a misspelling.

The check box label "Enable this authenticaiton server" should be "Enable this authentication server"
by mp4783
Fri Oct 16, 2015 5:27 pm
Forum: Nagios XI
Topic: Nagios XI GUI Apply Configuration Fails after Upgrade to 5.2
Replies: 6
Views: 1292

Re: Nagios XI GUI Apply Configuration Fails after Upgrade to

Yes, I thought I stated that. It runs just fine at the command line, but will not from the GUI. Typically this is a result of permissions issue (e.g. user apache permissions versus user nagios permissions). I confirmed that this was not the case by running the reconfigure_nagios.sh command as the ap...
by mp4783
Fri Oct 16, 2015 5:18 pm
Forum: Nagios XI
Topic: Need nrpe agent for AIX 7.1
Replies: 25
Views: 5430

Re: Need nrpe agent for AIX 7.1

To be honest, the NCPA agent has a superior feature set to NRPE, but momentum being what it is, most go with NRPE. I'm trying to push us toward NCPA despite it's lack of support for anything (officially) other than Windows and Linux. The Solaris port that we did involved a lot of work primarily due ...
by mp4783
Fri Oct 16, 2015 9:12 am
Forum: Nagios XI
Topic: Nagios XI GUI Apply Configuration Fails after Upgrade to 5.2
Replies: 6
Views: 1292

Nagios XI GUI Apply Configuration Fails after Upgrade to 5.2

I upgraded my Nagios XI 5.1.0 installation to 5.2.0. After the upgrade, I could not apply changes via the Nagios XI GUI. I get the following message: Apply Configuration Reset config permissions failed. An error occurred while attempting to apply your configuration to Nagios Core. Monitoring engine ...