From 101bd10d62aaa8eca12eabd8401223827d020769 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 19 May 2014 18:26:59 +0200 Subject: [PATCH] Documentation: Add a note for required CheckCommand objects for additiona plugins. Fixes #6239 --- doc/2-getting-started.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index 3c80ee38b..16ca24021 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -297,6 +297,14 @@ by trying to run it on the console using whichever user Icinga 2 is running as: Additional libraries may be required for some plugins. Please consult the plugin documentation and/or README for installation instructions. +Each plugin requires a [CheckCommand](#objecttype-checkcommand) object in your +configuration which can be used in the [Service](#objecttype-service) or +[Host](#objecttype-host) object definition. Examples for `CheckCommand` +objects can be found in the [Plugin Check Commands](#plugin-check-commands) shipped +with Icinga 2. +For further information on your monitoring configuration read the +[monitoring basics](#monitoring-basics). + ## Configuring IDO -- 2.50.0