[icinga-checkins] icinga.org: icinga2/master: Update documentation for libmethods
git at icinga.org
git at icinga.org
Sun Aug 28 08:27:17 CEST 2016
Module: icinga2
Branch: master
Commit: 9f06140e8fd010f849e89b8c8e5550dcf83cb67d
URL: https://git.icinga.org/?p=icinga2.git;a=commit;h=9f06140e8fd010f849e89b8c8e5550dcf83cb67d
Author: Gunnar Beutner <gunnar.beutner at netways.de>
Date: Sun Aug 28 08:27:01 2016 +0200
Update documentation for libmethods
fixes #12572
---
doc/10-icinga-template-library.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/doc/10-icinga-template-library.md b/doc/10-icinga-template-library.md
index 9d58271..5195745 100644
--- a/doc/10-icinga-template-library.md
+++ b/doc/10-icinga-template-library.md
@@ -16,6 +16,11 @@ These templates are imported by the provided example configuration.
> These templates are built into the binaries. By convention
> all command and timeperiod objects should import these templates.
+If you're not using the ITL includes you can manually load the
+library which contains these templates:
+
+ library "methods"
+
### <a id="itl-plugin-check-command"></a> plugin-check-command
Command template for check plugins executed by Icinga 2.
More information about the icinga-checkins
mailing list