monitoring 264 B

123456789101112131415161718
  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. munin_masters:
  10. - 127.0.0.1/32
  11. munin_nodes:
  12. - node: localhost
  13. address: 127.0.0.1
  14. # vim: ft=yaml