Build precise queries to find exactly what you need
Press ESC to close
@maxidea
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
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".