Commit Graph

6337 Commits

Author SHA1 Message Date
Simon Bomm 766256427e enh(plugin):allow nmap command options tuning (#2838)
* + allow nmap command options tuning

* + fix typo
2021-06-01 22:37:08 +02:00
Thibault S de9a0dde25 Merge pull request #2819 from matoy/Azure-Appserviceplan-new-mode
enh(plugin): Appserviceplan new mode "queue"
2021-05-27 17:54:21 +02:00
Thibault S 5338918cd3 fix(mode): fix help 2021-05-27 17:53:07 +02:00
Thibault S ef6002e642 enh(mode): metrics nlabel adjustments 2021-05-27 17:50:50 +02:00
Simon Bomm b57a79404b reorg(plugin)make nmap a dedicated plugin (#2834)
Co-authored-by: Thibault S <48209914+thibaults-centreon@users.noreply.github.com>
2021-05-27 17:46:53 +02:00
Thibault S 46af4756fe fix(plugin): reorder modes 2021-05-27 17:41:48 +02:00
qgarnier deb1b7490b add(plugin): tplink snmp (#2831) 2021-05-26 14:57:42 +02:00
qgarnier 3195c5fdfb enh(core): add perfdata eval function (#2829) 2021-05-25 16:41:42 +02:00
qgarnier e8beda2186 fix(powershell): double-quote escape (#2828) 2021-05-25 14:54:12 +02:00
qgarnier c077ad700a enh(varnish): add compatibility 6.6.x version (#2827) 2021-05-25 13:24:57 +02:00
qgarnier 0df833b21e en(perfdata): some minor perfdata changes + fix (#2825) 2021-05-25 09:02:17 +02:00
itoussies 69694b63ec Apps squid snmp metricsv2 (#2823)
* enh(plugin): Squid SNMP metricsv2

* enh(plugin): Squid SNMP metricsv2

* nlabel names fix
2021-05-24 17:58:01 +02:00
itoussies c4d6ecc442 enh(plugin): SAHI Pro REST API metricsv2 (#2821)
* enh(plugin): SAHI Pro REST API metricsv2

* nlabel name fix
2021-05-24 17:56:49 +02:00
UrBnW f7d5229a5e enh(Synology) Use disk name rather than its ID (#2746) 2021-05-24 14:47:15 +02:00
itoussies 465a37ab8c enh(plugin): Slack REST API metricsv2 (#2822) 2021-05-24 14:12:40 +02:00
itoussies 1e79829632 enh(plugin): PVX Rest API metricsv2 (#2820)
* enh(plugin): PVX Restapi metricsv2

* nlabel name fix
2021-05-24 11:47:28 +02:00
matoy 32643af08f 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
UrBnW cb5d170caf enh(equallogic) add time mode (#2817) 2021-05-21 14:12:02 +02:00
Simon Bomm ee49c303ac + add shields to readme 2021-05-21 11:51:49 +02:00
matoy bcfd41d2d3 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 8b6fdde603 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 31249e8c98 fix(mode): remove inoperative metrics (#2816) 2021-05-21 11:32:42 +02:00
Thibault S 011ac501fc fix(mode): fix interval on mode status (#2814) 2021-05-21 09:19:11 +02:00
garnier-quentin 53e5265e08 prepare release 2021-05-20 10:25:21 +02:00
qgarnier da13d106e6 enh(server/fujitsu): add disk and raid component (#2811) 2021-05-20 10:15:03 +02:00
itoussies 4657372851 Merge pull request #2802 from matoy/patch-6
fix(plugin): Azure DB for MySQL
2021-05-19 16:06:02 +02:00
itoussies dfcb0ebc74 Update replication.pm 2021-05-19 16:00:56 +02:00
itoussies ca8c715004 Update connections.pm 2021-05-19 15:58:25 +02:00
matoy 951576e594 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 af007e438c 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
Thibault S 11e455bdf6 fix metrics case (#2807) 2021-05-19 10:14:23 +02:00
qgarnier c2eca07c73 enh(versa): add cache system + paths mode (#2806) 2021-05-19 09:24:59 +02:00
itoussies 9bfa1203e8 Update storage.pm (#2804) 2021-05-18 17:51:10 +02:00
itoussies 2f00489272 add(plugin): Azure Application Insights (#2762) 2021-05-17 20:18:38 +02:00
matoy c1b3aa74c9 Update storage.pm 2021-05-17 17:54:33 +02:00
matoy 5d2a2705a9 Update connections.pm 2021-05-17 17:47:57 +02:00
matoy 1f20357f07 Update replication.pm 2021-05-17 17:47:38 +02:00
matoy 6b84926568 Update storage.pm 2021-05-17 17:30:55 +02:00
matoy d0e87b5277 Update replication.pm 2021-05-17 17:30:20 +02:00
matoy a36a664888 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
qgarnier 5e4eb16eda enh(core): add filter-perfdata-adv option (#2800) 2021-05-17 10:15:53 +02:00
qgarnier 1b9a1070ce enh(bind9/web): indent/typo (#2799) 2021-05-17 09:07:05 +02:00
Benoit Poulet 6e1d4bc3f5 enh(bind9/web): add counters, and some rewrites (#2788) 2021-05-17 08:59:03 +02:00
itoussies b26dc5847d Deleting 'health' mode reference in plugin.pm (#2792) 2021-05-12 13:37:51 +02:00
matoy b015086c1c Update memory.pm (#2790)
removal of one extra quote in example (2nd warning-app-memory)
2021-05-12 08:09:48 +02:00
matoy 2e20bcade4 Update vaultcapacity.pm (#2789)
missing "-percentage" in examples.
2021-05-12 08:08:59 +02:00
qgarnier 8f60bcb1c6 fix(mongodb): collection-statistics mode - filter on collection only (#2787) 2021-05-11 16:56:53 +02:00
qgarnier e6248a99f8 enh(printers/standard/snmp): add endian option for printers-errors + refactoring of cover-status mode (#2786) 2021-05-11 16:17:40 +02:00
qgarnier c52dca389b fix(centreon/local): metaservice mode - set default value for metric name (#2783) 2021-05-11 09:09:48 +02:00
qgarnier 7866300a6d enh(paloalto/snmp): mode sessions - add filter for vsys name (#2782) 2021-05-11 08:46:51 +02:00