(plugin) apps::oracle::ucp::jmx - package (#4192)
This commit is contained in:
parent
4666b9ff3c
commit
dbb359df78
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"dependencies": [
|
||||||
|
"libjmx4perl-perl"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"pkg_name": "centreon-plugin-Applications-Oracle-Ucp-Jmx",
|
||||||
|
"pkg_summary": "Centreon Plugin",
|
||||||
|
"plugin_name": "centreon_oracle_ucp_jmx.pl",
|
||||||
|
"files": [
|
||||||
|
"centreon/plugins/script_custom.pm",
|
||||||
|
"centreon/common/protocols/jmx/",
|
||||||
|
"apps/oracle/ucp/jmx/"
|
||||||
|
]
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"dependencies": [
|
||||||
|
"perl(JMX::Jmx4Perl)"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue