Skip to content

New plugin Azure Vmware Solution#6107

Open
matoy wants to merge 1 commit intocentreon:developfrom
matoy:feat_Azure_AVS
Open

New plugin Azure Vmware Solution#6107
matoy wants to merge 1 commit intocentreon:developfrom
matoy:feat_Azure_AVS

Conversation

@matoy
Copy link
Copy Markdown
Contributor

@matoy matoy commented Apr 8, 2026

Community contributors

Description

Allow to monitor AVS (Azure Vmware Solution) resources

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 ?

CPU cluster

sudo -u centreon-engine perl centreon_plugins.pl --plugin=cloud::azure::compute::avs::plugin
--custommode=api --mode=cpu
--subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='xxx'
--resource='xxx' --resource-group='xxx'
--warning-cpu-usage=80 --critical-cpu-usage=90

OK: Instance 'xxx' Statistic 'average' Metrics CPU usage: 32.00%, Effective CPU: 32.00% | 'xxxaverage#avs.cluster.cpu.usage.percentage'=32.00%;0:80;0:90;0;100 'xxxaverage#avs.cluster.cpu.effective.percentage'=32.00%;;;0;100

Datastore (utilisation disque)

sudo -u centreon-engine perl centreon_plugins.pl --plugin=cloud::azure::compute::avs::plugin
--custommode=api --mode=datastore
--subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='xxx'
--resource='xxx' --resource-group='xxx'
--warning-datastore-disk-used-percentage=70 --critical-datastore-disk-used-percentage=85

OK: Instance 'xxx' Statistic 'average' Metrics Disk total capacity: 52.40TB, Disk used: 23.86TB, Disk used: 45.00% | 'xxxaverage#avs.datastore.disk.capacity.bytes'=57611315257344.00B;;;0; 'xxxaverage#avs.datastore.disk.used.bytes'=26233016046628.50B;;;0; 'xxx~average#avs.datastore.disk.used.percentage'=45.00%;0:70;0:85;0;100

sudo -u centreon-engine perl centreon_plugins.pl --plugin=cloud::azure::compute::avs::plugin
--custommode=api --mode=memory
--subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='xxx'
--resource='xxx' --resource-group='xxx'
--warning-memory-usage=80 --critical-memory-usage=90

OK: Instance 'xxx' Statistic 'average' Metrics Effective memory: 2.03TB, Total memory capacity: 2.03TB, Memory overhead: 7.07GB, Memory usage: 33.00% | 'xxxaverage#avs.cluster.memory.effective.bytes'=2229359957333.33B;;;0; 'xxxaverage#avs.cluster.memory.total.bytes'=2229359957333.33B;;;0; 'xxxaverage#avs.cluster.memory.overhead.bytes'=7590789461.33B;;;0; 'xxxaverage#avs.cluster.memory.usage.percentage'=33.00%;0:80;0:90;0;100

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.

Summary by Aikido

Security Issues: 0 🔍 Quality Issues: 3 Resolved Issues: 0

🚀 New Features

  • Added Azure VMware Solution plugin with CPU, memory, datastore modes

More info

@matoy matoy requested a review from a team as a code owner April 8, 2026 15:04
@matoy matoy requested a review from Evan-Adam April 8, 2026 15:04
Comment thread src/cloud/azure/compute/avs/mode/datastore.pm
Comment thread src/cloud/azure/compute/avs/mode/memory.pm
Comment thread src/cloud/azure/compute/avs/mode/cpu.pm
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