Skip to content

Commit

Permalink
feat(vmware8-esx): new plugin to monitor ESX status using vSphere 8 API
Browse files Browse the repository at this point in the history
  • Loading branch information
omercier committed Oct 28, 2024
1 parent 21b6b2e commit 35d73e1
Show file tree
Hide file tree
Showing 15 changed files with 1,954 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": [
"libjson-perl"
]
}
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"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": [
"perl(JSON)"
]
}
Loading

0 comments on commit 35d73e1

Please sign in to comment.