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
Great script does everything that I need. One note for people trying to install it. In my instance I am running Nagios on the latest Ubuntu server version.
I experienced the “(Service Check Timed Out)” problem.
I then tried installing the older Net-Http perl module (v 6.3):
perl -MCPAN -e shell install GAAS/Net-HTTP-6.03.tar.gz
After installing that the Service Check Timed Out error went away, but was replaced with:
“Undefined subroutine &LWP::Protocol::https::Socket::can_read called at /usr/local/share/perl5/LWP/Protocol/http.pm line 22”
A little research (thank you GOOGLE!) found the fix. You also need to re-install Bundle::LWP from an older version, not just Net-HTTP.
perl -MCPAN -e shell install GAAS/libwww-perl-6.03.tar.gz.
Now the sctipt is working great and does everything that I need.