Hi Im trying to emulate the problems shown in the zabbix dashboard, for that I need to get the latest problems in 24 hrs, but only the ones that are unresolved, if I query the problems table in the database it get me all the problems even the ones that are resolved.
Im querying the db every 5 minutes, to get the data of the last 24 hours, so the solved problem must not be shown
how can I do this?
Im querying the db every 5 minutes, to get the data of the last 24 hours, so the solved problem must not be shown
how can I do this?