We have the trigger VM Ping Loss >10m which uses the expression avg(/VMware Guest/icmppingloss[{HOST.IP},4],#60)=100, icmppingloss polls around every 10s. This trigger is tagged as service:vm-uptime-problems. we then have a 'VM Uptime Monitoring' service which uses a single child service named 'VM Uptime Problems' which uses the problem tag service:vm-uptime-problems.
This works great to show uptime service level and is only impacted when a host is down for 10+ mins, unfortunately this also means the DMZ VMs, where the Zabbix server can not ping them as there are on an isolated network, also are throwing this 10m+ no ping trigger.
Our DMZ VMs are using a dedicated virtual switch within vSphere but i cant seem to find any item that could be added to list the virtual switch the VMs network adapter is using.
Our DMZ VMs are within their own subnet but i cant see how to add the VM IP address to an item and if i could I'm not sure if a trigger could be filtered to not include item with value of '192.168.0.*' for example.
I would imagine the DMZ VMs will have to be tagged in some way but even then the problem tags used with in the child services only have 'Equals' or 'Contains' operator not a 'Does Not Equal' operation.
So the question is, How do other Zabbix Administrators automatically tag their DMZ VMs and how can these then be excluded from Services and SLA?
Any suggestions welcome.
This works great to show uptime service level and is only impacted when a host is down for 10+ mins, unfortunately this also means the DMZ VMs, where the Zabbix server can not ping them as there are on an isolated network, also are throwing this 10m+ no ping trigger.
Our DMZ VMs are using a dedicated virtual switch within vSphere but i cant seem to find any item that could be added to list the virtual switch the VMs network adapter is using.
Our DMZ VMs are within their own subnet but i cant see how to add the VM IP address to an item and if i could I'm not sure if a trigger could be filtered to not include item with value of '192.168.0.*' for example.
I would imagine the DMZ VMs will have to be tagged in some way but even then the problem tags used with in the child services only have 'Equals' or 'Contains' operator not a 'Does Not Equal' operation.
So the question is, How do other Zabbix Administrators automatically tag their DMZ VMs and how can these then be excluded from Services and SLA?
Any suggestions welcome.
Comment