I'm trying to use an aggregate item but its not working, I keep getting "Not supported by Zabbix agent".
I want to test the connectivity from a group of servers to a single web site (sams-web:80), and have the item collect the maximum response (0 if down, 1 if up).
here's my aggregate item;
grpmax["Archer","net.tcp.port[sams-web,80]","max","900"]
am I doing something wrong? as an individual item this test works fine from each host.
I want to test the connectivity from a group of servers to a single web site (sams-web:80), and have the item collect the maximum response (0 if down, 1 if up).
here's my aggregate item;
grpmax["Archer","net.tcp.port[sams-web,80]","max","900"]
am I doing something wrong? as an individual item this test works fine from each host.
Comment