Random Project

Update needed

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