Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision
Name: Syslog plugin
Type: log
Callbacks: config, log, shutdown
Status: supported
FirstVersion: 1.2
Copyright: 2007 Florian Forster
License: MIT License
Manpage: collectd.conf(5)
See also: List of Plugins

The SysLog plugin receives log messages from the daemon and dispatches them to syslog(3). At version 5.1 and later, the Syslog plugin can also act as a consumer of Notifications if the NotifyLevel option is provided.

Currently, using LogLevel "debug" is only valid if the collectd sources are built with -DCOLLECT_DEBUG at compilation time.

Synopsis

 <Plugin "syslog">
   LogLevel "info"
   NotifyLevel "OKAY"
 </Plugin>

Dependencies

  • syslog(3)

See also

Clone this wiki locally