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
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