Hi, does anybody know if it's possibility to build action which is dependant on few triggers? I'd like to build action which tells me if ANY of 4 triggers are UP - it's usefull to check if we have internet connections.
I have situation:
4 external hosts somewhere in the internet
4 items icmpping controlling avaliability of each external server
4 triggers "Server {hostname} is unreachable"
And Action.
I'd like to fire this action when
Trigger = Server A is unreachable AND
Trigger = Server B is unreachable AND .... so on in the same time.
Is it possible to build such action??? Unfortunately condition with AND doesn't work.
I have situation:
4 external hosts somewhere in the internet
4 items icmpping controlling avaliability of each external server
4 triggers "Server {hostname} is unreachable"
And Action.
I'd like to fire this action when
Trigger = Server A is unreachable AND
Trigger = Server B is unreachable AND .... so on in the same time.
Is it possible to build such action??? Unfortunately condition with AND doesn't work.
Comment