diff options
author | mh <mh@immerda.ch> | 2013-06-13 00:38:22 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2013-06-13 00:38:22 +0200 |
commit | 2d11bc0ba8a636cee4adeb73689392a077a76006 (patch) | |
tree | 5990d356a1f1be9277507b7e51c28ea19ce5ec39 /files/pnp4nagios/npcd | |
parent | ded0a8765946706262ec3c746864df4d09638292 (diff) | |
parent | a814cdad2b1ff47066df4c8b5d948f22210c0832 (diff) |
Merge branch 'master' of git.puppet.immerda.ch:module-nagios
Diffstat (limited to 'files/pnp4nagios/npcd')
-rw-r--r-- | files/pnp4nagios/npcd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/pnp4nagios/npcd b/files/pnp4nagios/npcd new file mode 100644 index 0000000..64b3d4d --- /dev/null +++ b/files/pnp4nagios/npcd @@ -0,0 +1,8 @@ +# Default settings for the NPCD init script. + +# Should NPCD be started? ("yes" to enable) +RUN="yes" + +# Additional options that are passed to the daemon. +DAEMON_OPTS="-d -f /etc/pnp4nagios/npcd.cfg" + |