Hi,
We have a few sites that won't allow the agents to be installed, but we have setup ssh keys between the Zabbix server and their servers.
Is there a simple way to run a check item to do a local ping from the Zabbix server and set the status of the Server to Available ?
Also base on this ?
From what I understand items are checked regardless of the status of the host availability!?!?
Are there some sort of item (or even template) dependencies that can be used to stop child checks if the parent check fails ?
or a way to add a check in an item to stop the actual item check from doing the remote call (which will timeout), if the server is unavailable ?
Parent ( ping )
--> Child 1 (memory)
--> Child 2 (cpu)
--> Child 3 (load)
--> Child 4 (etc.)
We have a few sites that won't allow the agents to be installed, but we have setup ssh keys between the Zabbix server and their servers.
Is there a simple way to run a check item to do a local ping from the Zabbix server and set the status of the Server to Available ?
Also base on this ?
From what I understand items are checked regardless of the status of the host availability!?!?
Are there some sort of item (or even template) dependencies that can be used to stop child checks if the parent check fails ?
or a way to add a check in an item to stop the actual item check from doing the remote call (which will timeout), if the server is unavailable ?
Parent ( ping )
--> Child 1 (memory)
--> Child 2 (cpu)
--> Child 3 (load)
--> Child 4 (etc.)
Comment