From 57ed16b4f1e7157cf1391f5c4e9dcffe5db66197 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 25 Sep 2012 09:42:57 +0200 Subject: [PATCH] Documentation: renamed native::NagiosCheck to native::PluginCheck --- docs/icinga2-config.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/icinga2-config.txt b/docs/icinga2-config.txt index ec18da523..e8e24deb4 100644 --- a/docs/icinga2-config.txt +++ b/docs/icinga2-config.txt @@ -467,7 +467,7 @@ object Service "localhost-uptime" { alias = "localhost Uptime", methods = { - check = "native::NagiosCheck" + check = "native::PluginCheck" }, 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 ^^^^^^^^^^^^^^^^^^^^^^^^^^ -The check type of the service. For now only Nagios-compatible plugins are -supported ("native::NagiosCheck"). +The check type of the service. For now only external check plugins are +supported ("native::PluginCheck"). Attribute: check_command ^^^^^^^^^^^^^^^^^^^^^^^^