Skip to content

Commit

Permalink
fix mapping #15158
Browse files Browse the repository at this point in the history
  • Loading branch information
NouhaManai96 committed Aug 23, 2023
1 parent 094f8d9 commit c4143c5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ metrics:
# constant_value_one: true
# metric_tags:
# - column:
# OID:
# OID:
# name: ePDUOutletBankIndex
# - column:
# OID: 1.3.6.1.4.1.3808.1.1.3.4.1.1
Expand Down Expand Up @@ -299,8 +299,8 @@ metrics:
name: ePDU2PhaseStatusLoadState
tag: e_pdu2_phase_status_load_state
mapping:
1: low_load
2: normal
1: normal
2: low_load
3: near_overload
4: overload
- MIB: CPS-MIB
Expand All @@ -322,8 +322,8 @@ metrics:
name: ePDU2BankStatusLoadState
tag: e_pdu2_bank_status_load_state
mapping:
1: low_load
2: normal
1: normal
2: low_load
3: near_overload
4: overload
- MIB: CPS-MIB
Expand Down Expand Up @@ -372,4 +372,4 @@ metric_tags:
tag: envir_ident_name
- OID: 1.3.6.1.4.1.3808.1.1.4.1.2.0
symbol: envirIdentLocation
tag: envir_ident_location
tag: envir_ident_location

0 comments on commit c4143c5

Please sign in to comment.