Home Directory

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Directory

andyfsimon

Reviews(1)
byandyfsimon, April 4, 2016
1 of 1 people found this review helpful
I believe there's an error. It always responds "CRITICAL", even when pool is online.

Possibly this should be N_OK instead of N_CRITICAL?

sub nagios_response()
{
my $msg = shift || "Unknown";
my $exit_status = shift || N_CRITICAL; [$exit_status], $msg);
exit($exit_status);
}
Owner's reply

fixed.