monitoring 232 B

1234567891011121314151617
  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
  11. munin_nodes:
  12. - 127.0.0.1
  13. # vim: ft=yaml