mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
parent
df8a408228
commit
0742301b1d
@ -2036,6 +2036,7 @@ oracle_health_units | **Optional.** This is used for a better outpu
|
|||||||
oracle_health_ident | **Optional.** If set to true, outputs instance and database names. Defaults to false.
|
oracle_health_ident | **Optional.** If set to true, outputs instance and database names. Defaults to false.
|
||||||
oracle_health_commit | **Optional.** Set this to true to turn on autocommit for the dbd::oracle module. Defaults to false.
|
oracle_health_commit | **Optional.** Set this to true to turn on autocommit for the dbd::oracle module. Defaults to false.
|
||||||
oracle_health_noperfdata | **Optional.** Set this to true if you want to disable perfdata. Defaults to false.
|
oracle_health_noperfdata | **Optional.** Set this to true if you want to disable perfdata. Defaults to false.
|
||||||
|
oracle_health_timeout | **Optional.** Plugin timeout. Defaults to 60s.
|
||||||
|
|
||||||
Environment Macros:
|
Environment Macros:
|
||||||
|
|
||||||
|
@ -392,6 +392,10 @@ object CheckCommand "oracle_health" {
|
|||||||
set_if = "$oracle_health_noperfdata$"
|
set_if = "$oracle_health_noperfdata$"
|
||||||
description = "do not output performance data"
|
description = "do not output performance data"
|
||||||
}
|
}
|
||||||
|
"--timeout" = {
|
||||||
|
value = "$oracle_health_timeout$"
|
||||||
|
description = "plugin timeout. Default is 60 seconds"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
env = {
|
env = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user