New to Zabbix and have hit a stumbling block.
I have several Cisco voice gateways that I'd like to monitor PRI circuits to ensure they are up. Querying OID (1.3.6.1.2.1.10.20.1.3.4.1.2) will return a sub-tree of all circuits and their current status (3 being up, <3 represents an issue.
ie (representing (4) PRIs ) :
iso.3.6.1.2.1.10.20.1.3.4.1.2.36 = INTEGER: 3
iso.3.6.1.2.1.10.20.1.3.4.1.2.85 = INTEGER: 3
iso.3.6.1.2.1.10.20.1.3.4.1.2.134 = INTEGER: 3
iso.3.6.1.2.1.10.20.1.3.4.1.2.183 = INTEGER: 3
Adding individual OIDs for each PRI circuit will be cumbersome, and also won't capture any new circuits added in the future. Is there a method of discovering via the parent OID (above) and dynamically tracking any sub-items returned?
Thank you.
I have several Cisco voice gateways that I'd like to monitor PRI circuits to ensure they are up. Querying OID (1.3.6.1.2.1.10.20.1.3.4.1.2) will return a sub-tree of all circuits and their current status (3 being up, <3 represents an issue.
ie (representing (4) PRIs ) :
iso.3.6.1.2.1.10.20.1.3.4.1.2.36 = INTEGER: 3
iso.3.6.1.2.1.10.20.1.3.4.1.2.85 = INTEGER: 3
iso.3.6.1.2.1.10.20.1.3.4.1.2.134 = INTEGER: 3
iso.3.6.1.2.1.10.20.1.3.4.1.2.183 = INTEGER: 3
Adding individual OIDs for each PRI circuit will be cumbersome, and also won't capture any new circuits added in the future. Is there a method of discovering via the parent OID (above) and dynamically tracking any sub-items returned?
Thank you.