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

maxidea

Reviews(3)
bymaxidea, March 23, 2011
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!
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".
bymaxidea, November 15, 2010
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