I'm capable of writing php scripts and scheduling them as a cron job. I would like to be able to schedule a morning report to email to everyone in the IT department about the current unresolved problems that the zabbix server is reporting. They do get an email after every trigger but it still would be nice to have an overview email for everyone to review when they first come in.
Could anyone help me write an SQL query for unresolved problems or a API call to return only unresolved problems and be able to correlate that with hostnames? Thanks in advanced!
Could anyone help me write an SQL query for unresolved problems or a API call to return only unresolved problems and be able to correlate that with hostnames? Thanks in advanced!
Comment