Skip to content

Commit a0851c6

Browse files
author
Carl Chang
authored
fix description typo
1 parent d5e6c53 commit a0851c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_snmp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
],
9090
}),
9191
('powerSupply', {
92-
'description': 'Power supply Status',
92+
'description': 'Power Supply Status',
9393
'oids': [
9494
{'oid': 'powerSupplyLocationName', 'type': 'text'},
9595
{'oid': 'powerSupplyStatus', 'type': 'status'},
@@ -153,7 +153,7 @@
153153
],
154154
}),
155155
('powerSupply', {
156-
'description': 'Power supply Status',
156+
'description': 'Power Supply Status',
157157
'oids': [
158158
{'oid': 'cpqHeFltTolPowerSupplyCondition', 'type': 'status'},
159159
],

0 commit comments

Comments
 (0)