I have installed a Zabbix 3.0.1 server and I'm now monitoring my whole internal network with it, all VM's an servers running here. It's working really nice and saving me some headache already.
Every one of those machines has some cronjobs running, some more frequent like 6 times a day, others only once a day or every other day.
Some cronjobs are actually making backups. Currently I am still sending out emails after every successful backup, but I thought if the following might be possible:
- every time a cronjob is being executed, the cronjob tells the agent that it was successful
- the agent tells the server
- only if the server hasn't heard about a successful cronjob execution in a while, it will send an email to me.
I am pretty sure this is something that I can do with zabbix, but I have trouble finding an example or a starting point for this.
Thanks for any help in advance!
Every one of those machines has some cronjobs running, some more frequent like 6 times a day, others only once a day or every other day.
Some cronjobs are actually making backups. Currently I am still sending out emails after every successful backup, but I thought if the following might be possible:
- every time a cronjob is being executed, the cronjob tells the agent that it was successful
- the agent tells the server
- only if the server hasn't heard about a successful cronjob execution in a while, it will send an email to me.
I am pretty sure this is something that I can do with zabbix, but I have trouble finding an example or a starting point for this.
Thanks for any help in advance!
thanks
Comment