Documentation: renamed native::NagiosCheck to native::PluginCheck

This commit is contained in:
Gunnar Beutner 2012-09-25 09:42:57 +02:00
parent f53f8e64fd
commit 57ed16b4f1
1 changed files with 3 additions and 3 deletions

View File

@ -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
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^