monitoring 204 B

123456789101112131415
  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_masters:
  9. - 127.0.0.1
  10. munin_nodes:
  11. - 127.0.0.1
  12. # vim: ft=yaml