mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
parent
aaf3aacaf2
commit
0ed49d2ddc
@ -271,6 +271,12 @@ address | **Required.** The host's address.
|
|||||||
oid | **Optional.** The SNMP OID. Defaults to "1.3.6.1.2.1.1.3.0".
|
oid | **Optional.** The SNMP OID. Defaults to "1.3.6.1.2.1.1.3.0".
|
||||||
community | **Optional.** The SNMP community. Defaults to "public".
|
community | **Optional.** The SNMP community. Defaults to "public".
|
||||||
|
|
||||||
|
### <a id="itl-apt"></a> apt
|
||||||
|
|
||||||
|
Check command for the `check_apt` plugin.
|
||||||
|
|
||||||
|
The `apt` check command does not support any vars.
|
||||||
|
|
||||||
### <a id="itl-icinga"></a> icinga
|
### <a id="itl-icinga"></a> icinga
|
||||||
|
|
||||||
Check command for the built-in `icinga` check. This check returns performance
|
Check command for the built-in `icinga` check. This check returns performance
|
||||||
|
@ -275,6 +275,14 @@ object CheckCommand "snmp-uptime" {
|
|||||||
vars.oid = "1.3.6.1.2.1.1.3.0"
|
vars.oid = "1.3.6.1.2.1.1.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object CheckCommand "apt" {
|
||||||
|
import "plugin-check-command"
|
||||||
|
|
||||||
|
command = [
|
||||||
|
PluginDir + "/check_apt"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
object CheckCommand "icinga" {
|
object CheckCommand "icinga" {
|
||||||
import "icinga-check-command",
|
import "icinga-check-command",
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user