summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 800363b)
raw | patch | inline | side by side (parent: 800363b)
author | Alexander Wirt <alexander.wirt@credativ.de> | |
Mon, 18 Feb 2013 14:30:06 +0000 (15:30 +0100) | ||
committer | Alexander Wirt <alexander.wirt@credativ.de> | |
Mon, 18 Feb 2013 14:30:06 +0000 (15:30 +0100) |
debian/npcdmod.cfg | [new file with mode: 0644] | patch | blob |
debian/pnp4nagios-web-config-icinga.examples | [new file with mode: 0644] | patch | blob |
diff --git a/debian/npcdmod.cfg b/debian/npcdmod.cfg
--- /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
--- /dev/null
@@ -0,0 +1 @@
+debian/npcdmod.cfg