Does this URL match the url defined in:
Admin > System Settings > Manage System Config
Specifically the "Program URL".
If the "Program URL" is a FQDN, does this resolve to an internal or external IP address?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Does this URL match the url defined in:
Admin > System Settings > Manage System Config
Specifically the "Program URL".
If the "Program URL" is a FQDN, does this resolve to an internal or external IP address?
I created the same checks in another XI instance and it is working fine.
No idea what is the problem in this instance.
Only difference is the OS version.
XI1 is the one with the problem.
XI1 - Linux nagiosprodxi1 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
Red Hat Enterprise Linux Server release 6.5 (Santiago)
XI2 - Linux nagiosprodxi2 2.6.32-504.3.3.el6.x86_64 #1 SMP Fri Dec 12 16:05:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
Red Hat Enterprise Linux Server release 6.6 (Santiago)
ssax wrote:Are you seeing any errors in your /var/log/httpd/error_log or /var/log/httpd/ssl_error_log after you force the check?
No errors, just huge amount of logging in access_log.
I just refreshed the screen, login, search for server, clicked on the service and forced checked.
43k was logged in access_log. Something is not right here.
access_log.zip
You do not have the required permissions to view the files attached to this post.
[nagios@nagiosprodxi1 mod_gearman]$ php -v
PHP 5.3.3 (cli) (built: Jul 3 2015 03:10:33)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
You have new mail in /var/spool/mail/nagios
[nagios@nagiosprodxi1 mod_gearman]$
It looks like the body and headers are empty from the debug output that you posted, the script uses curl to access the data, the http_code of 0 usually means that it had trouble connecting.
Back up your current /usr/local/nagios/libexec/check_nagiosxiserver.php, replace it with the one attached, force the check and then post the output from the XI interface.
Thank you
You do not have the required permissions to view the files attached to this post.