Skip to content

enh(storage::dell::me4::restapi): Add tier distribution and page allocation metrics to volume-statistics mode#6292

Open
JackTor wants to merge 1 commit into
centreon:developfrom
JackTor:feat/storage-dell-me4-add-tier-metrics
Open

enh(storage::dell::me4::restapi): Add tier distribution and page allocation metrics to volume-statistics mode#6292
JackTor wants to merge 1 commit into
centreon:developfrom
JackTor:feat/storage-dell-me4-add-tier-metrics

Conversation

@JackTor

@JackTor JackTor commented Jul 3, 2026

Copy link
Copy Markdown

feat(storage/dell/me4): add tier distribution and page allocation metrics

Community contributors

Description

The current volume-statistics mode does not export tier distribution metrics that are already available in the /api/show/volume-statistics API response. This is a enhancement

New metrics added

  • percent-tier-ssd → volume.tier.ssd.percentage (%)
  • percent-tier-sata → volume.tier.archive.percentage (%)
  • percent-tier-sas → volume.tier.sas.percentage (%)
  • percent-allocated-rfc → volume.tier.rfc.percentage (%)
  • pages-alloc-per-minute → volume.pages.allocated.perminute
  • pages-dealloc-per-minute → volume.pages.deallocated.perminute

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 ?

Monitor data tiering behavior per volume. Useful for capacity planning and detecting SSD tier saturation (hot data spilling to slower tiers).

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.

Testing

Tested on Dell PowerVault ME5084 (~300 volumes) with Centreon 25.10.14 Community Edition

Output example:
sudo -u centreon-engine /usr/lib/centreon/plugins/centreon-plugins/src/centreon_plugins.pl --plugin=storage::dell::me4::restapi::plugin --mode=volume-statistics --hostname=localhost --api-username=user--api-password=*** --port=443 --proto=https --insecure --digest-sha256 --filter-name='DISK_CLIENTE'
OK: All volumes statistics are ok | 'DISK_CLIENTE#volume.data.transfer.bytespersecond'=0B/s;;;0; 'DISK_CLIENTE#volume.iops.ops'=0ops;;;0; 'DISK_CLIENTE#volume.cache.write.usage.percentage'=0;;;0; 'DISK_CLIENTE#volume.tier.ssd.percentage'=11;;;0;100 'DISK_CLIENTE#volume.tier.archive.percentage'=88;;;0;100 'DISK_CLIENTE#volume.tier.sas.percentage'=0;;;0;100 'DISK_CLIENTE#volume.tier.rfc.percentage'=0;;;0;100 'DISK_CLIENTE#volume.pages.allocated.perminute'=0;;;0; 'DISK_CLIENTE#volume.pages.deallocated.perminute'=0;;;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 provide data or shown output displaying the result of this code in the plugin area concerned.

feat(storage/dell/me4): add tier distribution and page allocation metrics
@JackTor
JackTor requested a review from a team as a code owner July 3, 2026 14:59
@JackTor
JackTor requested review from sdepassio and removed request for a team July 3, 2026 14:59
@lucie-tirand lucie-tirand changed the title Add tier distribution and page allocation metrics to volume-statistics mode ME4 enh(storage::dell::me4::restapi): Add tier distribution and page allocation metrics to volume-statistics mode Jul 3, 2026
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