Hi,
im using zabbix with this addon for OpenVZ Nodes:
is working great, it discover all containers correctly,
but each one container in host name has a node name, also there is no ip of container - it has ip of node,
i using also this
its works but for each container it shows status of its node,
any ideas how to do it?
standard trigger is:
i tried to make
but im not able to save it,
variable openvz.ct.ip[{HOST.DNS}] exists - i created it and it working
im using zabbix with this addon for OpenVZ Nodes:
is working great, it discover all containers correctly,
but each one container in host name has a node name, also there is no ip of container - it has ip of node,
i using also this
its works but for each container it shows status of its node,
any ideas how to do it?
standard trigger is:
Code:
{Template IP Blacklist:check_dnsbl.sh[{HOST.DNS},bl.spamcannibal.org].last()}<>0
Code:
{Template IP Blacklist:check_dnsbl.sh[openvz.ct.ip[{HOST.DNS}],bl.spamcannibal.org].last()}<>0
variable openvz.ct.ip[{HOST.DNS}] exists - i created it and it working