Config.in 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. config ADK_PACKAGE_SYSLOG_NG
  2. prompt "syslog-ng......................... A powerful syslog daemon"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBOL
  6. select ADK_PACKAGE_LIBWRAP
  7. help
  8. syslog-ng reads and logs messages to the system console, log
  9. files, other machines and/or users as specified by its
  10. configuration file.
  11. The configuration file is read at startup and is reread after
  12. receipt of a hangup (HUP) signal. When reloading the
  13. configuration file, all destination files are closed and
  14. reopened as appropriate. For more information about the
  15. configuration file, see syslog-ng.conf(5).
  16. Typically messages are sent to syslog-ng via a Unix domain
  17. socket (/dev/log) or via UDP, to port 514 or to whatever
  18. syslog/udp is defined to be in /etc/services. To receive
  19. messages from the kernel, /dev/klog is opened for reading.
  20. Messages sent to syslog-ng should be an entire line, prefixed
  21. by a pri- ority code in between '<' and '>'. Definititions
  22. of the recognised values can be found in the include file
  23. <sys/syslog.h>.
  24. syslog-ng can be configured to pass messages on to other
  25. syslog-ng's and when doing so, it sends the message on with the
  26. priority as a pre- fix.
  27. http://www.balabit.com/products/syslog_ng/