Camera Monitoring
Posted: Fri Aug 17, 2012 6:08 pm
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,
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,