Advertisement
Guest User

Untitled

a guest
Aug 11th, 2011
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. # Fail2Ban configuration file
  2. #
  3. # Author: Cyril Jaquier
  4. #
  5. # $Revision: 629 $
  6. #
  7.  
  8. [Definition]
  9.  
  10. # Option: loglevel
  11. # Notes.: Set the log level output.
  12. # 1 = ERROR
  13. # 2 = WARN
  14. # 3 = INFO
  15. # 4 = DEBUG
  16. # Values: NUM Default: 3
  17. #
  18. loglevel = 3
  19.  
  20. # Option: logtarget
  21. # Notes.: Set the log target. This could be a file, SYSLOG, STDERR or STDOUT.
  22. # Only one log target can be specified.
  23. # Values: STDOUT STDERR SYSLOG file Default: /var/log/fail2ban.log
  24. #
  25. logtarget = /var/log/fail2ban.log
  26.  
  27. # Option: socket
  28. # Notes.: Set the socket file. This is used to communicate with the daemon. Do
  29. # not remove this file when Fail2ban runs. It will not be possible to
  30. # communicate with the server afterwards.
  31. # Values: FILE Default: /var/run/fail2ban/fail2ban.sock
  32. #
  33. socket = /var/run/fail2ban/fail2ban.sock
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement