Skip to content

fix(os::f5os::snmp): issue with temperature value in hardware mode CTOR-2373#6255

Draft
lucie-tirand wants to merge 3 commits into
developfrom
CTOR-2373-plugin-os-f-5-os-snmp-mode-hardware-issue-with-temperature-value
Draft

fix(os::f5os::snmp): issue with temperature value in hardware mode CTOR-2373#6255
lucie-tirand wants to merge 3 commits into
developfrom
CTOR-2373-plugin-os-f-5-os-snmp-mode-hardware-issue-with-temperature-value

Conversation

@lucie-tirand

Copy link
Copy Markdown
Contributor

Centreon team (internal PR)

Description

Handle F5OS 1.5.4

Fixes # (issue)
#6228

Type of change

  • Patch fixing an issue (non-breaking change)
  • New functionality (non-breaking change)
  • Functionality enhancement or optimization (non-breaking change)
  • Breaking change (patch or feature) that might cause side effects breaking part of the Software

How this pull request can be tested ?

Using this SNMPWalk:

.1.3.6.1.4.1.12276.1.2.1.3.1.1.2.8.112.108.97.116.102.111.114.109 = STRING: "29.0"
.1.3.6.1.4.1.12276.1.2.1.3.1.1.3.8.112.108.97.116.102.111.114.109 = STRING: "28.6"
.1.3.6.1.4.1.12276.1.2.1.3.1.1.4.8.112.108.97.116.102.111.114.109 = STRING: "27.0"
.1.3.6.1.4.1.12276.1.2.1.3.1.1.5.8.112.108.97.116.102.111.114.109 = STRING: "30.0"

Checklist

  • I have followed the coding style guidelines provided by Centreon
  • I have commented my code, especially hard-to-understand areas of the PR.
  • I have rebased my development branch on the base branch (develop).
  • I have implemented automated tests related to my commits.
    • Data used for automated tests are anonymized.
  • I have reviewed all the help messages in all the .pm files I have modified.
    • All sentences begin with a capital letter.
    • All sentences end with a period.
    • I am able to understand all the help messages, if not, exchange with the PO or TW to rewrite them.
  • After having created the PR, I will make sure that all the tests provided in this PR have run and passed.

Comment thread src/os/f5os/snmp/mode/hardware.pm Outdated
Added a suggestion to include 'use centreon::plugins::constants qw(:counters);' in the error message for better guidance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants