mirror of https://github.com/Icinga/icinga2.git
Documentation: renamed native::NagiosCheck to native::PluginCheck
This commit is contained in:
parent
f53f8e64fd
commit
57ed16b4f1
|
@ -467,7 +467,7 @@ object Service "localhost-uptime" {
|
||||||
alias = "localhost Uptime",
|
alias = "localhost Uptime",
|
||||||
|
|
||||||
methods = {
|
methods = {
|
||||||
check = "native::NagiosCheck"
|
check = "native::PluginCheck"
|
||||||
},
|
},
|
||||||
|
|
||||||
check_command = "$plugindir$/check_snmp -H $address$ -C $community$ -o $oid$",
|
check_command = "$plugindir$/check_snmp -H $address$ -C $community$ -o $oid$",
|
||||||
|
@ -503,8 +503,8 @@ Optional. A short description of the service.
|
||||||
Attribute: methods - check
|
Attribute: methods - check
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
The check type of the service. For now only Nagios-compatible plugins are
|
The check type of the service. For now only external check plugins are
|
||||||
supported ("native::NagiosCheck").
|
supported ("native::PluginCheck").
|
||||||
|
|
||||||
Attribute: check_command
|
Attribute: check_command
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue