Please advise how can I build graph prototype for a standard "Template SNMP Processors" so it displays all discovered CPUs on one graph. Something like on attached screenshot. Thanks!
In the same way I'm going to graph auto-discovered SNMP OIDs for Asterisk based on discovered data as listed bellow. I've build a discovery rule with a graph prototype which graphs every type of channel in a separate graph.
As a next step I would like to aggregate this information and display info about all discovered channels on the same graph. Please advise how it can be done.
ASTERISK-MIB::astNumChanTypes.0 = INTEGER: 7
ASTERISK-MIB::astChanTypeName.1 = STRING: DAHDI
ASTERISK-MIB::astChanTypeName.2 = STRING: IAX2
ASTERISK-MIB::astChanTypeName.3 = STRING: Local
ASTERISK-MIB::astChanTypeName.4 = STRING: MGCP
ASTERISK-MIB::astChanTypeName.5 = STRING: Console
ASTERISK-MIB::astChanTypeName.6 = STRING: Phone
ASTERISK-MIB::astChanTypeName.7 = STRING: SIP
ASTERISK-MIB::astChanTypeChannels.1 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.2 = Gauge32: 2
ASTERISK-MIB::astChanTypeChannels.3 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.4 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.5 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.6 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.7 = Gauge32: 2
Thanks!
In the same way I'm going to graph auto-discovered SNMP OIDs for Asterisk based on discovered data as listed bellow. I've build a discovery rule with a graph prototype which graphs every type of channel in a separate graph.
As a next step I would like to aggregate this information and display info about all discovered channels on the same graph. Please advise how it can be done.
ASTERISK-MIB::astNumChanTypes.0 = INTEGER: 7
ASTERISK-MIB::astChanTypeName.1 = STRING: DAHDI
ASTERISK-MIB::astChanTypeName.2 = STRING: IAX2
ASTERISK-MIB::astChanTypeName.3 = STRING: Local
ASTERISK-MIB::astChanTypeName.4 = STRING: MGCP
ASTERISK-MIB::astChanTypeName.5 = STRING: Console
ASTERISK-MIB::astChanTypeName.6 = STRING: Phone
ASTERISK-MIB::astChanTypeName.7 = STRING: SIP
ASTERISK-MIB::astChanTypeChannels.1 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.2 = Gauge32: 2
ASTERISK-MIB::astChanTypeChannels.3 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.4 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.5 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.6 = Gauge32: 0
ASTERISK-MIB::astChanTypeChannels.7 = Gauge32: 2
Thanks!
Comment