Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctor 264 plugin database mysql mode databasesize change the way we calculate the fragmentation rate #5088

Conversation

omercier
Copy link
Contributor

@omercier omercier commented Jul 1, 2024

Description

REFS: CTOR-264

Enhanced the way the fragmentation is calculated.

Fixes #4761

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 ?

On a Centreon server:

/usr/lib/centreon/plugins//centreon_mysql.pl --plugin=database::mysql::plugin  --host=127.0.0.1 --username='centreon' --password='centreon' --port=''  --mode=databases-size --filter-database='^(?!(information_schema|performance_schema|test))' --filter-perfdata='database' --verbose --warning-table-frag=1

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.
  • I have reviewed all the help messages in all the .pm files I have modified.
    • All sentences begin with a capital letter.
    • All sentences are terminated by a period.
    • I am able to understand all the help messages, if not, exchange with the PO or TW to rewrite them.

@omercier omercier marked this pull request as ready for review July 1, 2024 13:25
@omercier omercier requested a review from a team as a code owner July 1, 2024 13:25
@omercier omercier requested a review from sdepassio July 1, 2024 13:25
@omercier omercier merged commit 8065a56 into develop Jul 2, 2024
16 checks passed
@omercier omercier deleted the CTOR-264-Plugin-database-mysql-Mode-databasesize-Change-the-way-we-calculate-the-fragmentation-rate branch July 2, 2024 15:20
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.

3 participants