New plugin Azure Vmware Solution#6107
Open
matoy wants to merge 1 commit intocentreon:developfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community contributors
Description
Allow to monitor AVS (Azure Vmware Solution) resources
Type of change
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% | 'xxx
average#avs.cluster.cpu.usage.percentage'=32.00%;0:80;0:90;0;100 'xxxaverage#avs.cluster.cpu.effective.percentage'=32.00%;;;0;100Datastore (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% | 'xxx
average#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;100sudo -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% | 'xxx
average#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;100Checklist
Summary by Aikido
🚀 New Features
More info