Hi to all the zbx users.
Running 2.0.10.
maybe somebody knows how to do a LLD so that it only requests items from ports that are up?
We're using zbx for a month and we like it a lot. Thank you!
We have about 100 24-48 port switches running, the problem for the moment is that if a switch has about 20 ports used, 28 might be empty and there is no reason to discover them and request the snmp from them.
I've added a macros for snmpvalue with regxp to filter out not needed interfaces (virtual interfaces).
We are discovering ifDescr and on them adding about 10 items per port, 4 triggers, 4 graphs.
I'd like to check ifOper state of the ports with LLD and if the interface oper state is down, then disable other items for that discovery, once the oper state changes, enable the items and do the snmp requests.
I've googled for few days and was not able to come up with a solution.
For the moment I'm stuck and I don't know where to look further.
Can a trigger disable items? (ifOper = down, disable a,b,c,d ?)
maybe something with external check?
Running 2.0.10.
maybe somebody knows how to do a LLD so that it only requests items from ports that are up?
We're using zbx for a month and we like it a lot. Thank you!
We have about 100 24-48 port switches running, the problem for the moment is that if a switch has about 20 ports used, 28 might be empty and there is no reason to discover them and request the snmp from them.
I've added a macros for snmpvalue with regxp to filter out not needed interfaces (virtual interfaces).
We are discovering ifDescr and on them adding about 10 items per port, 4 triggers, 4 graphs.
I'd like to check ifOper state of the ports with LLD and if the interface oper state is down, then disable other items for that discovery, once the oper state changes, enable the items and do the snmp requests.
I've googled for few days and was not able to come up with a solution.
For the moment I'm stuck and I don't know where to look further.
Can a trigger disable items? (ifOper = down, disable a,b,c,d ?)
maybe something with external check?