We're working with Zabbix (2.4.7), i'm going to call this the zabbix server. The zabbix server has many machines which it is monitoring. The machines have zabbix agent installed on them.
The machines are VMs. We would like to ping the host machine that the vm is running on. The host machines that the vms are running on do not have zabbix agent installed and we do not have access to those host machines.
The Zabbix server can ping the vms on address 192.168.15.10. The host machine where the vm runs on has an ip address of 192.168.15.5. The third quadrant of the ip changes per vm but the vm is always on the .10 address and the host is always on the .5 address.
We would like to create a trigger to say, if the host is pingable but the vm is not, then alert.
I can create the item to ping the vm, but how do i create the item to ping the host? I'd like to add this into the template not add an item per host as we have many vms.
The machines are VMs. We would like to ping the host machine that the vm is running on. The host machines that the vms are running on do not have zabbix agent installed and we do not have access to those host machines.
The Zabbix server can ping the vms on address 192.168.15.10. The host machine where the vm runs on has an ip address of 192.168.15.5. The third quadrant of the ip changes per vm but the vm is always on the .10 address and the host is always on the .5 address.
We would like to create a trigger to say, if the host is pingable but the vm is not, then alert.
I can create the item to ping the vm, but how do i create the item to ping the host? I'd like to add this into the template not add an item per host as we have many vms.
Comment