Code

parser: Let the TIMESERIES command accept optional data-source names.
[sysdb.git] / doc / sysdbd-syslog.5.txt
1 sysdbd-syslog(5)
2 ================
3 :doctype: manpage
5 NAME
6 ----
7 sysdbd-syslog - syslog plugin
9 SYNOPSIS
10 --------
11   LoadPlugin syslog
13 DESCRIPTION
14 -----------
15 *syslog* is a plugin which connects to the local syslog daemon and forwards
16 all log messages to it.
18 CONFIGURATION
19 -------------
20 *syslog* accepts the following configuration options:
22 *LogLevel* *DEBUG*|*INFO*|*NOTICE*|*WARNING*|*ERROR*|*EMERG*::
23         Set the minimum log level. Only messages logged at the specified level and
24         above will actually be logged. Note that this only affects how SysDB
25         behaves. Whether or where the log message shows up also depends on your
26         syslog daemon configuration. Defaults to *INFO*.
28 SEE ALSO
29 --------
30 manpage:sysdbd[1], manpage:sysdbd.conf[5]
32 The SysDB homepage: https://sysdb.io/
34 AUTHOR
35 ------
36 SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
38 COPYRIGHT
39 ---------
40 Copyright (C) 2012-2014 Sebastian "tokkee" Harl <sh@tokkee.org>
42 This is free software under the terms of the BSD license, see the source for
43 copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or
44 FITNESS FOR A PARTICULAR PURPOSE.
46 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :