Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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); }