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
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
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
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
Thibault S
920f5f903f
add(plugin): Azure Load Balancer ( #2536 )
2021-01-25 11:07:53 +01:00
Thibault S
5b163e7752
add(plugin): Azure Elastic Pools ( #2482 )
2021-01-12 13:07:20 +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
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
qgarnier
6dcd392c4c
add list-storages + remove carriage return ( #2191 )
2020-09-04 12:51:07 +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
Thibault S
2deab981ff
enh(mode): Azure getmetrics dimension filter ( #2031 )
2020-06-03 22:39:16 +02:00
garnier-quentin
db74d39b76
simplify class counters naming
2020-05-13 14:18:28 +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
d991ad5bd9
fix azure logs
2020-04-03 16:09:02 +02:00
garnier-quentin
5bd7ccb691
add endpoint in access token azure
2020-04-03 15:30:51 +02:00
garnier-quentin
574a7557c6
Fix #1886
2020-04-03 11:45:02 +02:00
garnier-quentin
8b46bf12e0
Ref #1886
2020-04-03 10:50:37 +02:00
Thibault S
3d34cece23
enh(plugin): Azure backupitemstatus vm_id filter ( #1892 )
...
Fix https://github.com/centreon/centreon-plugins/issues/1890
2020-03-20 11:25:54 +01:00
garnier-quentin
7f89064cc8
update azure alert
2020-02-20 10:48:04 +01:00
Fabien THEPAUT
733d31186a
azure alert monitor
2020-02-18 18:28:11 -05:00
garnier-quentin
ad5af78524
enhance typo
2020-02-12 17:56:48 +01:00
garnier-quentin
dccdc34b0a
happy new year!
2020-01-06 15:19:23 +01:00
Colin Gagnaire
851f23018c
remove health check for some azure plugin
2019-10-15 17:08:10 +02:00
Colin Gagnaire
5eb1fbe9c4
add azure health mode in monitor plugin
2019-10-15 15:48:36 +02:00
Colin Gagnaire
c3f8d36ff0
add azure resource health check
2019-10-15 15:11:14 +02:00
Colin Gagnaire
940a3f2079
add a discovery mode per azure services
2019-10-01 14:38:15 +02:00
Colin Gagnaire
7a840340f5
remove dumper
2019-08-06 10:21:55 +02:00
Colin Gagnaire
9944f38314
allow multiple metrics in azure getmetrics, fix interval option
2019-08-05 11:06:53 +02:00
garnier-quentin
1e7e8c1277
move default mode
2019-06-28 16:38:24 +02:00
Colin Gagnaire
8089f3811c
add role in help for azure api custom mode
2019-06-26 18:25:59 +02:00
Colin Gagnaire
802225e6cc
add help on discovery modes
2019-06-04 11:40:51 +02:00
Colin Gagnaire
6ea0cd2238
fix azure monitor getmetrics debug output
2019-04-26 16:44:05 +02:00
Colin Gagnaire
a39c06614e
add prettify option in azure discovery
2019-04-04 11:10:35 +02:00
garnier-quentin
8100ae4467
clean code
2019-03-26 18:11:01 +01:00
Colin Gagnaire
5cbce02f28
better response handling of azure apis
2019-03-19 09:39:10 +01:00
garnier-quentin
782fa22f56
Add curl backend http
2019-03-06 16:47:46 +01:00
Colin Gagnaire
f0f5a9a60c
fix module loading for azure custom modes
2019-02-21 12:00:21 +01:00
Colin Gagnaire
742d015537
several azure fixes
2019-02-01 17:31:45 +01:00
Colin Gagnaire
13bce21a1a
fix plugin desc
2019-01-25 18:42:29 +01:00
Colin Gagnaire
e462159030
add azure sql server and database services
2019-01-25 18:42:29 +01:00
Colin Gagnaire
5966dd5279
add azure virtual network service
2019-01-25 17:07:13 +01:00
Colin Gagnaire
3b11f9afe1
enh azure vpn gateway service
2019-01-25 15:22:06 +01:00
Colin Gagnaire
1df39f1ad4
add azure vpn gateway, fix expressroute circuit status
2019-01-25 12:06:51 +01:00
Colin Gagnaire
f936cb9f9a
add azure expressroute service
2019-01-24 17:55:26 +01:00
Colin Gagnaire
5918aab09d
enh azure deployment status time format
2019-01-24 16:20:05 +01:00
Colin Gagnaire
6111f3baa7
add azure recovery/backup service
2019-01-24 16:20:05 +01:00
Colin Gagnaire
02e7c05c16
add azure discovery ( #1359 )
...
* add azure discovery
* add azure discovery
2019-01-24 11:08:02 +01:00
Colin Gagnaire
f42b9d807c
enh azure plugins, add tags on list modes
2019-01-18 18:19:54 +01:00
garnier-quentin
77e6b0c8ed
WIP: factoring with status catalog function (cloud, database, os, snmp_standard parts)
2019-01-15 10:49:51 +01:00
garnier-quentin
d10a5f1ec1
update copyright date
2019-01-09 09:57:11 +01:00
Colin Gagnaire
b93dec800b
add azure api options to azcli custommode ( #1276 )
2018-12-14 10:41:39 +01:00
Colin Gagnaire
fffd250d5f
enh azure plugin adding new custom mode ( #1248 )
2018-11-30 16:24:14 +01:00
Colin Gagnaire
37fbfbeed7
enh azure custom mode ( #1189 )
2018-10-24 15:56:17 +02:00
Colin Gagnaire
83050b55b9
fix azure plugin typos, helpers and other ( #1159 )
...
* fix several typos
* fix several typos, helpers, and other
2018-09-28 16:56:17 +02:00
Colin Gagnaire
ed2dd85ef4
azure plugin fixes, paths break change ( #1154 )
...
* add proxyurl option, update cli installation process
* fix label and perfdata names
* fix label and perfdata names
* change paths to providers/services
* fix vm list resources mode path
2018-09-27 15:10:48 +02:00
Colin Gagnaire
d85a93b99f
add microsoft azure plugin, wip ( #1097 )
2018-08-21 14:14:20 +00:00