[icinga-checkins] icinga.org: icinga-core/mbrooks/cgis: config: add check_dummy command definitions as example to commands.cfg #1719
git at icinga.org
git at icinga.org
Fri Jul 29 00:39:57 CEST 2011
Module: icinga-core
Branch: mbrooks/cgis
Commit: 4670fe4bc0647bfc9b56d11c8a4021b2663946d6
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=4670fe4bc0647bfc9b56d11c8a4021b2663946d6
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Sat Jul 16 18:18:29 2011 +0200
config: add check_dummy command definitions as example to commands.cfg #1719
fixes #1719
---
Changelog | 1 +
sample-config/template-object/commands.cfg.in | 7 +++++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/Changelog b/Changelog
index 3d38bfc..763d6a8 100644
--- a/Changelog
+++ b/Changelog
@@ -27,6 +27,7 @@ ENHANCEMENTS
* config: add easy-to-use config examples and scripts for notifications #1697
** advanced notify-by-email
** notify-by-jabber, notify-by-twitter examples
+* config: add check_dummy command definitions as example to commands.cfg #1719
FIXES
* core: remove duplicated unlinks for check result files with multiple results #1615
diff --git a/sample-config/template-object/commands.cfg.in b/sample-config/template-object/commands.cfg.in
index 31ac973..a8b04c1 100644
--- a/sample-config/template-object/commands.cfg.in
+++ b/sample-config/template-object/commands.cfg.in
@@ -209,6 +209,13 @@ define command{
}
+# 'check_dummy' command definition
+define command{
+ command_name check_dummy
+ command_line $USER1$/check_dummy $ARG1$
+ }
+
+
################################################################################
#
More information about the icinga-checkins
mailing list