mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
[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>
|
=item B<--scenario-id>
|
||||||
|
|
||||||
Set ID of the scenario.
|
Set ID of the scenario (mandatory option).
|
||||||
|
|
||||||
=item B<--timeframe>
|
=item B<--timeframe>
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@ SNMP
|
|||||||
space-usage-prct
|
space-usage-prct
|
||||||
SSH
|
SSH
|
||||||
SureBackup
|
SureBackup
|
||||||
|
timeframe
|
||||||
topic-messages-inflighted
|
topic-messages-inflighted
|
||||||
total-oper-down
|
total-oper-down
|
||||||
total-oper-up
|
total-oper-up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user