Ad Widget

Collapse

How can i send email from zabbix every morning

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • user1234
    Member
    • Jul 2022
    • 35

    #1

    How can i send email from zabbix every morning

    Is it possible to send every morning email from zabbix with all ping issue?
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    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

    Working...