Hi,
I wanted to ensure the cameras are always online and working correctly so I used zabbix and did the following:
To get events for the last 60 minutes
select * from zm.Events where Monitorid = "7" and EndTime between DATE_SUB(NOW(), INTERVAL 60 minute) AND NOW()
And then in zabbix I added custom items and set them on flexible intervals to check these values hourly during business hours.
I also have zabbix monitoring the http access of the cameras themselves AND the zma or zmc processes on the zoneminder server.
If anybody wants more info let me now
Thanks,
Camera Monitoring
-
- Posts: 24
- Joined: Tue Jul 10, 2012 8:34 pm
Re: Camera Monitoring
please send your script of zabix