Code

Provide module configuration for icinga
[pkg-pnp4nagios.git] / debian / npcdmod.cfg
1 # icinga config for npcdmod
2 #
3 # In order to have Icinga run the IDOMOD event broker module, you'll need
4 # to place a file like this into /etc/icinga/modules/.
5 #
6 # ATTENTION: DO NOT load the same module here AND via broker_module in icinga.cfg
7 # This can lead into problems with races on ressources.
8 #
10 define module{
11         module_name     npcdmod
12         module_type     neb
13         path            /usr/lib/pnp4nagios/npcdmod.o
14         args            config_file=/etc/pnp4nagios/npcd.cfg
15 }