Search found 1 match

by thesubmitter
Fri Aug 17, 2012 6:08 pm
Forum: User Contributions
Topic: Camera Monitoring
Replies: 1
Views: 3256

Camera Monitoring

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 ...