I'm battling a bit to set up notifications/actions.
In the organisation that I work at there are several IT departments and each department handles a different part of the server.
e.g.
Department A handles the hardware and OS for hosts while department B handles the apps and services running on the host.
Department A wants to receive notifications for 10 items on the server.
Department B wants to receive notifications for 5 items on the server.
What I've done is use the "Trigger description like" condition and set up two actions (one per department) and then I rename the trigger descriptions per host to contain a string that I can filter by effectively messing up the template system.
The only other option is to set up 15 actions (one per trigger) and filter on the trigger name but that becomes impossible to manage when handling more than just a few hosts.
How can I assign specific triggers per host to users or user groups?
What I really need is to be able to build more complex logical expressions in the action conditions in the trigger.
i.e Combine AND and OR expressions with brackets to control how to expression is evaluated.
(A) Host group = "Windows Servers"
AND
(B) Trigger value = "PROBLEM"
AND
(C) Maintenance status not in "maintenance"
AND (
(D) Trigger = "Trigger 1"
OR
(E) Trigger = "Trigger 2"
OR
(F) Trigger = "Trigger 3"
OR
(G) Trigger = "Trigger 4"
)
In the organisation that I work at there are several IT departments and each department handles a different part of the server.
e.g.
Department A handles the hardware and OS for hosts while department B handles the apps and services running on the host.
Department A wants to receive notifications for 10 items on the server.
Department B wants to receive notifications for 5 items on the server.
What I've done is use the "Trigger description like" condition and set up two actions (one per department) and then I rename the trigger descriptions per host to contain a string that I can filter by effectively messing up the template system.
The only other option is to set up 15 actions (one per trigger) and filter on the trigger name but that becomes impossible to manage when handling more than just a few hosts.
How can I assign specific triggers per host to users or user groups?
What I really need is to be able to build more complex logical expressions in the action conditions in the trigger.
i.e Combine AND and OR expressions with brackets to control how to expression is evaluated.
(A) Host group = "Windows Servers"
AND
(B) Trigger value = "PROBLEM"
AND
(C) Maintenance status not in "maintenance"
AND (
(D) Trigger = "Trigger 1"
OR
(E) Trigger = "Trigger 2"
OR
(F) Trigger = "Trigger 3"
OR
(G) Trigger = "Trigger 4"
)
Comment