Azure Database for MariaDB
Contenu du pack​
Modèles​
Le connecteur de supervision Azure Database for MariaDB apporte un modèle d'hôte :
- Cloud-Azure-Database-MariaDB-custom
Le connecteur apporte les modèles de service suivants
(classés selon le modèle d'hôte auquel ils sont rattachés) :
- Cloud-Azure-Database-MariaDB-custom
Alias | Modèle de service | Description |
---|
Connections | Cloud-Azure-Database-MariaDB-Connections-Api-custom | Contrôle les statistiques des connexions à l'instance Azure Database for MariaDB |
Cpu | Cloud-Azure-Database-MariaDB-Cpu-Api-custom | Contrôle le CPU de l'instance Azure Database for MariaDB |
IO-Consumption | Cloud-Azure-Database-MariaDB-IO-Consumption-Api-custom | Contrôle les écritures/lectures de l'instance Azure Database for MariaDB |
Memory | Cloud-Azure-Database-MariaDB-Memory-Api-custom | Contrôle l'utilisation de la mémoire de l'instance Azure Database for MariaDB |
Replication | Cloud-Azure-Database-MariaDB-Replication-Api-custom | Contrôle la réplication de l'instance Azure Database for MariaDB |
Storage | Cloud-Azure-Database-MariaDB-Storage-Api-custom | Contrôle les statistiques de stockage de l'instance Azure Database for MariaDB |
Traffic | Cloud-Azure-Database-MariaDB-Traffic-Api-custom | Contrôle l'utilisation du réseau de l'instance Azure Database for MariaDB |
Les services listés ci-dessus sont créés automatiquement lorsque le modèle d'hôte Cloud-Azure-Database-MariaDB-custom est utilisé.
Règles de découverte​
Découverte d'hôtes​
Le connecteur de supervision Centreon Azure Database for MariaDB inclut un fournisseur de découverte
d'hôtes nommé Microsoft Azure Database for MariaDB. Celui-ci permet de découvrir l'ensemble des instances
rattachées à une souscription Microsoft Azure donnée et de les ajouter à la liste des hôtes supervisés.
Cette découverte n'est compatible qu'avec le mode api. Le mode azcli n'est pas supporté dans le cadre
de cette utilisation.
Rendez-vous sur la documentation dédiée pour en savoir plus sur la découverte automatique d'hôtes.
Métriques & statuts collectés​
Voici le tableau des services pour ce connecteur, détaillant les métriques rattachées à chaque service.
- Connections
- Cpu
- IO-Consumption
- Memory
- Replication
- Storage
- Traffic
Métrique | Unité |
---|
azmariadb.connections.active.count | count |
azmariadb.connections.failed.count | count |
Métrique | Unité |
---|
azmariadb.cpu.utilization.percentage | % |
Métrique | Unité |
---|
azmariadb.ioconsumption.usage.percentage | % |
Métrique | Unité |
---|
azmariadb.memory.usage.percentage | % |
Métrique | Unité |
---|
azmariadb.slave.latency.seconds | s |
Métrique | Unité |
---|
azmariadb.storage.backup.usage.bytes | B |
azmariadb.storage.serverlog.limit.bytes | B |
azmariadb.storage.serverlog.usage.percentage | % |
azmariadb.storage.serverlog.usage.bytes | B |
azmariadb.storage.limit.bytes | B |
azmariadb.storage.usage.percentage | % |
azmariadb.storage.usage.bytes | B |
Métrique | Unité |
---|
azmariadb.traffic.out.bytes | B |
azmariadb.traffic.in.bytes | B |
Prérequis​
Rendez-vous sur la documentation dédiée afin d'obtenir
les prérequis nécessaires pour interroger les API d'Azure.
Installer le connecteur de supervision​
- Si la plateforme est configurée avec une licence online, l'installation d'un paquet
n'est pas requise pour voir apparaître le connecteur dans le menu Configuration > Gestionnaire de connecteurs de supervision.
Au contraire, si la plateforme utilise une licence offline, installez le paquet
sur le serveur central via la commande correspondant au gestionnaire de paquets
associé à sa distribution :
- Alma / RHEL / Oracle Linux 8
- Alma / RHEL / Oracle Linux 9
- Debian 11 & 12
- CentOS 7
dnf install centreon-pack-cloud-azure-database-mariadb
dnf install centreon-pack-cloud-azure-database-mariadb
apt install centreon-pack-cloud-azure-database-mariadb
yum install centreon-pack-cloud-azure-database-mariadb
- Quel que soit le type de la licence (online ou offline), installez le connecteur Azure Database for MariaDB
depuis l'interface web et le menu Configuration > Gestionnaire de connecteurs de supervision.
À partir de Centreon 22.04, il est possible de demander le déploiement automatique
du plugin lors de l'utilisation d'un connecteur. Si cette fonctionnalité est activée, et
que vous ne souhaitez pas découvrir des éléments pour la première fois, alors cette
étape n'est pas requise.
Plus d'informations dans la section Installer le plugin.
Utilisez les commandes ci-dessous en fonction du gestionnaire de paquets de votre système d'exploitation :
- Alma / RHEL / Oracle Linux 8
- Alma / RHEL / Oracle Linux 9
- Debian 11 & 12
- CentOS 7
dnf install centreon-plugin-Cloud-Azure-Database-MariaDB-Api
dnf install centreon-plugin-Cloud-Azure-Database-MariaDB-Api
apt install centreon-plugin-cloud-azure-database-mariadb-api
yum install centreon-plugin-Cloud-Azure-Database-MariaDB-Api
Utiliser le connecteur de supervision​
Utiliser un modèle d'hôte issu du connecteur​
- Ajoutez un hôte à Centreon depuis la page Configuration > Hôtes.
- Remplissez le champ Adresse IP/DNS avec l'adresse 127.0.0.1.
- Appliquez le modèle d'hôte Cloud-Azure-Database-MariaDB-custom. Une liste de macros apparaît. Les macros vous permettent de définir comment le connecteur se connectera à la ressource, ainsi que de personnaliser le comportement du connecteur.
- Renseignez les macros désirées. Attention, certaines macros sont obligatoires. Par exemple, pour ce connecteur, AZURECUSTOMMODE (valeurs possibles : api ou azcli). En effet, il existe plusieurs modes de communication avec l'équipement supervisé : soit l'outil en ligne de commande azcli, soit une interrogation directe de l'api.
- Azure Monitor API
- Azure AZ CLI
Macro | Description | Valeur par défaut | Obligatoire |
---|
AZURECLIENTID | Set Azure client ID | | X |
AZURECLIENTSECRET | Set Azure client secret | | X |
AZURECUSTOMMODE | When a plugin offers several ways (CLI, library, etc.) to get information the desired one must be defined with this option | api | |
AZURERESOURCE | Set resource name or ID (required) | | |
AZURERESOURCEGROUP | Set resource group (required if resource's name is used) | | X |
AZURESUBSCRIPTION | Set Azure subscription (required if logged to several subscriptions) | | X |
AZURETENANT | Set Azure tenant ID | | X |
PROXYURL | Proxy URL if any | | |
EXTRAOPTIONS | Any extra option you may want to add to every command (a --verbose flag for example). Toutes les options sont listées ici. | | |
Paramétrez les options suivantes dans la macro EXTRAOPTIONS si vous superviser des ressources Microsoft Azure géré par 21Vianet (Azure China):
--management-endpoint='https://management.chinacloudapi.cn' --login-endpoint='https://login.partner.microsoftonline.cn'.
Macro | Description | Valeur par défaut | Obligatoire |
---|
AZURECUSTOMMODE | When a plugin offers several ways (CLI, library, etc.) to get information the desired one must be defined with this option | api | |
AZURERESOURCE | Set resource name or ID (required) | | |
AZURERESOURCEGROUP | Set resource group (required if resource's name is used) | | X |
AZURESUBSCRIPTION | Set Azure subscription (required if logged to several subscriptions) | | X |
PROXYURL | Proxy URL if any | | |
EXTRAOPTIONS | Any extra option you may want to add to every command (a --verbose flag for example). Toutes les options sont listées ici. | | |
Deux méthodes peuvent être utilisées pour définir l'authentification :
- Utilisation de l'ID complet de la ressource (de type
/subscriptions/<subscription_id>/resourceGroups/<resourcegroup_id>/providers/XXXXXX/XXXXXXX/<resource_name>
) dans la macro AZURERESOURCE. - Utilisation du nom de la ressource dans la macro AZURERESOURCE et du nom du groupe de ressources dans la macro AZURERESOURCEGROUP.
- Déployez la configuration. L'hôte apparaît dans la liste des hôtes supervisés, et dans la page Statut des ressources. La commande envoyée par le connecteur est indiquée dans le panneau de détails de l'hôte : celle-ci montre les valeurs des macros.
Utiliser un modèle de service issu du connecteur​
- Si vous avez utilisé un modèle d'hôte et coché la case Créer aussi les services liés aux modèles, les services associés au modèle ont été créés automatiquement, avec les modèles de services correspondants. Sinon, créez les services désirés manuellement et appliquez-leur un modèle de service.
- Renseignez les macros désirées (par exemple, ajustez les seuils d'alerte). Les macros indiquées ci-dessous comme requises (Obligatoire) doivent être renseignées.
- Connections
- Cpu
- IO-Consumption
- Memory
- Replication
- Storage
- Traffic
Macro | Description | Valeur par défaut | Obligatoire |
---|
TIMEFRAME | Set timeframe in seconds (i.e. 3600 to check last hour) | 900 | |
INTERVAL | Set interval of the metric query (can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H) | PT5M | |
AGGREGATION | Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times | Total | |
FILTERMETRIC | Filter on a specific metric | | |
FILTERDIMENSION | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" | | |
WARNINGCONNECTIONSACTIVE | Warning threshold | | |
CRITICALCONNECTIONSACTIVE | Critical threshold | | |
WARNINGCONNECTIONSFAILED | Warning threshold | | |
CRITICALCONNECTIONSFAILED | Critical threshold | | |
EXTRAOPTIONS | Any extra option you may want to add to the command (a --verbose flag for example). Toutes les options sont listées ici. | | |
Macro | Description | Valeur par défaut | Obligatoire |
---|
TIMEFRAME | Set timeframe in seconds | 900 | |
INTERVAL | Set interval of the metric query | PT5M | |
AGGREGATION | Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', and 'total'. | Average | |
FILTERMETRIC | Filter on a specific metric | | |
FILTERDIMENSION | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" | | |
WARNINGCPUUSAGE | Set warning threshold for CPU utilization percentage | | |
CRITICALCPUUSAGE | Set critical threshold for CPU utilization percentage | | |
EXTRAOPTIONS | Any extra option you may want to add to the command (a --verbose flag for example). Toutes les options sont listées ici. | | |
Macro | Description | Valeur par défaut | Obligatoire |
---|
TIMEFRAME | Set timeframe in seconds | 900 | |
INTERVAL | Set interval of the metric query | PT5M | |
AGGREGATION | Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', and 'total'. | Maximum | |
FILTERMETRIC | Filter on a specific metric | | |
FILTERDIMENSION | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" | | |
WARNINGIOCONSUMPTIONUSAGE | Set warning threshold for IO comsuption usage | | |
CRITICALIOCONSUMPTIONUSAGE | Set critical threshold for IO comsuption usage | | |
EXTRAOPTIONS | Any extra option you may want to add to the command (a --verbose flag for example). Toutes les options sont listées ici. | | |
Macro | Description | Valeur par défaut | Obligatoire |
---|
TIMEFRAME | Set timeframe in seconds | 900 | |
INTERVAL | Set interval of the metric query | PT5M | |
AGGREGATION | Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', and 'total'. | Average | |
FILTERMETRIC | Filter on a specific metric | | |
FILTERDIMENSION | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" | | |
WARNINGMEMORYUSAGE | Set warning threshold for memory utilization percentage | | |
CRITICALMEMORYUSAGE | Set critical threshold for memory utilization percentage | | |
EXTRAOPTIONS | Any extra option you may want to add to the command (a --verbose flag for example). Toutes les options sont listées ici. | | |
Macro | Description | Valeur par défaut | Obligatoire |
---|
TIMEFRAME | Set timeframe in seconds | 900 | |
INTERVAL | Set interval of the metric query | PT5M | |
AGGREGATION | Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', and 'total'. | Maximum | |
FILTERMETRIC | Filter on a specific metric | | |
FILTERDIMENSION | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" | | |
WARNINGSLAVELATENCY | Warning threshold | | |
CRITICALSLAVELATENCY | Critical threshold | | |
EXTRAOPTIONS | Any extra option you may want to add to the command (a --verbose flag for example). Toutes les options sont listées ici. | --zeroed | |
Macro | Description | Valeur par défaut | Obligatoire |
---|
TIMEFRAME | Set timeframe in seconds | 900 | |
INTERVAL | Set interval of the metric query | PT15M | |
AGGREGATION | Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', and 'total'. | Maximum | |
FILTERMETRIC | Filter on a specific metric | | |
FILTERDIMENSION | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" | | |
WARNINGSERVELOGUSAGE | Warning threshold | | |
CRITICALSERVELOGUSAGE | Critical threshold | | |
WARNINGSERVERLOGLIMIT | Warning threshold | | |
CRITICALSERVERLOGLIMIT | Critical threshold | | |
WARNINGSERVERLOGPERCENT | Warning threshold | | |
CRITICALSERVERLOGPERCENT | Critical threshold | | |
WARNINGSTORAGEBACKUP | Warning threshold | | |
CRITICALSTORAGEBACKUP | Critical threshold | | |
WARNINGSTORAGELIMIT | Warning threshold | | |
CRITICALSTORAGELIMIT | Critical threshold | | |
WARNINGSTORAGEPERCENT | Warning threshold | | |
CRITICALSTORAGEPERCENT | Critical threshold | | |
WARNINGSTORAGEUSED | Warning threshold | | |
CRITICALSTORAGEUSED | Critical threshold | | |
EXTRAOPTIONS | Any extra option you may want to add to the command (a --verbose flag for example). Toutes les options sont listées ici. | | |
Macro | Description | Valeur par défaut | Obligatoire |
---|
TIMEFRAME | Set timeframe in seconds | 900 | |
INTERVAL | Set interval of the metric query | PT5M | |
AGGREGATION | Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', and 'total'. | Average | |
FILTERMETRIC | Filter on a specific metric | | |
FILTERDIMENSION | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" | | |
WARNINGTRAFFICIN | Warning threshold | | |
CRITICALTRAFFICIN | Critical threshold | | |
WARNINGTRAFFICOUT | Warning threshold | | |
CRITICALTRAFFICOUT | Critical threshold | | |
EXTRAOPTIONS | Any extra option you may want to add to the command (a --verbose flag for example). Toutes les options sont listées ici. | | |
- Déployez la configuration. Le service apparaît dans la liste des services supervisés, et dans la page Statut des ressources. La commande envoyée par le connecteur est indiquée dans le panneau de détails du service : celle-ci montre les valeurs des macros.
Une fois le plugin installé, vous pouvez tester celui-ci directement en ligne
de commande depuis votre collecteur Centreon en vous connectant avec
l'utilisateur centreon-engine (su - centreon-engine
). Vous pouvez tester
que le connecteur arrive bien à superviser une instance Azure en utilisant une commande
telle que celle-ci (remplacez les valeurs d'exemple par les vôtres) :
/usr/lib/centreon/plugins/centreon_azure_database_mariadb_api.pl \
--plugin=cloud::azure::database::mariadb::plugin \
--mode=traffic \
--custommode='api' \
--resource='' \
--resource-group='' \
--subscription='xxx' \
--tenant='xxx' \
--client-id='xxx' \
--client-secret='xxx' \
--proxyurl='' \
--filter-metric='' \
--filter-dimension='' \
--timeframe='900' \
--interval='PT5M' \
--aggregation='Average' \
--warning-traffic-out='' \
--critical-traffic-out='' \
--warning-traffic-in='' \
--critical-traffic-in=''
La commande devrait retourner un message de sortie similaire à :
OK: Network Out: 31 B Network In: 56 B | 'azmariadb.traffic.out.bytes'=31B;;;0; 'azmariadb.traffic.in.bytes'=56B;;;0;
Diagnostic des erreurs communes​
Rendez-vous sur la documentation dédiée
des plugins basés sur HTTP/API.
Modes disponibles​
Dans la plupart des cas, un mode correspond à un modèle de service. Le mode est renseigné dans la commande d'exécution
du connecteur. Dans l'interface de Centreon, il n'est pas nécessaire de les spécifier explicitement, leur utilisation est
implicite dès lors que vous utilisez un modèle de service. En revanche, vous devrez spécifier le mode correspondant à ce
modèle si vous voulez tester la commande d'exécution du connecteur dans votre terminal.
Tous les modes disponibles peuvent être affichés en ajoutant le paramètre
--list-mode
à la commande :
/usr/lib/centreon/plugins/centreon_azure_database_mariadb_api.pl \
--plugin=cloud::azure::database::mariadb::plugin \
--list-mode
Le plugin apporte les modes suivants :
Mode | Modèle de service associé |
---|
connections [code] | Cloud-Azure-Database-MariaDB-Connections-Api-custom |
cpu [code] | Cloud-Azure-Database-MariaDB-Cpu-Api-custom |
discovery [code] | Used for host discovery |
io-consumption [code] | Cloud-Azure-Database-MariaDB-IO-Consumption-Api-custom |
memory [code] | Cloud-Azure-Database-MariaDB-Memory-Api-custom |
replication [code] | Cloud-Azure-Database-MariaDB-Replication-Api-custom |
storage [code] | Cloud-Azure-Database-MariaDB-Storage-Api-custom |
traffic [code] | Cloud-Azure-Database-MariaDB-Traffic-Api-custom |
Custom modes disponibles​
Ce connecteur offre plusieurs méthodes pour se connecter à la ressource (CLI, bibliothèque, etc.), appelées custom modes.
Tous les custom modes disponibles peuvent être affichés en ajoutant le paramètre
--list-custommode
à la commande :
/usr/lib/centreon/plugins/centreon_azure_database_mariadb_api.pl \
--plugin=cloud::azure::database::mariadb::plugin \
--list-custommode
Le plugin apporte les custom modes suivants :
Options disponibles​
Options génériques​
Les options génériques sont listées ci-dessous :
Option | Description |
---|
--mode | Define the mode in which you want the plugin to be executed (see--list-mode). |
--dyn-mode | Specify a mode with the module's path (advanced). |
--list-mode | List all available modes. |
--mode-version | Check minimal version of mode. If not, unknown error. |
--version | Return the version of the plugin. |
--custommode | When a plugin offers several ways (CLI, library, etc.) to get information the desired one must be defined with this option. |
--list-custommode | List all available custom modes. |
--multiple | Multiple custom mode objects. This may be required by some specific modes (advanced). |
--pass-manager | Define the password manager you want to use. Supported managers are: environment, file, keepass, hashicorpvault and teampass. |
--verbose | Display extended status information (long output). |
--debug | Display debug messages. |
--filter-perfdata | Filter perfdata that match the regexp. Example: adding --filter-perfdata='avg' will remove all metrics that do not contain 'avg' from performance data. |
--filter-perfdata-adv | Filter perfdata based on a "if" condition using the following variables: label, value, unit, warning, critical, min, max. Variables must be written either %{variable} or %(variable). Example: adding --filter-perfdata-adv='not (%(value) == 0 and %(max) eq "")' will remove all metrics whose value equals 0 and that don't have a maximum value. |
--explode-perfdata-max | Create a new metric for each metric that comes with a maximum limit. The new metric will be named identically with a '_max' suffix). Example: it will split 'used_prct'=26.93%;0:80;0:90;0;100 into 'used_prct'=26.93%;0:80;0:90;0;100 'used_prct_max'=100%;;;; |
--change-perfdata --extend-perfdata | Change or extend perfdata. Syntax: --extend-perfdata=searchlabel,newlabel,target[,[newuom],[min],[m ax]] Common examples: Convert storage free perfdata into used: --change-perfdata='free,used,invert()' Convert storage free perfdata into used: --change-perfdata='used,free,invert()' Scale traffic values automatically: --change-perfdata='traffic,,scale(auto)' Scale traffic values in Mbps: --change-perfdata='traffic_in,,scale(Mbps),mbps' Change traffic values in percent: --change-perfdata='traffic_in,,percent()' |
--extend-perfdata-group | Add new aggregated metrics (min, max, average or sum) for groups of metrics defined by a regex match on the metrics' names. Syntax: --extend-perfdata-group=regex,namesofnewmetrics,calculation[,[ne wuom],[min],[max]] regex: regular expression namesofnewmetrics: how the new metrics' names are composed (can use $1, $2... for groups defined by () in regex). calculation: how the values of the new metrics should be calculated newuom (optional): unit of measure for the new metrics min (optional): lowest value the metrics can reach max (optional): highest value the metrics can reach Common examples: Sum wrong packets from all interfaces (with interface need --units-errors=absolute): --extend-perfdata-group=',packets_wrong,sum(packets_(discard |error)_(in|out))' Sum traffic by interface: --extend-perfdata-group='traffic_in_(.*),traffic_$1,sum(traf fic_(in|out)_$1)' |
--change-short-output --change-long-output | Modify the short/long output that is returned by the plugin. Syntax: --change-short-output=pattern~replacement~modifier Most commonly used modifiers are i (case insensitive) and g (replace all occurrences). Example: adding --change-short-output='OK~Up~gi' will replace all occurrences of 'OK', 'ok', 'Ok' or 'oK' with 'Up' |
--change-exit | Replace an exit code with one of your choice. Example: adding --change-exit=unknown=critical will result in a CRITICAL state instead of an UNKNOWN state. |
--range-perfdata | Rewrite the ranges displayed in the perfdata. Accepted values: 0: nothing is changed. 1: if the lower value of the range is equal to 0, it is removed. 2: remove the thresholds from the perfdata. |
--filter-uom | Mask the units when they don't match the given regular expression. |
--opt-exit | Replace the exit code in case of an execution error (i.e. wrong option provided, SSH connection refused, timeout, etc). Default: unknown. |
--output-ignore-perfdata | Remove all the metrics from the service. The service will still have a status and an output. |
--output-ignore-label | Remove the status label ("OK:", "WARNING:", "UNKNOWN:", CRITICAL:") from the beginning of the output. Example: 'OK: Ram Total:...' will become 'Ram Total:...' |
--output-xml | Return the output in XML format (to send to an XML API). |
--output-json | Return the output in JSON format (to send to a JSON API). |
--output-openmetrics | Return the output in OpenMetrics format (to send to a tool expecting this format). |
--output-file | Write output in file (can be combined with json, xml and openmetrics options). E.g.: --output-file=/tmp/output.txt will write the output in /tmp/output.txt. |
--disco-format | Applies only to modes beginning with 'list-'. Returns the list of available macros to configure a service discovery rule (formatted in XML). |
--disco-show | Applies only to modes beginning with 'list-'. Returns the list of discovered objects (formatted in XML) for service discovery. |
--float-precision | Define the float precision for thresholds (default: 8). |
--source-encoding | Define the character encoding of the response sent by the monitored resource Default: 'UTF-8'. |
Options des custom modes​
Les options spécifiques aux custom modes sont listées ci-dessous :
Option | Description |
---|
--subscription | Set Azure subscription ID. |
--tenant | Set Azure tenant ID. |
--client-id | Set Azure client ID. |
--client-secret | Set Azure client secret. |
--login-endpoint | Set Azure login endpoint URL (default: 'https://login.microsoftonline.com') |
--management-endpoint | Set Azure management endpoint URL (default: 'https://management.azure.com') |
--timeframe | Set timeframe in seconds (i.e. 3600 to check last hour). |
--interval | Set interval of the metric query (can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H). |
--aggregation | Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. |
--zeroed | Set metrics value to 0 if they are missing. Useful when some metrics are undefined. |
--timeout | Set timeout in seconds (default: 10). |
--http-peer-addr | Set the address you want to connect to. Useful if hostname is only a vhost, to avoid IP resolution. |
--proxyurl | Proxy URL. Example: http://my.proxy:3128 |
--proxypac | Proxy pac file (can be a URL or a local file). |
--insecure | Accept insecure SSL connections. |
--http-backend | Perl library to use for HTTP transactions. Possible values are: lwp (default) and curl. |
--ssl-opt | Set SSL Options (--ssl-opt="SSL_version => TLSv1" --ssl-opt="SSL_verify_mode => SSL_VERIFY_NONE"). |
--curl-opt | Set CURL Options (--curl-opt="CURLOPT_SSL_VERIFYPEER => 0" --curl-opt="CURLOPT_SSLVERSION => CURL_SSLVERSION_TLSv1_1" ). |
--memcached | Memcached server to use (only one server). |
--redis-server | Redis server to use (only one server). Syntax: address[:port] |
--redis-attribute | Set Redis Options (--redis-attribute="cnx_timeout=5"). |
--redis-db | Set Redis database index. |
--failback-file | Failback on a local file if Redis connection fails. |
--memexpiration | Time to keep data in seconds (default: 86400). |
--statefile-dir | Define the cache directory (default: '/var/lib/centreon/centplugins'). |
--statefile-suffix | Define a suffix to customize the statefile name (default: ''). |
--statefile-concat-cwd | If used with the '--statefile-dir' option, the latter's value will be used as a sub-directory of the current working directory. Useful on Windows when the plugin is compiled, as the file system and permissions are different from Linux. |
--statefile-format | Define the format used to store the cache. Available formats: 'dumper', 'storable', 'json' (default). |
--statefile-key | Define the key to encrypt/decrypt the cache. |
--statefile-cipher | Define the cipher algorithm to encrypt the cache (default: 'AES'). |
--filter-dimension | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" |
--per-sec | Display the statistics based on a per-second period. |
Option | Description |
---|
--subscription | Set Azure subscription (required if logged to several subscriptions). |
--timeframe | Set timeframe in seconds (i.e. 3600 to check last hour). |
--interval | Set interval of the metric query (can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H). |
--aggregation | Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. |
--zeroed | Set metrics value to 0 if they are missing. Useful when some metrics are undefined. |
--timeout | Set timeout in seconds (default: 50). |
--sudo | Use 'sudo' to execute the command. |
--command | Command to get information (default: 'az'). Can be changed if you have output in a file. |
--command-path | Command path (default: none). |
--command-options | Command options (default: none). |
--proxyurl | Proxy URL if any |
--filter-dimension | Specify the metric dimension (required for some specific metrics) Syntax example: --filter-dimension="$metricname eq '$metricvalue'" |
--per-sec | Display the statistics based on a per-second period. |
Options des modes​
Les options disponibles pour chaque modèle de services sont listées ci-dessous :
- Connections
- Cpu
- IO-Consumption
- Memory
- Replication
- Storage
- Traffic
Option | Description |
---|
--resource | Set resource name or ID (required). |
--resource-group | Set resource group (required if resource's name is used). |
--warning-* | Warning threshold where '*' can be: 'connections-active', 'connections-failed'. |
--critical-* | Critical threshold where '*' can be: 'connections-active', 'connections-failed'. |
Option | Description |
---|
--resource | Set resource name or ID (required). |
--resource-group | Set resource group (required if resource's name is used). |
--warning-cpu-usage | Set warning threshold for CPU utilization percentage. |
--critical-cpu-usage | Set critical threshold for CPU utilization percentage. |
Option | Description |
---|
--resource | Set resource name or ID (required). |
--resource-group | Set resource group (required if resource's name is used). |
--warning-ioconsumption-usage | Set warning threshold for IO comsuption usage. |
--critical-ioconsumption-usage | Set critical threshold for IO comsuption usage. |
Option | Description |
---|
--resource | Set resource name or ID (required). |
--resource-group | Set resource group (required if resource's name is used). |
--warning-memory-usage | Set warning threshold for memory utilization percentage. |
--critical-memory-usage | Set critical threshold for memory utilization percentage. |
Option | Description |
---|
--resource | Set resource name or ID (required). |
--resource-group | Set resource group (required if resource's name is used). |
--warning-* | Warning threshold where '*' can be: 'slave-latency-seconds'. |
--critical-* | Critical threshold where '*' can be: 'slave-latency-seconds'. |
Option | Description |
---|
--resource | Set resource name or ID (required). |
--resource-group | Set resource group (required if resource's name is used). |
--warning-* | Warning threshold where '*' can be: 'storage-backup', 'serverlog-limit', 'serverlog-percent', 'serverlog-usage', 'storage-limit', 'storage-percent', 'storage-used'. |
--critical-* | Critical threshold where '*' can be: 'storage-backup', 'serverlog-limit', 'serverlog-percent', 'serverlog-usage', 'storage-limit', 'storage-percent', 'storage-used'. |
Option | Description |
---|
--resource | Set resource name or ID (required). |
--resource-group | Set resource group (required if resource's name is used). |
--warning-* | Warning threshold where '*' can be: 'traffic-out', 'traffic-in'. |
--critical-* | Critical threshold where '*' can be: 'traffic-out', 'traffic-in'. |
Pour un mode, la liste de toutes les options disponibles et leur signification peut être
affichée en ajoutant le paramètre --help
à la commande :
/usr/lib/centreon/plugins/centreon_azure_database_mariadb_api.pl \
--plugin=cloud::azure::database::mariadb::plugin \
--mode=traffic \
--custommode='azcli' \
--help