I have an action which generates an email when 2 conditions are triggered, i.e.
trigger value=PROBLEM AND
Host template=Template_My_Generic AND
Trigger = "Template_My_Generic:Server unreachable via {$PRIMARY}" AND
Trigger = "Template_My_Generic:Server unreachable via {$SECONDARY}"
PRIMARY and SECONDARY are global macros defined as our primary and secondary internet links. That is, I want the action to fire when a server is unreachable via both links.
The triggers get set properly and I can see the events being raised. I can get the action to work fine with either the PRIMARY or SECONDARY triggers, but not when I specify both.
Any ideas?
trigger value=PROBLEM AND
Host template=Template_My_Generic AND
Trigger = "Template_My_Generic:Server unreachable via {$PRIMARY}" AND
Trigger = "Template_My_Generic:Server unreachable via {$SECONDARY}"
PRIMARY and SECONDARY are global macros defined as our primary and secondary internet links. That is, I want the action to fire when a server is unreachable via both links.
The triggers get set properly and I can see the events being raised. I can get the action to work fine with either the PRIMARY or SECONDARY triggers, but not when I specify both.
Any ideas?
ing_backup.sh.last(0)}=0 & {Template_My_Generic


Comment