diff options
author | Micah <micah@leap.se> | 2016-05-24 10:19:34 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-24 10:19:34 -0400 |
commit | a8c803387fe3a53cfee912470d98b1a39d8b1940 (patch) | |
tree | 792ce0ea9118fe76a766e9d9c809660e7236c423 /files/pnp4nagios/npcd |
Squashed 'puppet/modules/nagios/' content from commit e6fee3c
git-subtree-dir: puppet/modules/nagios
git-subtree-split: e6fee3c731f68ccf8b6add8ada2162c7ad2b8407
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 00000000..64b3d4d9 --- /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" + |