Commit Graph

509 Commits

Author SHA1 Message Date
matoy cc7cc42713
Azure Appserviceplan new mode
Azure Appserviceplan new mode:

[ appserviceplan]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --custommode='api' --mode='queue' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-disk-queue-length='8' --critical-disk-queue-length='9'
OK: Instance 'xxx' Statistic 'average' Metrics Http Queue Length: 0, Disk Queue Length: 0 | 'AEUW-Diorpress-prd-ServicePlan~average#appserviceplan.http.queue.length'=0;;;0; 'AEUW-Diorpress-prd-ServicePlan~average#appserviceplan.disk.queue.length'=0;0:8;0:9;0;
2021-05-21 16:03:11 +02:00
matoy f13025c6a7
new mode: --mode='backend-health' (#2795)
* Update plugin.pm

adds a mode to get backends unhealthy host count (FYI: mode backend-status DOES ONLY work on App Gateway v2, not on v1 which are the most deployed globally; app gateway v2 is recent)

* Add files via upload

* Update backendunhealthyhost.pm

* Update backendunhealthyhost.pm

* Update and rename backendunhealthyhost.pm to backendhealth.pm

* Update backendhealth.pm

* Update plugin.pm

* Update cloud/azure/network/appgateway/plugin.pm

Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>

* Update cloud/azure/network/appgateway/mode/backendhealth.pm

Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>

* fix help and style

Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>
2021-05-21 11:33:47 +02:00
matoy bcf92fb09a
new mode "capacity" for Azure APIM (#2803)
* new mode "capacity" for Azure APIM

new mode "capacity" for Azure APIM
gives the percentage of used capacity of the APIM

[root@svzam-cenpol001 apimanagement]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --custommode='api' --mode='capacity' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-capacity-percentage='80' --critical-capacity-percentage='90'
OK: Instance 'xxx' Statistic 'average' Metrics Capacity: 2.46% | 'xxx#apimanagement.capacity.percentage'=2.46%;0:80;0:90;0;

* Add files via upload

* Update plugin.pm

* Update cloud/azure/management/apimanagement/mode/capacity.pm

Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>

* Update cloud/azure/management/apimanagement/mode/capacity.pm

Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>

* Update cloud/azure/management/apimanagement/mode/capacity.pm

Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>

* Update cloud/azure/management/apimanagement/mode/capacity.pm

Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>

Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
2021-05-21 11:33:29 +02:00
Thibault S 94ef1ce305
fix(mode): remove inoperative metrics (#2816) 2021-05-21 11:32:42 +02:00
Thibault S a4afbd1285
fix(mode): fix interval on mode status (#2814) 2021-05-21 09:19:11 +02:00
matoy 359f66677f
New plugin for StorageSync service (discovery, 2 modes, 3 metrics)
New plugin for StorageSync service (discovery, 2 modes, 3 metrics)

[]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::storage::storagesync::plugin --custommode='api' --mode='heartbeat' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --critical-heartbeat='1:'
OK: Instance 'xxx' Statistic 'maximum' Metrics Heartbeat: 1.00 | 'xxx~maximum#storage.storagesync.heartbeat'=1.00;;1:;0;

[]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::storage::storagesync::plugin --custommode='api' --mode='sessions' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-item-errors='15' --critical-item-errors='20' --zeroed
OK: Instance 'xxx' Statistic 'total' Metrics Item errors: 0.00, Files Synced: 0.00 | 'xxx~total#storage.storagesync.item.errors'=0.00;0:15;0:20;0; 'xxx~total#storage.storagesync.files.synced'=0.00;;;0;
2021-05-21 09:01:28 +02:00
itoussies 0622a40076
Merge pull request #2802 from matoy/patch-6
fix(plugin): Azure DB for MySQL
2021-05-19 16:06:02 +02:00
itoussies 5702f1f653
Update replication.pm 2021-05-19 16:00:56 +02:00
itoussies 760a967c78
Update connections.pm 2021-05-19 15:58:25 +02:00
matoy a42bae69d4
Update cloud/azure/database/mysql/mode/replication.pm
Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
2021-05-19 15:08:40 +02:00
matoy 9a16c86ba2
Update cloud/azure/database/mysql/mode/storage.pm
Co-authored-by: itoussies <65223458+itoussies@users.noreply.github.com>
2021-05-19 15:08:27 +02:00
matoy 7f70613928
new plugin for Azure Redis Cache with 10 modes + discovery
[root@svzam-cenpol001 mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --list-mode

Plugin Description:
    Check Microsoft Azure Redis Cache service.

Global Options:
    --mode  Choose a mode.

    --dyn-mode
            Specify a mode with the path (separated by '::').

    --list-mode
            List available modes.

    --mode-version
            Check minimal version of mode. If not, unknown error.

    --version
            Display plugin version.

    --custommode
            Choose a custom mode.

    --list-custommode
            List available custom modes.

    --multiple
            Multiple custom mode objects (required by some specific modes)

    --pass-manager
            Use a password manager.

Modes Meta:
   multi

Modes Available:
   cache-hits
   cache-latency
   cache-miss-rate
   cache-throughput
   connected-clients
   cpu
   discovery
   errors
   memory
   operations
   server-load


[xxx redis]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='discovery' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx'
{"end_time":1621416611,"start_time":1621416611,"duration":0,"discovered_items":1,"results":[{"location":"westeurope","name":"xxx","resourceGroup":"xxx","type":"Microsoft.Cache/Redis","id":"/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Cache/Redis/xxx","tags":[]}]}

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='cache-hits' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-cache-misses='800' --critical-cache-misses='900'
OK: Instance 'xxx' Statistic 'total' Metrics Cache Misses: 426.00, Cache Hits: 494.00 | 'xxx~total#redis.cache.misses.count'=426.00;0:800;0:900;0; 'xxx~total#redis.cache.hits.count'=494.00;;;0;

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='cache-latency' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='cdc-abcdior-redis-eu-dev' --warning-cache-latency='8000' --critical-cache-latency='9000'
OK: Instance 'cdc-abcdior-redis-eu-dev' Statistic 'average' Metrics Cache Latency: 2190.66μs | 'cdc-abcdior-redis-eu-dev~average#redis.cache.latency.microseconds'=2190.66μs;0:8000;0:9000;0;

xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='cache-miss-rate' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-cache-miss-rate='40' --critical-cache-miss-rate='50'
OK: Instance 'xxx' Statistic 'average' Metrics Cache Miss Rate: 14.00% | 'xxx~average#redis.cache.miss.rate'=14.00%;0:40;0:50;0;100

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='connected-clients' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-connected-clients='800' --critical-connected-clients='900'
OK: Instance 'xxx' Statistic 'average' Metrics Connected Clients: 25.90 | 'xxx~average#redis.cache.connected.clients.count'=25.90;0:800;0:900;0;

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='server-load' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-server-load-percentage='80' --critical-server-load-percentage='90'
OK: Instance 'xxx' Statistic 'maximum' Metrics Server Load: 1.00% | 'xxx~maximum#redis.cache.server-load'=1.00%;0:80;0:90;0;100

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='operations' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-operations-per-second='80' --critical-operations-per-second='90'
OK: Instance 'xxx' Statistic 'maximum' Metrics Operations per seconds: 8.80op/s | 'xxx~average#redis.cache.operations.persecond'=8.80op/s;0:80;0:90;0;

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='cpu' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-cpu-usage-percentage='80' --critical-cpu-usage-percentage='90'
OK: Instance 'xxx' Statistic 'maximum' Metrics CPU Usage Percentage: 13.00% | 'xxx~maximum#redis.cache.cpu.usage.percentage'=13.00%;0:80;0:90;0;100

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='memory' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-memory-usage-percentage='80' --critical-memory-usage-percentage='90'
OK: Instance 'xxx' Statistic 'maximum' Metrics Memory Usage Percentage: 1.00% | 'xxx~maximum#redis.cache.memory.usage.percentage'=1.00%;0:80;0:90;0;100

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='errors' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --critical-errors-count='1'
OK: Instance 'xxx' Statistic 'total' Metrics Errors: 0.00 | 'xxx~total#redis.cache.errors.count'=0.00;;;0;

[xxx mode]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --custommode='api' --mode='cache-throughput' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx' --warning-cache-read-throughput='800000' --critical-cache-read-throughput='900000'
OK: Instance 'xxx' Statistic 'maximum' Metrics Cache Read Throughput: 352527.00B/s, Cache Write Throughput: 133482.00B/s | 'xxx~maximum#redis.cache.read.throughput'=352527.00B/s;0:800000;0:900000;0; 'xxx~maximum#redis.cache.write.throughput'=133482.00B/s;;;0;
2021-05-19 14:17:36 +02:00
matoy 27ce2843dd
Update plugin.pm 2021-05-19 11:27:05 +02:00
Thibault S 9294bd5de6
fix metrics case (#2807) 2021-05-19 10:14:23 +02:00
matoy 55e796633a
new plugin for Azure CDN with 4 modes + discovery
[xxxcdn]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --custommode='api' --list-mode

Plugin Description:
Check Microsoft Azure CDP profile service.

Global Options:
--mode Choose a mode.

--dyn-mode
        Specify a mode with the path (separated by '::').

--list-mode
        List available modes.

--mode-version
        Check minimal version of mode. If not, unknown error.

--version
        Display plugin version.

--custommode
        Choose a custom mode.

--list-custommode
        List available custom modes.

--multiple
        Multiple custom mode objects (required by some specific modes)

--pass-manager
        Use a password manager.
Modes Meta:
multi

Modes Available:
discovery
hit-ratio
latency
request
response

[xxxcdn]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --custommode='api' --mode='discovery' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='' --resource-group='xxx'
{"end_time":1621344000,"start_time":1621344000,"duration":0,"discovered_items":1,"results":[{"location":"global","sku":[{"value":"Standard_Microsoft","key":"name"}],"name":"xxx","resourceGroup":"xxx","type":"microsoft.cdn/profiles","id":"/subscriptions/xxx/resourceGroups/xxx/providers/microsoft.cdn/profiles/xxx","tags":[]}]}
[xxxcdn]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --custommode='api' --mode='hit-ratio' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='' --resource-group='xxx' --resource='xxx'
OK: Instance 'xxx' Statistic 'average' Metrics Byte Hit Ratio: 95.27% | 'xxx~average#cdn.byte.hit.percentage'=95.27%;;;0;100

[xxxcdn]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --custommode='api' --mode='latency' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx'
OK: Instance 'xxx' Statistic 'average' Metrics Total Latency: 1428.45ms | 'xxx~average#cdn.latency.total.milliseconds'=1428.45ms;;;0;

[xxxcdn]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --custommode='api' --mode='request' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx'
OK: Instance 'xxx' Statistic 'count' Metrics Request count: 118.00 | 'xxx~count#cdn.request.count'=118.00;;;0;

[xxxcdn]# /usr/lib/centreon/plugins//centreon-plugins/centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --custommode='api' --mode='response' --subscription='xxx' --tenant='xxx' --client-id='xxx' --client-secret='***' --resource-group='xxx' --resource='xxx'
OK: Instance 'xxx' Statistic 'average' Metrics Response Size: 1092832.38Bytes | 'xxx~average#cdn.response.size'=1092832.38Bytes;;;0;
2021-05-18 19:25:39 +02:00
itoussies fb442bb775
Update storage.pm (#2804) 2021-05-18 17:51:10 +02:00
itoussies 3ea61efaad
add(plugin): Azure Application Insights (#2762) 2021-05-17 20:18:38 +02:00
matoy b2159b0a9e
Update storage.pm 2021-05-17 17:54:33 +02:00
matoy 12eb26f7c5
Update connections.pm 2021-05-17 17:47:57 +02:00
matoy 8a1c6e9a67
Update replication.pm 2021-05-17 17:47:38 +02:00
matoy e789b325e3
Update storage.pm 2021-05-17 17:30:55 +02:00
matoy 9a2a4d24cd
Update replication.pm 2021-05-17 17:30:20 +02:00
matoy 014e03f310
Update connections.pm
fix ; $metric_type (servers, flexibleServers) don't exist in $metrics_mapping hash (active_connections, connections_failed)
same bug in several modes of this plugin.
2021-05-17 17:27:02 +02:00
itoussies 250e391136
Deleting 'health' mode reference in plugin.pm (#2792) 2021-05-12 13:37:51 +02:00
matoy 37bf9b7f7d
Update memory.pm (#2790)
removal of one extra quote in example (2nd warning-app-memory)
2021-05-12 08:09:48 +02:00
matoy 1862e1099d
Update vaultcapacity.pm (#2789)
missing "-percentage" in examples.
2021-05-12 08:08:59 +02:00
itoussies a7cd8142da
add(plugin): Azure Database for MySQL (#2771)
* add(plugin): Azure Database for MySQL

* - remove extra tab

* Default value fix

Co-authored-by: Simon Bomm <sbomm@centreon.com>
2021-05-06 14:24:00 +02:00
Thibault S a2cce9b7a0
add(plugin): Azure App Service Plan (#2765) 2021-05-05 22:17:36 +02:00
itoussies 1353ccfd3b
add(plugin): Azure Management ApiManagement (#2766) 2021-05-05 21:50:21 +02:00
Thibault S 6dda5bfe0d
add(plugin): Azure Cosmos DB account (#2770) 2021-05-05 21:46:52 +02:00
Thibault S bea0aca336
fix(plugin): SignalR help fixes (#2768) 2021-05-05 21:39:43 +02:00
Thibault S 3152331e6c
fix(plugin): azure app gateway - small typo (#2752) 2021-04-30 08:54:21 +02:00
Thibault S 236c454379
add(plugin): Azure Application Gateway (#2745) 2021-04-29 11:38:29 +02:00
qgarnier 0f80b9ea03
enh(aws): add assume role option for paws custommode (#2734) 2021-04-23 10:24:53 +02:00
matoy c2ddf8bb4c
Update kubectl.pm (#2733)
sub kubernetes_list_ingresses ADDED (it was missing comparing to api.pm)
2021-04-23 10:01:22 +02:00
qgarnier cf2b2c162e
fix(aws/health): events mode - limit issue with paws (#2732) 2021-04-23 09:37:07 +02:00
qgarnier 0df621c812
fix(aws/health): events mode - filter issue with paws custommode (#2731) 2021-04-23 09:09:14 +02:00
Thibault S e2ec119a86
add(plugin): Azure Discover meta Plugin (#2725) 2021-04-21 07:53:58 +02:00
Simon Bomm b80a25b8f8
+ use metric-namespace correctly
Fix https://github.com/centreon/centreon-plugins/issues/2719
2021-04-19 14:38:40 +02:00
itoussies 60bff45ea3 help fix 2021-04-16 17:22:02 +02:00
qgarnier f2438e7296
Fix #2690 (#2703) 2021-04-12 08:51:54 +02:00
qgarnier 2fd7bbb451
fix csv encoding (#2696) 2021-04-01 15:45:26 +02:00
qgarnier b0b55a27cc
Secure plugins (#2691) 2021-04-01 09:48:14 +02:00
itoussies 0902fe55a2
add(plugin): Azure Functions (#2673) 2021-03-30 09:29:27 +02:00
petneli e6535f8cc3
enh(plugin) add metricnamespace option to Azure Monitor get-metric mode (#2675)
* Added metricnamespace as parameter to the Azure Metrics script

* Adjusted azcli.pm + added count as aggregation
2021-03-30 08:28:11 +02:00
itoussies 5c6abd70a6
add(plugin): Azure App Service (#2669)
* add(plugin)azure

* nlabel fixes, memory mode fix

* commom/appservice creation folder
2021-03-25 20:47:38 +01:00
Thibault S e157f003c1
add(plugin): Azure EventHub (#2671) 2021-03-25 20:40:14 +01:00
itoussies d131e60a18
Add(epp) Azure SQL Managed Instance (#2665) 2021-03-22 15:27:26 +01:00
Thibault S 2454d090ba
Update plugin.pm 2021-03-22 14:04:14 +01:00
Simon Bomm dd8f70fe02 fix az-servicebus-namespace-mode 2021-03-22 13:58:29 +01:00
Thibault S 66f69065bb
fix(plugin): Azure FrontDoor help fixes (#2663) 2021-03-19 10:03:48 +01:00
Thibault S 448a7243d3
add(plugin): Azure FrontDoor (#2660) 2021-03-19 09:39:10 +01:00
itoussies 034b1478b9
Add(plugin): Azure DevTools App Configuration (#2659) 2021-03-17 21:23:00 +01:00
qgarnier 35b84c6470
fix carriage return (#2661) 2021-03-17 16:35:08 +01:00
Thibault S fb9abfb257
fix(mode): Azure SignalR typo (#2657) 2021-03-17 10:08:00 +01:00
Thibault S 4f2ab315fe
add(plugin): New Azure Plugins (#2656)
Co-authored-by: itoussies <itoussies@centreon.com>
Co-authored-by: Simon Bomm <sbomm@centreon.com>
2021-03-16 22:02:43 +01:00
Colin Gagnaire 7318bf4d68
enh(cloud/kubernetes): align services wording (#2646) 2021-03-11 14:16:13 +01:00
Colin Gagnaire 4fb907b3e3
enh(cloud/kubernetes): use environment variable for config file, add new modes, rename discovery, force new perfdata (#2643)
* enh(cloud/kubernetes): use environment variable for config file

* enh(cloud/kubernetes): add new modes, rename discovery, for new perfdata

* enh(cloud/kubernetes): remove dashes

* enh(cloud/kubernetes): remove default config file

* enh(cloud/kubernetes): re-add default config file and use File::HomeDir if needed

* enh(cloud/kubernetes): add context for kubectl custommode
2021-03-11 09:02:31 +01:00
Colin Gagnaire be792e87b9
enh(cloud/kubernetes): map timeout option to kubectl command line (#2630) 2021-03-02 16:45:51 +01:00
Colin Gagnaire fae986f19b
enh(cloud/kubernetes): add proxy and debug management to kubectl custommode (#2624) 2021-03-01 15:46:39 +01:00
Colin Gagnaire 2b157f679f
enh(cloud/kubernetes): add metrics to node-usage mode (#2623) 2021-03-01 15:46:17 +01:00
Colin Gagnaire 635581053a
fix(cloud/kubernetes): fix kubectl custommode return ref (#2620) 2021-02-26 16:20:19 +01:00
garnier-quentin 1cb09f0adc some fix on gcp 2021-02-26 11:36:30 +01:00
Colin Gagnaire c78532b8b6
enh(cloud/kubernetes): add nodes discovery, implement API pagination (#2618) 2021-02-26 11:30:49 +01:00
garnier-quentin 7eb0a0687c change perfdata for gcp stackdriver 2021-02-12 11:13:43 +01:00
Thibault S 61a05110c9
add(plugin): new Azure Plugins (#2570) 2021-02-09 10:09:13 +01:00
PendaGTP 31fd542cca
happy new year (#2579) 2021-02-08 09:55:50 +01:00
garnier-quentin ca0234bb0e fix gcp get-metrics mode 2021-02-04 16:27:39 +01:00
garnier-quentin db7d4d8dd1 add timeframe option for stackdriver 2021-02-04 16:19:47 +01:00
garnier-quentin 471b585db4 enhance gcp cloudsql mysql discovery 2021-02-04 15:35:54 +01:00
Thibault S 51c91d8d0a
fix(mode): Fix Velocloud modes when edge offline (#2532) 2021-02-04 10:40:32 +01:00
garnier-quentin 2c0998f9a4 help gcp storage bucket mode 2021-02-04 10:15:35 +01:00
garnier-quentin 448a1ffb36 fix help 2021-02-02 15:54:08 +01:00
qgarnier d6764b5577
Enhance aws rds storage (#2565) 2021-02-02 12:08:42 +01:00
qgarnier 8b46c7f4e4
change sql path (#2561) 2021-02-01 14:22:49 +01:00
qgarnier 2cd6d98aca
Gcp discovery (#2559) 2021-02-01 10:22:56 +01:00
qgarnier 876f910977
add gcp plugins (#2538) 2021-01-25 16:26:09 +01:00
Thibault S 920f5f903f
add(plugin): Azure Load Balancer (#2536) 2021-01-25 11:07:53 +01:00
Simon Bomm 225724fa18
enh(prom)add-namespace-in-prefix-output (#2504) 2021-01-13 09:45:13 +01:00
Thibault S 5b163e7752
add(plugin): Azure Elastic Pools (#2482) 2021-01-12 13:07:20 +01:00
qgarnier 7ab3665059
add aws ec2 ebs metrics (#2489) 2021-01-08 11:04:35 +01:00
Simon Bomm 9c9f4ba376
Fix(plugin)loganalytics enhancement (#2471) 2020-12-31 09:26:13 +01:00
Simon Bomm b7bcd002fc
Add dedicated folder for loganalytics / kusto query (#2464) 2020-12-30 11:40:46 +01:00
Simon Bomm 553a3fc4a9
enh(plugin)metrics-v2-sample-pr (#2455) 2020-12-28 10:23:51 +01:00
Thibault S cd78599a8b
add(plugin): Microsoft Teams notification (#2448) 2020-12-23 10:23:12 +01:00
garnier-quentin b8de1d26cc try fix velocloud 2020-12-18 15:37:29 +01:00
garnier-quentin fdf410815f try fix velocloud 2020-12-18 15:35:29 +01:00
garnier-quentin 0a1746c959 fix velocloud entreprise id to integer 2020-12-18 14:40:10 +01:00
garnier-quentin f9014addf7 fix velocloud 2020-12-17 14:41:45 +01:00
garnier-quentin 9a895deaa6 fix velocloud 2020-12-17 14:32:27 +01:00
garnier-quentin 8fa4bc3a29 change app cache name velocloud 2020-12-17 10:06:50 +01:00
garnier-quentin 1e0a39b6df refacto custom velocloud 2020-12-16 10:33:38 +01:00
garnier-quentin 818a8b8321 enhance velocloud application 2020-12-15 17:33:16 +01:00
Thibault S 9f209e0ca5
enh(plugin): AWS VPN enhancements (#2426)
* enh(plugin): AWS VPN enhancements

* enh(plugin): misc fixes
2020-12-15 09:07:27 +01:00
Thibault S 19ea7ff96f
add(plugin): AWS TransitGateway (#2419) 2020-12-14 14:47:29 +01:00
garnier-quentin f670f3c1e1 fix tasks docker 2020-11-27 11:58:15 +01:00
qgarnier 4d28aca671
better management of azure password (#2354) 2020-11-19 15:43:56 +01:00
nribault 6284dab510
Help Correction (#2347) 2020-11-16 15:30:00 +01:00
itoussies f3424f7393
new(plugin)cloud-aws-ses-api (#2247) 2020-11-02 12:17:19 +01:00
UrBnW 9e8a55daf8
fix(o365) list modes (#2307) 2020-10-29 11:09:31 +01:00
garnier-quentin 894abc6418 Fix #2222 2020-09-22 11:59:10 +02:00
UrBnW 1784e9452f
enh(o365) Many enhancements (#2042)
* enh(o365) Add new labels

* enh(o365) Properly report refresh date

even if there's no active item

* enh(o365) Add new labels

* enh(o365) Add new labels

* enh(o365) Rename onedrive usage to site-usage

* enh(o365) Add onedrive users-activity mode

* enh(o365) Help update

* enh(o365) Properly init counters

* enh(o365) Use daily data

* enh(o365) Add perfdate perfdata

* enh(o365) Generate correct local perdate

* enh(o365) Generate daily perfdate at 12:00

rather than 00:00

* Remove Exchange instance label cleaning

* Remove other modes instance label cleaning
2020-09-04 14:27:26 +02:00
qgarnier 6dcd392c4c
add list-storages + remove carriage return (#2191) 2020-09-04 12:51:07 +02:00
Thibault S aa8b0d1c9b
add(plugin): aws sns (#2140) 2020-08-07 17:26:20 +02:00
Thibault S 727f2c819d
add(plugin): Amazon SQS (#2134) 2020-08-05 08:13:21 +02:00
garnier-quentin f35e9a2520 fix aws rds storage mode 2020-07-23 18:00:56 +02:00
garnier-quentin 191b687948 fix aws rds unit 2020-07-21 17:42:02 +02:00
garnier-quentin 4263c6b773 update aws rds 2020-07-21 16:43:54 +02:00
garnier-quentin cf87855ee1 enhance aws health 2020-07-21 10:56:17 +02:00
garnier-quentin cbb7deed1b enhance aws health 2020-07-21 10:39:37 +02:00
garnier-quentin 36312a22a8 enhance aws health 2020-07-21 10:31:16 +02:00
garnier-quentin f0f038dd79 enhance aws health 2020-07-21 10:21:12 +02:00
garnier-quentin c62568ff60 aws cleaning region + aws health service 2020-07-20 15:10:46 +02:00
garnier-quentin 8758a19a02 wip aws health service 2020-07-20 11:45:51 +02:00
Colin Gagnaire df69f26234 fix getmetrics resource parsing 2020-07-17 16:21:36 +02:00
Colin Gagnaire ac6acf237e add health to azcli custommode 2020-07-17 16:21:19 +02:00
garnier-quentin 77489ade75 remove useless code 2020-07-01 18:15:11 +02:00
garnier-quentin 09f5db5301 fix output service status skip 2020-06-16 18:04:42 +02:00
garnier-quentin dd93875743 Fix cloudwatchlogs 2020-06-16 10:00:51 +02:00
qgarnier 4f98a062e6
Merge pull request #2057 from centreon/tibs_fix-velocloud
fix(mode): Velocloud QOE global thresholds
2020-06-15 17:05:24 +02:00
Thibault S 2c16c8cad6
Update edgeqoe.pm 2020-06-15 17:01:50 +02:00
thibaults-centreon 92ffc39d3c fix(plugin): qoe global thresholds 2020-06-15 16:59:25 +02:00
garnier-quentin 99c6264a9b enhance cloudwatchlogs 2020-06-15 16:35:03 +02:00
garnier-quentin 7191e4238d enhance cloudwatch logs 2020-06-15 16:19:49 +02:00
Simon Bomm 9f22fa22b9
fix(docker-service-status) bug on bugfix 2020-06-11 14:47:33 +02:00
Simon Bomm 43d526a7a0
fix(docker-service-status) few bugs
Closed https://github.com/centreon/centreon-plugins/issues/2029
2020-06-11 14:46:11 +02:00
garnier-quentin fff5e14831 add services status docker 2020-06-05 11:18:07 +02:00
garnier-quentin 62eb5088be add services status docker 2020-06-05 11:14:56 +02:00
thibaults-centreon e26361b2c6 fix(mode): naming typos 2020-06-04 13:36:20 +02:00
Thibault S 2deab981ff
enh(mode): Azure getmetrics dimension filter (#2031) 2020-06-03 22:39:16 +02:00
garnier-quentin ae9f0dd0bb add aws_session_token 2020-06-02 14:21:46 +02:00
Sims24 1b2d6d6ca5 enh(plugin)review-option-name 2020-05-14 22:22:33 +02:00
garnier-quentin db74d39b76 simplify class counters naming 2020-05-13 14:18:28 +02:00
Simon Bomm 5c8e1c41da
+ remove unwanted Dumper 2020-05-12 16:30:25 +02:00
Thibault S a4e59629a3
add(plugin): Amazon EBS (#1990)
* add(plugin): Amazon EBS
2020-05-12 16:25:39 +02:00
Sims24 a3e29114af fix(plugin) missing $ previous commit 2020-05-02 13:38:39 +02:00
Sims24 deb65967e2 enh(plugin)add TargetGroup dimension elbv2 resolves #1968 2020-05-02 13:33:39 +02:00
Simon Bomm 9c3548f30f
enh(plugin)add ec2 spot fleet discovery (#1966)
Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>
2020-05-01 18:00:24 +02:00
Simon Bomm b020f48a53
enh(form) small modification 2020-04-28 13:56:28 +02:00
thibaults-centreon 93b87f2b4e fix(plugin): fix aws vpn 2020-04-27 13:24:06 +02:00
Simon Bomm 093b0bcafb
+ fix typo in perfdata 2020-04-24 14:41:48 +02:00
Colin Gagnaire f8447e2200 remove carriage return from edge description 2020-04-20 20:08:37 +02:00
Sims24 1573b83d0f add ec2 spot fleet instance ocunt ref #172 2020-04-20 15:36:37 +02:00
garnier-quentin 7b50b89261 enhance cloud recovery azure 2020-04-17 17:20:02 +02:00
garnier-quentin 0644845672 fix azure cpu mode 2020-04-15 17:30:11 +02:00
garnier-quentin 8b34dfd3c1 Ref #1923 2020-04-14 13:48:11 +02:00
garnier-quentin 0fb0abf069 add --only-show-errors for azure cli 2020-04-10 15:06:55 +02:00
garnier-quentin 8eb2f94c16 small indent fix 2020-04-10 14:56:38 +02:00
qgarnier 65100a97c6
Merge pull request #1933 from centreon/tibs_AWS_VPN
add(plugin): AWS VPN
2020-04-10 14:54:32 +02:00
thibaults-centreon 4944121ff5 fix help 2020-04-10 14:38:32 +02:00