I would like to generate a report with triggers {HOST.NAME} is unreachable plus Is 80 port alive. This report should contain all hosts. How could I do that? Availability report does not help me, because it groups the triggers by templates. and by Host mode there's no way I can separate by triggers. Would any software like Grafana, or an API, help me with this?
I'm seeing here in a solution of my own, generating the report I need on a web page that queries the zabbix database. It would be a SELECT in the problem, host, and triggers tables, which would also require traversing through templates. But the biggest problem, I see here, is the issue of availability time, this value seems to me to be a function of the page report2.php.
I'm seeing here in a solution of my own, generating the report I need on a web page that queries the zabbix database. It would be a SELECT in the problem, host, and triggers tables, which would also require traversing through templates. But the biggest problem, I see here, is the issue of availability time, this value seems to me to be a function of the page report2.php.