Hi all,
I'm new in Zabbix, so sorry if my question is too basic.
I'm using version 2.2.4 in a Red Hat system, and using it to monitor my LAN envirionment.
I'm trying to configure Zabbix to Graph and Trigger if the number of active interfaces (ifOperStatus = up) is higher than 80% of the switches capability.
For that, I've tryied to create a new template, with an item Type Calculated and Key ifOperStatus and Formula {HOST:ifOperStatus.["#SNMPINDEX"]=1}.sum(3600). The idea was to sum the number of interfaces with status = 1, but it is not working.
Could anyone help?
Thanks for your time,
Kind Regards,
A Santiago
I'm new in Zabbix, so sorry if my question is too basic.
I'm using version 2.2.4 in a Red Hat system, and using it to monitor my LAN envirionment.
I'm trying to configure Zabbix to Graph and Trigger if the number of active interfaces (ifOperStatus = up) is higher than 80% of the switches capability.
For that, I've tryied to create a new template, with an item Type Calculated and Key ifOperStatus and Formula {HOST:ifOperStatus.["#SNMPINDEX"]=1}.sum(3600). The idea was to sum the number of interfaces with status = 1, but it is not working.
Could anyone help?
Thanks for your time,
Kind Regards,
A Santiago