Ad Widget

Collapse

Triggering event or problem in C source code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ykdhan
    Junior Member
    • Jul 2020
    • 14

    #1

    Triggering event or problem in C source code

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