| 12345678910111213141516171819202122 |
- ssl_enabled=0
- disable_syslog=1
- debug=1
- log_file=logs/nossl.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.0/24,::1
- dont_blame_nrpe=0
- allow_bash_command_substitution=0
- max_commands=0
- command_timeout=5
- connection_timeout=10
- include=misc.cfg
- include_dir=configs/conf.d
|