Skip to content

Commit

Permalink
Update dell-idrac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesverrum committed Jul 26, 2023
1 parent 8b614f4 commit 22a93bb
Showing 1 changed file with 53 additions and 55 deletions.
108 changes: 53 additions & 55 deletions profiles/kentik_snmp/dell/dell-idrac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,63 +9,55 @@ provider: kentik-idrac
sysobjectid:
- 1.3.6.1.4.1.674.10892.* # Dell iDRAC


metrics:
- MIB: DELL-RAC-MIB
symbol:
OID: 1.3.6.1.4.1.674.10892.2.2.1.0
name: drsGlobalSystemStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
- MIB: DELL-RAC-MIB
symbol:
OID: 1.3.6.1.4.1.674.10892.2.3.1.1.0
name: drsGlobalCurrStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
- MIB: DELL-RAC-MIB
symbol:
OID: 1.3.6.1.4.1.674.10892.2.3.1.4.0
name: drsRedCurrStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
- MIB: DELL-RAC-MIB
symbol:
OID: 1.3.6.1.4.1.674.10892.2.3.1.5.0
name: drsPowerCurrStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
- MIB: DELL-RAC-MIB
symbol:
OID: 1.3.6.1.4.1.674.10892.2.3.1.9.0
name: drsCMCCurrStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
symbols:
- OID: 1.3.6.1.4.1.674.10892.2.2.1.0
name: drsGlobalSystemStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
- OID: 1.3.6.1.4.1.674.10892.2.3.1.1.0
name: drsGlobalCurrStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
- OID: 1.3.6.1.4.1.674.10892.2.3.1.4.0
name: drsRedCurrStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
- OID: 1.3.6.1.4.1.674.10892.2.3.1.5.0
name: drsPowerCurrStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6
- OID: 1.3.6.1.4.1.674.10892.2.3.1.9.0
name: drsCMCCurrStatus
enum:
other: 1
unknown: 2
ok: 3
nonCritical: 4
critical: 5
nonRecoverable: 6

- MIB: IDRAC-MIB
# systemStateTable
table:
Expand Down Expand Up @@ -364,6 +356,7 @@ metrics:
- column:
OID: 1.3.6.1.4.1.674.10892.5.4.1100.80.1.9
name: pCIDeviceDescriptionName

- MIB: IDRAC-MIB
# networkDeviceTable
table:
Expand All @@ -387,6 +380,7 @@ metrics:
- column:
OID: 1.3.6.1.4.1.674.10892.5.4.100.90.1.30
name: networkDeviceFQDD

- MIB: IDRAC-MIB
# systemSlotTable
table:
Expand All @@ -406,6 +400,7 @@ metrics:
- column:
OID: 1.3.6.1.4.1.674.10892.5.4.1200.10.1.8
name: systemSlotSlotExternalSlotName

- MIB: IDRAC-MIB
# controllerTable
table:
Expand All @@ -425,6 +420,7 @@ metrics:
- column:
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.1.1.2
name: controllerName

- MIB: IDRAC-MIB
# physicalDiskTable
table:
Expand Down Expand Up @@ -454,6 +450,7 @@ metrics:
- column:
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.4.1.2
name: physicalDiskName

- MIB: IDRAC-MIB
# enclosurePowerSupplyTable
table:
Expand All @@ -472,6 +469,7 @@ metrics:
- column:
OID: 1.3.6.1.4.1.674.10892.5.5.1.20.130.9.1.2
name: enclosurePowerSupplyName

- MIB: IDRAC-MIB
# batteryTable
table:
Expand Down

0 comments on commit 22a93bb

Please sign in to comment.