From: Alexander Wirt Date: Mon, 18 Feb 2013 14:30:06 +0000 (+0100) Subject: Provide module configuration for icinga X-Git-Url: https://git.tokkee.org/?p=pkg-pnp4nagios.git;a=commitdiff_plain;h=7ba38666bfbd41354591475aa018d027eff7aa1f 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