Code

npcdmod.cfg: Fixed a few typos and improved wording.
[pkg-pnp4nagios.git] / debian / npcdmod.cfg
1 # Icinga configuration for PNP4Nagios's npcdmod
2 #
3 # In order to enable the npcdmod event broker module in Icinga, you'll have to
4 # put a file similar to this one into /etc/icinga/modules/.
5 #
6 # ATTENTION: DO NOT load the same module here AND via broker_module in
7 # icinga.cfg. This can lead to 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 }