Make nagios-nrpe-server work on stretch
[mirror/dsa-puppet.git] / modules / nagios / files / common / default
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5 #
6 # defaults file for nagios-nrpe-server
7 # (this file is a /bin/sh compatible fragment)
8
9 # DAEMON_OPTS are any extra cmdline parameters you'd like to
10 #             pass along to the nrpe daemon
11 # It was renamed to NRPE_OPTS in stretch
12 DAEMON_OPTS="--no-ssl"
13 NRPE_OPTS="--no-ssl"
14
15 # NICENESS is if you want to run the server at a different nice() priority
16 #NICENESS=5
17