Camera Monitoring

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
thesubmitter
Posts: 1
Joined: Fri Aug 17, 2012 6:05 pm

Camera Monitoring

Post by thesubmitter »

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,
usersenior
Posts: 24
Joined: Tue Jul 10, 2012 8:34 pm

Re: Camera Monitoring

Post by usersenior »

please send your script of zabix
Post Reply