You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
779 B

  1. #
  2. # (C) 2009 Mika Ilmaranta <ilmis at nullnet.fi>
  3. #
  4. # License: GPLv2
  5. #
  6. #
  7. # Debug level: 0 .. 8 are normal, 9 gives lots of stuff and 100 doesn't
  8. # bother to detach
  9. #
  10. #debug=10
  11. #debug=9
  12. debug=8
  13. # reopen_on_enodev=1
  14. #
  15. # Defaults for the connection entries
  16. #
  17. defaults {
  18. name=defaults
  19. checkip=127.0.0.1
  20. eventscript=/etc/foolsm/script
  21. notifyscript=
  22. max_packet_loss=20
  23. max_successive_pkts_lost=7
  24. min_packet_loss=5
  25. min_successive_pkts_rcvd=10
  26. interval_ms=2000
  27. timeout_ms=2000
  28. warn_email=root
  29. check_arp=0
  30. sourceip=
  31. # if using ping probes for monitoring only then defaults should
  32. # not define a default device for packets to autodiscover their path
  33. # to destination
  34. # device=eth0
  35. # use system default ttl
  36. ttl=0
  37. }
  38. include /etc/foolsm/connections.conf
  39. #EOF