PDA

View Full Version : Daily status mail


khiri
22-02-2005, 09:26
What is the trigger that I can put to make Zabbix send email to a group everyday? Need example. Thank you in advance!

khiri
24-02-2005, 12:35
What is the trigger that I can put to make Zabbix send email to a group everyday? Need example. Thank you in advance!

I thought I found it.

({HOST:status.time(0)}>080000)&({HOST:status.time(0)}<081000)

I plan for the trigger to set off at 0800hrs and set the action to send a mail containing status of servers i.e. CPU util min & max of the day etc.

However the the trigger status maintain as unknown. Can somebody please explain what is wrong? :confused:

khiri
27-02-2005, 12:25
Now I found it!

({HOST:uptime.time(0)}>080000)&({HOST:uptime.time(0)}<081000)

I plan for the trigger to set off at 0800hrs and set the action to send a mail containing status of servers i.e. CPU util min & max of the day etc.

Maybe status key is not the right one. I use uptime key for it. It got triggered and I got my mail! :D