[Pkg-nagios-changes] [SCM] debian packaging of PNP4Nagios branch, configsplit, updated. v_0_6_16-1-10-g7ba3866
Alexander Wirt
alexander.wirt at credativ.de
Mon Feb 18 14:30:27 UTC 2013
The following commit has been merged in the configsplit branch:
commit 7ba38666bfbd41354591475aa018d027eff7aa1f
Author: Alexander Wirt <alexander.wirt at credativ.de>
Date: Mon Feb 18 15:30:06 2013 +0100
Provide module configuration for icinga
diff --git a/debian/npcdmod.cfg b/debian/npcdmod.cfg
new file mode 100644
index 0000000..be77513
--- /dev/null
+++ b/debian/npcdmod.cfg
@@ -0,0 +1,15 @@
+# icinga config for npcdmod
+#
+# In order to have Icinga run the IDOMOD event broker module, you'll need
+# to place a file like this into /etc/icinga/modules/.
+#
+# ATTENTION: DO NOT load the same module here AND via broker_module in icinga.cfg
+# This can lead into problems with races on ressources.
+#
+
+define module{
+ module_name npcdmod
+ module_type neb
+ path /usr/lib/pnp4nagios/npcdmod.o
+ args config_file=/etc/pnp4nagios/npcd.cfg
+}
diff --git a/debian/pnp4nagios-web-config-icinga.examples b/debian/pnp4nagios-web-config-icinga.examples
new file mode 100644
index 0000000..51bf4bb
--- /dev/null
+++ b/debian/pnp4nagios-web-config-icinga.examples
@@ -0,0 +1 @@
+debian/npcdmod.cfg
--
debian packaging of PNP4Nagios
More information about the Pkg-nagios-changes
mailing list