4
0

normal.cfg 560 B

123456789101112131415161718192021222324252627282930
  1. disable_syslog=1
  2. debug=1
  3. log_file=logs/normal.log
  4. pid_file=run/nrpe.pid
  5. server_port=40321
  6. #server_address=127.0.0.1
  7. server_address=0.0.0.0
  8. allowed_hosts=127.0.0.1,::1,nrpe.invalid
  9. # duplicated on purpose, checks freeing of previous list
  10. allowed_hosts=localhost
  11. dont_blame_nrpe=0
  12. allow_bash_command_substitution=0
  13. #command_prefix=/usr/bin/sudo
  14. max_commands=0
  15. command_timeout=5
  16. connection_timeout=10
  17. nasty_metachars=|`&><'\\[]{};\r\n
  18. keep_env_vars=EDITOR
  19. ssl_logging=0xff
  20. include=misc.cfg
  21. include_dir=configs/conf.d
  22. include_file=configs/log_facility.cfg