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

benar

Reviews(1)
bybenar, August 4, 2015
You'll need to operate some changes on this script if you have latest Prelude version:

* Replace:
use constant SEV_00 => "high";
use constant SEV_01 => "high";
with:
use constant SEV_00 => "4";
use constant SEV_01 => "3";

* Replace the query with:
my $QUERY = {severity}
with
$ref->{severity}
in conditions after 'RESULT:'.

Regards,
Ben