[CTOR-566][Plugin] New pack Quanta Restapi (#5019)
This commit is contained in:
parent
8e068359bd
commit
76ae2d567a
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"dependencies": [
|
||||
"libdatetime-perl"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"pkg_name": "centreon-plugin-Applications-Monitoring-Quanta-Restapi",
|
||||
"pkg_summary": "Centreon Plugin to check Quanta.io application probes results.",
|
||||
"plugin_name": "centreon_monitoring_quanta_restapi.pl",
|
||||
"files": [
|
||||
"centreon/plugins/script_custom.pm",
|
||||
"apps/monitoring/quanta/restapi"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"dependencies": [
|
||||
"perl(DateTime)"
|
||||
]
|
||||
}
|
|
@ -131,7 +131,7 @@ Check web scenario availability metrics.
|
|||
|
||||
=item B<--scenario-id>
|
||||
|
||||
Set ID of the scenario.
|
||||
Set ID of the scenario (mandatory option).
|
||||
|
||||
=item B<--timeframe>
|
||||
|
||||
|
|
|
@ -47,6 +47,7 @@ SNMP
|
|||
space-usage-prct
|
||||
SSH
|
||||
SureBackup
|
||||
timeframe
|
||||
topic-messages-inflighted
|
||||
total-oper-down
|
||||
total-oper-up
|
||||
|
|
Loading…
Reference in New Issue