Hello,
I am trying to deal with a cluster of devices where each member's SNMP reports status of all other members.
There is no loadbalancer.
My problem:
If Zabbix connects to only one node, monitoring will fail if that node goes down.
If Zabbix connects to all nodes, I pollute my database and UI by duplicite values.
My question:
I'd like to use LLD filters to filter only for data for the connected unit.
The straightfoward approach would be to use the unit's so-called serial number.
Is it possible to have a LLD filter like {#DISCO_SERIAL} matches {my_template:devSerial.last()} ?
Thank you.
I am trying to deal with a cluster of devices where each member's SNMP reports status of all other members.
There is no loadbalancer.
My problem:
If Zabbix connects to only one node, monitoring will fail if that node goes down.
If Zabbix connects to all nodes, I pollute my database and UI by duplicite values.
My question:
I'd like to use LLD filters to filter only for data for the connected unit.
The straightfoward approach would be to use the unit's so-called serial number.
Is it possible to have a LLD filter like {#DISCO_SERIAL} matches {my_template:devSerial.last()} ?
Thank you.