We would like to monitor whether every hour we receive an email telling us whether a UPS has a particular error or not. Then Zabbix would have to read the contents of the last email with subject 'UPS X Statisctics' every hour, and if it found an error it would trigger the trigger. It's possible? I also wondered if gmail triggers triggers, but I didn't think how.
Ad Widget
Collapse
Can zabbix read email content?
Collapse
X
-
Sounds like you will have to do a special script, the script will do all the work and will send zabbix 0 or 1 (fail \ ok) and you can build a trigger on that. -
Looks like this guy found a way to just that: https://www.zabbix.com/forum/zabbix-...m-command-lineComment
Comment