I'm trying to figure out the best way to accomplish this. Our development team runs a number of nightly "jobs", mostly shell scripts, that do various things - backup databases, upload new code, etc. We need Zabbix to watch for completion of these jobs and alert if something fails.
I've thought about just having the job shell script write a file "success" or "fail", and have Zabbix look for that. I've also considered reading from an event log, or a database table. We can implement whatever method would be easiest for Zabbix to monitor.
Any suggestions are much appreciated.
Thank you
I've thought about just having the job shell script write a file "success" or "fail", and have Zabbix look for that. I've also considered reading from an event log, or a database table. We can implement whatever method would be easiest for Zabbix to monitor.
Any suggestions are much appreciated.
Thank you
Comment