monitoring 449 B

123456789101112131415161718192021222324
  1. #
  2. # Default variables for monitoring
  3. #
  4. with_mon: False
  5. with_munin: False
  6. with_munin_node: False
  7. munin_master_vhostname: localhost
  8. munin_master_vhostport: 80
  9. with_munin_http_auth: False
  10. munin_http_auth_file: /etc/nginx/auth_munin
  11. munin_http_auth_username: munin
  12. munin_http_auth_password_hash: kRNB9HYFOWHgo # openssl passwd -crypt mu1234nin
  13. munin_masters:
  14. - 127.0.0.1/32
  15. munin_nodes:
  16. - node: localhost
  17. address: 127.0.0.1
  18. # vim: ft=yaml