| 123456789101112131415161718192021222324252627282930 |
- disable_syslog=1
- debug=1
- log_file=logs/normal.log
- pid_file=run/nrpe.pid
- server_port=40321
- #server_address=127.0.0.1
- server_address=0.0.0.0
- allowed_hosts=127.0.0.1,::1,nrpe.invalid
- # duplicated on purpose, checks freeing of previous list
- allowed_hosts=localhost
- dont_blame_nrpe=0
- allow_bash_command_substitution=0
- #command_prefix=/usr/bin/sudo
- max_commands=0
- command_timeout=5
- connection_timeout=10
- nasty_metachars=|`&><'\\[]{};\r\n
- keep_env_vars=EDITOR
- ssl_logging=0xff
- include=misc.cfg
- include_dir=configs/conf.d
- include_file=configs/log_facility.cfg
|