Code

icinga-module.cfg: Provide a sample Icinga module configuration.
[pkg-pnp4nagios.git] / debian / icinga-module.cfg
1 # This is a sample module definition for Icinga.
2 #
3 # Copy this file to /etc/icinga/modules/ in order to activate it.
5 define module {
6         module_name     npcdmod
7         module_type     neb
8         path            /usr/lib/pnp4nagios/npcdmod.o
9         args            config_file=/etc/pnp4nagios/npcd.cfg
10 }