Is it possible to send every morning email from zabbix with all ping issue?
Ad Widget
Collapse
How can i send email from zabbix every morning
Collapse
X
-
I would probably write a script using the Zabbix API to find the events you care about and then have your script send an email with that information in it. If you know any programming language (Python, Go, PHP, Perl, etc.) it won't be too difficult, especially if you've ever done any JSON-RPC before.
Comment