After weeks of getting frustrated I am getting some where with Zabbix
I will try to write a noob quick start tut some day 
One of the other monitoring system we were using (PRTG) when it sends a recovery message it also include stats of how long the host / service was down for.
Example email subject: BRU : PINGBRUExt(PING) Up : Downtime: 234 s (OK)
How can I achieve the same thing in Zabbix Action message? At the moment I have the below for the recovery message.
{HOSTNAME} {TRIGGER.NAME} : {STATUS}
Which give: HOSTNAME Down (using ICMP Host Alive Check): OK
What I want: HOSTNAME Down (using ICMP Host Alive Check): OK : Downtime 2 mins
What else do I need to add to get the downtime info. I can see the info int he web GUI so it is already calculated just needs to be retrieved
Thank you for any pointer.
I will try to write a noob quick start tut some day 
One of the other monitoring system we were using (PRTG) when it sends a recovery message it also include stats of how long the host / service was down for.
Example email subject: BRU : PINGBRUExt(PING) Up : Downtime: 234 s (OK)
How can I achieve the same thing in Zabbix Action message? At the moment I have the below for the recovery message.
{HOSTNAME} {TRIGGER.NAME} : {STATUS}
Which give: HOSTNAME Down (using ICMP Host Alive Check): OK
What I want: HOSTNAME Down (using ICMP Host Alive Check): OK : Downtime 2 mins
What else do I need to add to get the downtime info. I can see the info int he web GUI so it is already calculated just needs to be retrieved
Thank you for any pointer.
Comment