Code

doc: Added documentation for all existing plugins.
[sysdb.git] / doc / sysdbd-syslog.5.txt
1 sysdbd-syslog(5)
2 ================
3 Sebastian "tokkee" Harl <sh@tokkee.org>
4 version {package_version}, {build_date}
5 :doctype: manpage
7 NAME
8 ----
9 sysdbd-syslog - syslog plugin
11 SYNOPSIS
12 --------
13   LoadPlugin syslog
15 DESCRIPTION
16 -----------
17 *syslog* is a plugin which connects to the local syslog daemon and forwards
18 all log messages to it.
20 CONFIGURATION
21 -------------
22 *syslog* does not currently accept any configuration options.
24 SEE ALSO
25 --------
26 *sysdbd*(1), *sysdbd.conf*(5)
28 AUTHOR
29 ------
30 sysdbd was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
32 COPYRIGHT
33 ---------
34 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
36 This is free software under the terms of the BSD license, see the source for
37 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
38 FITNESS FOR A PARTICULAR PURPOSE.
40 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :