I want Zabbix to check ping of another host before it creates a problem event of one host.
I know this could be done by using trigger dependency but I do not want to keep checking ping for both hosts.
I will keep checking ping of one host and let Zabbix run a new function to check ping of another host before it creates and notifies a problem.
Where could I find this in C source code? I am looking at events.c, trigger.c, actions.c, and taskmanager.c but I am lost.
Can anyone please help me?
I know this could be done by using trigger dependency but I do not want to keep checking ping for both hosts.
I will keep checking ping of one host and let Zabbix run a new function to check ping of another host before it creates and notifies a problem.
Where could I find this in C source code? I am looking at events.c, trigger.c, actions.c, and taskmanager.c but I am lost.
Can anyone please help me?