Skip to content

Commit c2eb12c

Browse files
authored
Fix: OID name link -> halink in health.pm
1 parent bbb1145 commit c2eb12c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/network/stormshield/snmp/mode/health.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sub new {
114114

115115
my $mapping = {
116116
hamode => { oid => '.1.3.6.1.4.1.11256.1.16.2.1.3' }, # snsHaModeHealth
117-
link => { oid => '.1.3.6.1.4.1.11256.1.16.2.1.4' }, # snsHaLinkHealth
117+
halink => { oid => '.1.3.6.1.4.1.11256.1.16.2.1.4' }, # snsHaLinkHealth
118118
powersupply => { oid => '.1.3.6.1.4.1.11256.1.16.2.1.5' }, # snsPowerSupplyHealth
119119
fan => { oid => '.1.3.6.1.4.1.11256.1.16.2.1.6' }, # snsFanHealth
120120
cpu => { oid => '.1.3.6.1.4.1.11256.1.16.2.1.7' }, # snsCpuHealth
@@ -219,4 +219,4 @@ You can use the following variables: %{health}, %{service}
219219
220220
=back
221221
222-
=cut
222+
=cut

0 commit comments

Comments
 (0)