-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vmware8-esx): new plugin to monitor ESX status using vSphere 8 API
- Loading branch information
Showing
15 changed files
with
1,954 additions
and
4 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
packaging/centreon-plugin-Virtualization-Vmware8-Esx-Restapi/deb.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"dependencies": [ | ||
"libjson-perl" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
packaging/centreon-plugin-Virtualization-Vmware8-Esx-Restapi/pkg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"pkg_name": "centreon-plugin-Virtualization-Vmware8-Esx-Restapi", | ||
"pkg_summary": "Centreon Plugin to monitor VMware ESX physical servers using vSphere 8 REST API", | ||
"plugin_name": "centreon_vmware8_esx_restapi.pl", | ||
"files": [ | ||
"centreon/plugins/script_custom.pm", | ||
"apps/vmware/vsphere8/esx", | ||
"apps/vmware/vsphere8/custom" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
packaging/centreon-plugin-Virtualization-Vmware8-Esx-Restapi/rpm.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"dependencies": [ | ||
"perl(JSON)" | ||
] | ||
} |
Oops, something went wrong.