Is it possible to configure Zabbix to manage and monitor a number of 3rd party applications?
What I'm hoping to be able to do is something along the lines of:
At time A: Start a process
At time Z: Stop a process
If at any time between A and Z the process dies Zabbix should both report the fact it has died, and immediately attempt to restart it.
If the process refuses to come up after N attempts within a configurable time window Zabbix should stop attempting to restart it and escalate the issue.
These 3rd party applications are all in-house bespoke applications, so using the Zabbix API is fine.
Thanks in advance
What I'm hoping to be able to do is something along the lines of:
At time A: Start a process
At time Z: Stop a process
If at any time between A and Z the process dies Zabbix should both report the fact it has died, and immediately attempt to restart it.
If the process refuses to come up after N attempts within a configurable time window Zabbix should stop attempting to restart it and escalate the issue.
These 3rd party applications are all in-house bespoke applications, so using the Zabbix API is fine.
Thanks in advance
Comment