Hi,
We have VMware Cluster that has associated the VMware template that find VMs by Discover VMware VMs template. At this point i have 2 problems.
> 1st the Discover VMware VMs mas host prototype that get his IP by #VM.IP Macro but if the VM has more then 2 network cards and if the 1st was the DMZ card the VM start trigger events about Ping. Is there any way of change it that because the VMware Guest template has Network device discovery rule that only give me metrics can i get the IP and Netmask ?
> 2nd the Discover VMware VMs has a Mounted filesystem discovery that has trigger prototype called VMware: Free disk space on {#FSNAME} less 10%. When it is activated, we configure the alert triggers action to sent an email. The default body is:
The real problem is EVENT.OPDATA only return a percent of free space. How can i get more information like the real free space in GB or MB?
I have zabbix 6.4.10
We have VMware Cluster that has associated the VMware template that find VMs by Discover VMware VMs template. At this point i have 2 problems.
> 1st the Discover VMware VMs mas host prototype that get his IP by #VM.IP Macro but if the VM has more then 2 network cards and if the 1st was the DMZ card the VM start trigger events about Ping. Is there any way of change it that because the VMware Guest template has Network device discovery rule that only give me metrics can i get the IP and Netmask ?
> 2nd the Discover VMware VMs has a Mounted filesystem discovery that has trigger prototype called VMware: Free disk space on {#FSNAME} less 10%. When it is activated, we configure the alert triggers action to sent an email. The default body is:
Code:
Problem started at {EVENT.TIME} on {EVENT.DATE}
Problem name: {EVENT.NAME}
Host: {HOST.NAME}
Severity: {EVENT.SEVERITY}
Operational data: {EVENT.OPDATA}
Original problem ID: {EVENT.ID}
I have zabbix 6.4.10
Comment