[icinga-checkins] icinga.org: icinga-core/r1.4: idoutils. cfg-sample should provide actual working module definition
git at icinga.org
git at icinga.org
Mon Jun 20 19:22:24 CEST 2011
Module: icinga-core
Branch: r1.4
Commit: b472d59756da72b66bdae19f739ee0b6a20acb43
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=b472d59756da72b66bdae19f739ee0b6a20acb43
Author: Michael Friedrich <michael.friedrich at univie.ac.at>
Date: Mon Jun 20 18:00:27 2011 +0200
idoutils.cfg-sample should provide actual working module definition
---
module/idoutils/config/idoutils.cfg-sample.in | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/module/idoutils/config/idoutils.cfg-sample.in b/module/idoutils/config/idoutils.cfg-sample.in
index c24fcdb..7210e1a 100644
--- a/module/idoutils/config/idoutils.cfg-sample.in
+++ b/module/idoutils/config/idoutils.cfg-sample.in
@@ -3,13 +3,10 @@
# In order to have Icinga run the IDOMOD event broker module, you'll need
# to place a file like this into modules/ by default, and include that
# directory in your icinga.cfg
-#
-# Note: The sample bewlow remains commented, in order not to harm
-# existing setups. make install-idoutils will override this file!
-#define module{
-# module_name idomod
-# module_type neb
-# path @bindir@/idomod.o
-# args config_file=@sysconfdir@/idomod.cfg
-# }
+define module{
+ module_name idomod
+ module_type neb
+ path @bindir@/idomod.o
+ args config_file=@sysconfdir@/idomod.cfg
+ }
More information about the icinga-checkins
mailing list