Skip to content

Release 20260400#6119

Open
pkippes wants to merge 55 commits intomasterfrom
release-20260400
Open

Release 20260400#6119
pkippes wants to merge 55 commits intomasterfrom
release-20260400

Conversation

@pkippes
Copy link
Copy Markdown
Contributor

@pkippes pkippes commented Apr 13, 2026

Community contributors

Description

Please include a short resume of the changes and what is the purpose of this pull request.
Any relevant information should be added to help reviewers to understand what are the stakes
of the pull request.

Fixes # (issue)
If you are fixing a github Issue already existing, mention it here.

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 ?

Please describe the procedure to verify that the goal of the PR is matched.
Provide clear instructions so that it can be correctly tested.

Any relevant details of the configuration to perform the test should be added.
To integrate this pull request into our core we need to add some automated tests to check the proper
functioning of this PR. Ideally we need the following informations:

  • SNMP: MIB files and full snmpwalk of enterprise branch (snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk) or SNMP collections.
  • HTTP API (SOAP, Rest/Json, XML-RPC): the documentation and some curl examples (command with -v + output) or HTTP collections.
  • CLI: command line examples (command + result).
  • SQL: queries + results + column types or SQL collections.
  • JMX: mbean names and attributes.

If some information is confidential, such as logins or IP addresses, obfuscate them in what is sent
publicly and we'll get in touch with you by private message if this information is needed.

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 provide data or shown output displaying the result of this code in the plugin area concerned.

Centreon team (internal PR)

Description

PLEASE MAKE SURE THAT THE BRANCH PR INCLUDES JIRA TICKET ID

Please include a short resume of the changes and what is the purpose of this pull request.
Any relevant information should be added to help reviewers to understand what are the stakes
of the pull request.

Fixes # (issue)
If you are fixing a github Issue already existing, mention it here.
If you are fixing one or more JIRA ticket, mention it here too.

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 ?

Please describe the procedure to verify that the goal of the PR is matched.
Provide clear instructions so that it can be correctly tested.
Mention the automated tests included in this FOR (what they test like mode/option combinations).

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).
  • In case of a new plugin, I have created the new packaging directory accordingly.
  • 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.

sdepassio and others added 30 commits March 13, 2026 15:25
chore(release) Sync release plugin 20260300
… incorrect thresholds temperature (#6041)

Refs: CTOR-2232
- Bumped daemon package version from 2.0.7 to 2.0.8
- Added try/catch to skip subsystems that threw exceptions
Refs: CTOR-1966
…imension in requests and latency modes (#6058)

Co-authored-by: Roman Morandell <46994680+rmorandell-pgum@users.noreply.github.com>

- Added options to change API dimension instance and gateway type.
- Replaced literal counter values with constants and used is_excluded helper.
- Updated help text, exit messages, and copyright header years.

Refs: CTOR-1225
…ds (#6077)

- Updated metric labels to use milliseconds units for latency metrics
- Converted latency outputs to milliseconds and formatted with two decimals
- Adapted and reformatted robot tests; added latency formatting test cases
Refs: CTOR-2155
#6038)

Co-authored-by: omercier <omercier@centreon.com>
Co-authored-by: @acelor
Refs: CTOR-865
Huge step forward thanks to @bouda1! 

Refs: CTOR-2199

Co-authored-by: David Boucher <dboucher@centreon.com>
Co-authored-by: evan Adam <evan.adam@yahoo.fr>
Co-authored-by: Sylvain Cresto <scresto@centreon.com>
Co-authored-by: tuntoja <58987095+tuntoja@users.noreply.github.com>
scresto31 and others added 5 commits April 10, 2026 15:25
…y GPON ONT module monitoring (#6112)

Refs:CTOR-1842

Co-authored-by: rmorandell_pgum <roman.morandell@pgum.eu>
Co-authored-by: omercier <32134301+omercier@users.noreply.github.com>
Enhance debugging of CLI plugins 
Refs: CTOR-1247
@omercier omercier requested a review from cg-tw April 14, 2026 12:22
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.