...
Code Block |
---|
'policy' => { '1' => { IF => 'node.any and event.any', THEN => { '5' => { IF => 'event.event !~ "OPMANTEK-MIB"', THEN => 'script.send_snmptrap_poc()', BREAK => 'false' }, '10' => { IF => 'node.roleType eq "core" and event.event =~ "Down"', THEN => 'priority(+3)', BREAK => 'false' }, |
Test the EventActions.nmis file
...