mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-13 12:58:21 +02:00
fix(packaging): reorganize common code for azure (#5679)
because ApplicationInsights fatpacked plugin (and others) lacked a module Refs: CTOR-1193
This commit is contained in:
parent
d82058c571
commit
03deb67cf6
@ -6,7 +6,7 @@
|
|||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/common/storageaccount/",
|
"cloud/azure/common/storageaccount/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/classicstorage/storageaccount/"
|
"cloud/azure/classicstorage/storageaccount/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/compute/aks/"
|
"cloud/azure/compute/aks/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/compute/disk/"
|
"cloud/azure/compute/disk/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_compute_functions_api.pl",
|
"plugin_name": "centreon_azure_compute_functions_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/compute/functions/",
|
"cloud/azure/compute/functions/",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/compute/virtualmachine/"
|
"cloud/azure/compute/virtualmachine/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/compute/vmscalesets/"
|
"cloud/azure/compute/vmscalesets/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/datafactory/factories/"
|
"cloud/azure/datafactory/factories/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_database_cosmosdb_api.pl",
|
"plugin_name": "centreon_azure_database_cosmosdb_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/database/cosmosdb/"
|
"cloud/azure/database/cosmosdb/"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/database/elasticpool/"
|
"cloud/azure/database/elasticpool/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_database_mariadb_api.pl",
|
"plugin_name": "centreon_azure_database_mariadb_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/database/mariadb/"
|
"cloud/azure/database/mariadb/"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_database_redis_api.pl",
|
"plugin_name": "centreon_azure_database_redis_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/database/redis/"
|
"cloud/azure/database/redis/"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_database_sqldatabase_api.pl",
|
"plugin_name": "centreon_azure_database_sqldatabase_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/database/sqldatabase/"
|
"cloud/azure/database/sqldatabase/"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_database_sqlmanagedinstance_api.pl",
|
"plugin_name": "centreon_azure_database_sqlmanagedinstance_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/database/sqlmanagedinstance/"
|
"cloud/azure/database/sqlmanagedinstance/"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/database/sqlserver/"
|
"cloud/azure/database/sqlserver/"
|
||||||
]
|
]
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_devtools_appconfiguration_api.pl",
|
"plugin_name": "centreon_azure_devtools_appconfiguration_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/devtools/appconfiguration/"
|
"cloud/azure/devtools/appconfiguration/"
|
||||||
]
|
]
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_integration_servicebus_api.pl",
|
"plugin_name": "centreon_azure_integration_servicebus_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/integration/servicebus/"
|
"cloud/azure/integration/servicebus/"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_management_apimanagement_api.pl",
|
"plugin_name": "centreon_azure_management_apimanagement_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/management/apimanagement/"
|
"cloud/azure/management/apimanagement/"
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/applicationinsights/"
|
"cloud/azure/management/applicationinsights/",
|
||||||
|
"cloud/azure/common/discovery.pm"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_management_automation_api.pl",
|
"plugin_name": "centreon_azure_management_automation_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/",
|
"cloud/azure/management/monitor/",
|
||||||
"cloud/azure/management/automation/"
|
"cloud/azure/management/automation/"
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/discoverytenant.pm",
|
"cloud/azure/common/discoverytenant.pm",
|
||||||
"cloud/azure/management/discover/"
|
"cloud/azure/management/discover/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/management/recovery/"
|
"cloud/azure/management/recovery/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/resource/"
|
"cloud/azure/management/resource/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_network_appgateway_api.pl",
|
"plugin_name": "centreon_azure_network_appgateway_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/network/appgateway/"
|
"cloud/azure/network/appgateway/"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_network_cdn_api.pl",
|
"plugin_name": "centreon_azure_network_cdn_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/network/cdn/"
|
"cloud/azure/network/cdn/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/network/expressroute/"
|
"cloud/azure/network/expressroute/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/network/firewall/"
|
"cloud/azure/network/firewall/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_network_frontdoor_api.pl",
|
"plugin_name": "centreon_azure_network_frontdoor_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/network/frontdoor/"
|
"cloud/azure/network/frontdoor/"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/network/loadbalancer/"
|
"cloud/azure/network/loadbalancer/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/network/networkinterface/"
|
"cloud/azure/network/networkinterface/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/network/publicip/"
|
"cloud/azure/network/publicip/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/network/trafficmanager/"
|
"cloud/azure/network/trafficmanager/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/network/virtualnetwork/"
|
"cloud/azure/network/virtualnetwork/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/network/vpngateway/"
|
"cloud/azure/network/vpngateway/"
|
||||||
]
|
]
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/security/keyvault/"
|
"cloud/azure/security/keyvault/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/storage/acr/"
|
"cloud/azure/storage/acr/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/common/storageaccount/",
|
"cloud/azure/common/storageaccount/",
|
||||||
"cloud/azure/management/monitor/mode/discovery.pm",
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/management/monitor/mode/health.pm",
|
"cloud/azure/management/monitor/mode/health.pm",
|
||||||
"cloud/azure/storage/storageaccount/"
|
"cloud/azure/storage/storageaccount/"
|
||||||
]
|
]
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_storage_storagesync_api.pl",
|
"plugin_name": "centreon_azure_storage_storagesync_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/storage/storagesync/"
|
"cloud/azure/storage/storagesync/"
|
||||||
]
|
]
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_web_appservice_api.pl",
|
"plugin_name": "centreon_azure_web_appservice_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/web/appservice/",
|
"cloud/azure/web/appservice/",
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_web_appserviceplan_api.pl",
|
"plugin_name": "centreon_azure_web_appserviceplan_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/web/appserviceplan/"
|
"cloud/azure/web/appserviceplan/"
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"plugin_name": "centreon_azure_web_signalr_api.pl",
|
"plugin_name": "centreon_azure_web_signalr_api.pl",
|
||||||
"files": [
|
"files": [
|
||||||
"centreon/plugins/script_custom.pm",
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"cloud/azure/common/discovery.pm",
|
||||||
"cloud/azure/custom/",
|
"cloud/azure/custom/",
|
||||||
"cloud/azure/management/monitor/mode/",
|
"cloud/azure/management/monitor/mode/",
|
||||||
"cloud/azure/web/signalr/"
|
"cloud/azure/web/signalr/"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::classicstorage::storageaccount::mode::discovery;
|
package cloud::azure::classicstorage::storageaccount::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::common::appservice::mode::discovery;
|
package cloud::azure::common::appservice::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
package cloud::azure::management::monitor::mode::discovery;
|
package cloud::azure::common::discovery;
|
||||||
|
|
||||||
use base qw(centreon::plugins::mode);
|
use base qw(centreon::plugins::mode);
|
||||||
|
|
@ -18,7 +18,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
package cloud::azure::management::monitor::mode::discoverytenant;
|
package cloud::azure::common::discoverytenant;
|
||||||
|
|
||||||
use base qw(centreon::plugins::mode);
|
use base qw(centreon::plugins::mode);
|
||||||
|
|
||||||
@ -142,4 +142,4 @@ Prettify JSON output.
|
|||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::compute::aks::mode::discovery;
|
package cloud::azure::compute::aks::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::compute::disk::mode::discovery;
|
package cloud::azure::compute::disk::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::compute::virtualmachine::mode::discovery;
|
package cloud::azure::compute::virtualmachine::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::compute::vmscalesets::mode::discovery;
|
package cloud::azure::compute::vmscalesets::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::database::cosmosdb::mode::discovery;
|
package cloud::azure::database::cosmosdb::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::database::elasticpool::mode::discovery;
|
package cloud::azure::database::elasticpool::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::database::mariadb::mode::discovery;
|
package cloud::azure::database::mariadb::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::database::redis::mode::discovery;
|
package cloud::azure::database::redis::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::database::sqldatabase::mode::discovery;
|
package cloud::azure::database::sqldatabase::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::database::sqlmanagedinstance::mode::discovery;
|
package cloud::azure::database::sqlmanagedinstance::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::database::sqlserver::mode::discovery;
|
package cloud::azure::database::sqlserver::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::datafactory::factories::mode::discovery;
|
package cloud::azure::datafactory::factories::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::devtools::appconfiguration::mode::discovery;
|
package cloud::azure::devtools::appconfiguration::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::integration::servicebus::mode::discovery;
|
package cloud::azure::integration::servicebus::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::management::apimanagement::mode::discovery;
|
package cloud::azure::management::apimanagement::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::management::applicationinsights::mode::discovery;
|
package cloud::azure::management::applicationinsights::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::management::automation::mode::discovery;
|
package cloud::azure::management::automation::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -31,8 +31,8 @@ sub new {
|
|||||||
|
|
||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'discovery' => 'cloud::azure::management::monitor::mode::discovery',
|
'discovery' => 'cloud::azure::common::discovery',
|
||||||
'discovery-tenant' => 'cloud::azure::management::monitor::mode::discoverytenant'
|
'discovery-tenant' => 'cloud::azure::common::discoverytenant'
|
||||||
);
|
);
|
||||||
|
|
||||||
$self->{custom_modes}->{azcli} = 'cloud::azure::custom::azcli';
|
$self->{custom_modes}->{azcli} = 'cloud::azure::custom::azcli';
|
||||||
|
@ -32,8 +32,8 @@ sub new {
|
|||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
%{$self->{modes}} = (
|
%{$self->{modes}} = (
|
||||||
'alert' => 'cloud::azure::management::monitor::mode::alert',
|
'alert' => 'cloud::azure::management::monitor::mode::alert',
|
||||||
'discovery' => 'cloud::azure::management::monitor::mode::discovery',
|
'discovery' => 'cloud::azure::common::discovery',
|
||||||
'discovery-tenant' => 'cloud::azure::management::monitor::mode::discoverytenant',
|
'discovery-tenant' => 'cloud::azure::common::discoverytenant',
|
||||||
'get-metrics' => 'cloud::azure::management::monitor::mode::getmetrics',
|
'get-metrics' => 'cloud::azure::management::monitor::mode::getmetrics',
|
||||||
'health' => 'cloud::azure::management::monitor::mode::health'
|
'health' => 'cloud::azure::management::monitor::mode::health'
|
||||||
);
|
);
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::management::recovery::mode::discovery;
|
package cloud::azure::management::recovery::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::appgateway::mode::discovery;
|
package cloud::azure::network::appgateway::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::cdn::mode::discovery;
|
package cloud::azure::network::cdn::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::expressroute::mode::discovery;
|
package cloud::azure::network::expressroute::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::firewall::mode::discovery;
|
package cloud::azure::network::firewall::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::frontdoor::mode::discovery;
|
package cloud::azure::network::frontdoor::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::loadbalancer::mode::discovery;
|
package cloud::azure::network::loadbalancer::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::networkinterface::mode::discovery;
|
package cloud::azure::network::networkinterface::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::publicip::mode::discovery;
|
package cloud::azure::network::publicip::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::trafficmanager::mode::discovery;
|
package cloud::azure::network::trafficmanager::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::virtualnetwork::mode::discovery;
|
package cloud::azure::network::virtualnetwork::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::network::vpngateway::mode::discovery;
|
package cloud::azure::network::vpngateway::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::security::keyvault::mode::discovery;
|
package cloud::azure::security::keyvault::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::storage::acr::mode::discovery;
|
package cloud::azure::storage::acr::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::storage::storageaccount::mode::discovery;
|
package cloud::azure::storage::storageaccount::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::storage::storagesync::mode::discovery;
|
package cloud::azure::storage::storagesync::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::web::appserviceplan::mode::discovery;
|
package cloud::azure::web::appserviceplan::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
package cloud::azure::web::signalr::mode::discovery;
|
package cloud::azure::web::signalr::mode::discovery;
|
||||||
|
|
||||||
use base qw(cloud::azure::management::monitor::mode::discovery);
|
use base qw(cloud::azure::common::discovery);
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
@ -40,6 +40,7 @@ blocked-by-uf
|
|||||||
BPL
|
BPL
|
||||||
--cacert-file
|
--cacert-file
|
||||||
cardtemperature
|
cardtemperature
|
||||||
|
CDN
|
||||||
centreon
|
centreon
|
||||||
Centreon
|
Centreon
|
||||||
centreonvault
|
centreonvault
|
||||||
@ -99,6 +100,7 @@ Fortigate
|
|||||||
Fortinet
|
Fortinet
|
||||||
FQDN
|
FQDN
|
||||||
FreeBSD
|
FreeBSD
|
||||||
|
FrontDoor
|
||||||
frsevent
|
frsevent
|
||||||
GCP
|
GCP
|
||||||
--get-param
|
--get-param
|
||||||
@ -258,6 +260,7 @@ scenarii
|
|||||||
--scope-datacenter
|
--scope-datacenter
|
||||||
SFOS
|
SFOS
|
||||||
sfp.temperature
|
sfp.temperature
|
||||||
|
SignalR
|
||||||
sinr
|
sinr
|
||||||
--skip-ssl-check
|
--skip-ssl-check
|
||||||
SkyHigh
|
SkyHigh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user