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
@maxidea
Member Since: November 16, 2010
Favorites0
Views
Projects0
It was a useful script but one bug found. When we get a authentication failed , the "CRITICAL" will show on the message. But the state of Nagios was not changed! The state of Nagios was OK. So I hope it can be fixed at next release. Thanks!
Reviewed 15 years ago
I got error "parse.rb:33: [BUG] Segmentation fault" when I using Hpricot to parsing HTML... So I change to use Nokogiri. The creator of Hpricot, recently posted that you should better use Nokogiri instead of HPricot
Reviewed 16 years ago
If you get any error of NRPE server as "NRPE: Unable to read output" when you run this plugins, please add a line into the check_open_files.pl as below: use lib "/usr/local/nagios/libexec"; Because NRPE run this command by user nagios and it may need a path of file "utils.pm".