Skip to content

Commit

Permalink
fix mapping #15469
Browse files Browse the repository at this point in the history
  • Loading branch information
NouhaManai96 committed Aug 24, 2023
1 parent 0cb4f5a commit b70ba2d
Showing 1 changed file with 25 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ metrics:
tag: avaya_av_ent_phy_ch_fru_fault
mapping:
1: none
2: malfunction
2: mulfunction
3: ac_fault
4: malfunction_and_ac_fault
5: single_fan_fault
Expand Down Expand Up @@ -139,9 +139,9 @@ metrics:
name: avaya.cmgVoipAdminState
tag: avaya_cmg_voip_admin_state
mapping:
1: busy_out
1: busy-out
2: release
3: camp_on
3: camp-on
255: unknown
- column:
OID: 1.3.6.1.4.1.6889.2.9.1.4.5.1.12
Expand All @@ -166,9 +166,9 @@ metrics:
name: avaya.cmgDSPCoreAdminState
tag: avaya_cmg_dsp_core_admin_state
mapping:
1: busy_out
1: busy-out
2: release
3: camp_on
3: camp-on
255: unknown
- column:
OID: 1.3.6.1.4.1.6889.2.9.1.4.6.1.5
Expand All @@ -191,11 +191,30 @@ metrics:
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
mapping:
1: media-gateway
2: g350
3: avaya_g250
4: avaya_g250-bri
5: avaya_g250-ds1
6: avaya_g250-dcp
7: avaya_g450
8: avaya_g250-a14
10: avaya_tgm550
28: avaya_communication_manager_branch_editioni120
29: avaya_communication_manager_branch_editioni40-analog
30: avaya_communication_manager_branch_editioni40-bri
31: avaya_communication_manager_branch_editioni40-ds1
32: avaya_communication_manager_branch_editioni40-dcp
33: avaya_trm480
34: avaya_communication_manager_branch_editioni40-a14
35: avaya_communication_manager_branch_edition_g450
37: avaya_communication_manager_branch_edition_g430
41: avaya_g430
- OID: 1.3.6.1.4.1.6889.2.9.1.1.2.0
symbol: cmgModelNumber
tag: avaya_cmg_model_number
Expand Down

0 comments on commit b70ba2d

Please sign in to comment.