-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
1,040 additions
and
0 deletions.
There are no files selected for viewing
207 changes: 207 additions & 0 deletions
207
snmp/datadog_checks/snmp/data/default_profiles/avaya-media-gateway.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
extends: | ||
- _base.yaml | ||
- _generic-if.yaml | ||
- _generic-ospf.yaml | ||
- avaya.yaml | ||
- _generic-entity-sensor.yaml | ||
|
||
sysobjectid: | ||
- 1.3.6.1.4.1.6889.1.45.103.8 # G450 Media Gateway | ||
- 1.3.6.1.4.1.6889.1.45.103.41 # G430 Media Gateway | ||
|
||
metrics: | ||
- MIB: UTILIZATION-MANAGEMENT-MIB | ||
symbol: | ||
name: cpu.usage | ||
OID: 1.3.6.1.4.1.6889.2.1.11.1.1.1.1.5.10 # genCpuAverageUtilization.10 | ||
- MIB: UTILIZATION-MANAGEMENT-MIB | ||
symbol: | ||
name: memory.usage | ||
OID: 1.3.6.1.4.1.6889.2.1.11.1.2.6.1.3.10 # genMemUtilizationPercentUsed.10 | ||
- MIB: AVAYA-ENTITY-MIB | ||
table: | ||
name: avEntPhyChFruTable | ||
OID: 1.3.6.1.4.1.6889.2.1.99.5.1 | ||
symbols: | ||
- name: avaya.avEntPhyChFru | ||
constant_value_one: true | ||
metric_tags: | ||
- index: 1 | ||
tag: avaya_ent_physical_index | ||
- column: | ||
OID: 1.3.6.1.4.1.6889.2.1.99.5.1.1.1 | ||
name: avaya.avEntPhyChFruOperStat | ||
tag: avaya_av_ent_phy_ch_fru_oper_stat | ||
mapping: | ||
1: ok | ||
2: fault | ||
3: not_present | ||
255: unknown | ||
- column: | ||
OID: 1.3.6.1.4.1.6889.2.1.99.5.1.1.2 | ||
name: avaya.avEntPhyChFruFault | ||
tag: avaya_av_ent_phy_ch_fru_fault | ||
mapping: | ||
1: none | ||
2: malfunction | ||
3: ac_fault | ||
4: malfunction_and_ac_fault | ||
5: single_fan_fault | ||
6: multiple_fan_fault | ||
7: bad_expansion_cable | ||
255: unknown | ||
# - MIB: AVAYA-RTP-MIB | ||
# symbol: | ||
# name: avaya.avRtpEnable | ||
# OID: 1.3.6.1.4.1.6889.2.7.1.2.0 | ||
# enum: | ||
# true: 1 | ||
# false: 2 | ||
# TODO: enum in scalar metric is not supported yet (keep this metric and this | ||
# comment in profile until it's fixed) | ||
# - MIB: G700-MG-MIB | ||
# symbol: | ||
# name: avaya.cmgQosControl | ||
# OID: 1.3.6.1.4.1.6889.2.9.1.2.2.1.0 | ||
# enum: | ||
# local: 1 | ||
# remote: 2 | ||
# TODO: enum in scalar metric is not supported yet (keep this metric and this | ||
# comment in profile until it's fixed) | ||
- MIB: G700-MG-MIB | ||
symbol: | ||
name: avaya.cmgRemoteSigDscp | ||
OID: 1.3.6.1.4.1.6889.2.9.1.2.2.2.0 | ||
- MIB: G700-MG-MIB | ||
symbol: | ||
name: avaya.cmgRemoteSig802Priority | ||
OID: 1.3.6.1.4.1.6889.2.9.1.2.2.3.0 | ||
- MIB: G700-MG-MIB | ||
symbol: | ||
name: avaya.cmgLocalSigDscp | ||
OID: 1.3.6.1.4.1.6889.2.9.1.2.2.4.0 | ||
- MIB: G700-MG-MIB | ||
symbol: | ||
name: avaya.cmgLocalSig802Priority | ||
OID: 1.3.6.1.4.1.6889.2.9.1.2.2.5.0 | ||
- MIB: G700-MG-MIB | ||
symbol: | ||
name: avaya.cmgCurrent802Vlan | ||
OID: 1.3.6.1.4.1.6889.2.9.1.2.2.7.0 | ||
# - MIB: G700-MG-MIB | ||
# symbol: | ||
# name: avaya.cmgRegistrationState | ||
# OID: 1.3.6.1.4.1.6889.2.9.1.3.1.0 | ||
# enum: | ||
# registered: 1 | ||
# notRegistered: 2 | ||
# TODO: enum in scalar metric is not supported yet (keep this metric and this | ||
# comment in profile until it's fixed) | ||
# - MIB: G700-MG-MIB | ||
# symbol: | ||
# name: avaya.cmgH248LinkStatus | ||
# OID: 1.3.6.1.4.1.6889.2.9.1.3.3.0 | ||
# enum: | ||
# up: 1 | ||
# down: 2 | ||
# TODO: enum in scalar metric is not supported yet (keep this metric and this | ||
# comment in profile until it's fixed) | ||
- MIB: G700-MG-MIB | ||
symbol: | ||
name: avaya.cmgH248LinkErrorCode | ||
OID: 1.3.6.1.4.1.6889.2.9.1.3.4.0 | ||
- MIB: G700-MG-MIB | ||
table: | ||
name: cmgVoipEngineTable | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.5 | ||
symbols: | ||
- name: avaya.cmgVoipTotalChannels | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.6 | ||
- name: avaya.cmgVoipChannelsInUse | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.7 | ||
- name: avaya.cmgVoipAverageOccupancy | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.8 | ||
metric_tags: | ||
- column: | ||
name: avaya.cmgVoipCurrentIpAddress | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.4 | ||
tag: avaya_cmg_voip_current_ip_address | ||
- column: | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.9 | ||
name: avaya.cmgVoipHyperactivity | ||
tag: avaya_cmg_voip_hyperactivity | ||
mapping: | ||
1: normal | ||
2: hyperactive | ||
255: unknown | ||
- column: | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.10 | ||
name: avaya.cmgVoipAdminState | ||
tag: avaya_cmg_voip_admin_state | ||
mapping: | ||
1: busy_out | ||
2: release | ||
3: camp_on | ||
255: unknown | ||
- column: | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.12 | ||
name: avaya.cmgVoipDspStatus | ||
tag: avaya_cmg_voip_dsp_status | ||
mapping: | ||
1: idle | ||
2: in_use | ||
3: fault | ||
- MIB: G700-MG-MIB | ||
table: | ||
name: cmgVoipDSPCoreTable | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.6 | ||
symbols: | ||
- name: avaya.cmgDSPCoreTotalChannels | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.2 | ||
- name: avaya.cmgDSPCoreChannelsInUse | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.3 | ||
metric_tags: | ||
- column: | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.4 | ||
name: avaya.cmgDSPCoreAdminState | ||
tag: avaya_cmg_dsp_core_admin_state | ||
mapping: | ||
1: busy_out | ||
2: release | ||
3: camp_on | ||
255: unknown | ||
- column: | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.5 | ||
name: avaya.cmgDSPCoreStatus | ||
tag: avaya_cmg_dsp_core_status | ||
mapping: | ||
1: idle | ||
2: in_use | ||
3: fault | ||
- column: | ||
OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.7 | ||
name: avaya.cmgDSPCoreDemandTestResult | ||
tag: avaya_cmg_dsp_core_demand_test_result | ||
mapping: | ||
1: error_code1 | ||
2: error_code2 | ||
3: error_code3 | ||
4: error_code4 | ||
5: error_code5 | ||
6: error_code6 | ||
7: not_responding | ||
255: pass | ||
|
||
metric_tags: | ||
- OID: 1.3.6.1.4.1.6889.2.9.1.1.1.0 | ||
symbol: cmgHWType | ||
tag: avaya_cmg_hw_type | ||
- OID: 1.3.6.1.4.1.6889.2.9.1.1.2.0 | ||
symbol: cmgModelNumber | ||
tag: avaya_cmg_model_number | ||
- OID: 1.3.6.1.4.1.6889.2.9.1.1.4.0 | ||
symbol: cmgSerialNumber | ||
tag: avaya_cmg_serial_number | ||
- OID: 1.3.6.1.4.1.6889.2.9.1.3.2.0 | ||
symbol: cmgActiveControllerAddress | ||
tag: avaya_cmg_active_controller_address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.