Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@benar
Favorites0
Views
Projects0
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
Reviewed 10 years ago