main.yml 734 B

1234567891011121314151617181920212223242526272829303132333435
  1. ---
  2. monitored_by_nrpe: False
  3. monitored_by_ssh: False
  4. monitored_user: nagios
  5. monitored_group: nagios
  6. monitored_homedir: /var/lib/nagios
  7. monitored_shell: /bin/bash
  8. monitored_packages_install: True
  9. monitored_nrpe_server_address: null
  10. monitored_nrpe_port: 5666
  11. monitored_server_ips:
  12. - 127.0.0.1
  13. monitored_nrpe_dont_blame: 0
  14. monitored_nrpe_allow_bash_command_substitution: 0
  15. monitored_nrpe_command_prefix: null
  16. monitored_nrpe_command_timeout: 60
  17. monitored_nrpe_connection_timeout: 300
  18. monitored_nrpe_include_files: null
  19. monitored_nrpe_include_dirs:
  20. - nrpe.d/
  21. - nrpe.local.d/
  22. monitored_nrpe_servicename: nrpe
  23. monitored_ssh_key_files:
  24. - ../../../ssh_key.pub
  25. monitored_ssh_key_wrapper: null
  26. monitored_ssh_key_wrapper_src: null