I'm trying to set up port monitoring on a Zabbix server, and currently this is logged as a 0 if the port's down, and a 1 if the port is up.
The goal is to have a trigger fire, with a subject line something like this:
... and this ...
...
So I've tried to do this by configuring the trigger something like this:
But this isn't terribly useful since it only says that it's 0 or 1 ... so is there a way to translate this 0 or 1 to "DOWN" or "UP"?
The goal is to have a trigger fire, with a subject line something like this:
Code:
PROBLEM: HTTP port on web-server-01 is DOWN
Code:
OK: HTTP port on web-server-01 is UP
So I've tried to do this by configuring the trigger something like this:
Code:
The HTTP port on {HOST.NAME} is {ITEM.VALUE}
Comment