Plugin:SysLog
From collectd Wiki
Syslog plugin | |
---|---|
Type: | log |
Callbacks: | config, log, shutdown |
Status: | supported |
First version: | 1.2 |
Copyright: | 2007 Florian octo Forster |
License: | GPLv2+ |
Manpage: | collectd.conf(5) |
List of Plugins |
The SysLog plugin receives log messages from the daemon and dispatches them to syslog(3). It consumes notifications if the NotifyLevel option is provided.
Synopsis
<Plugin "syslog"> LogLevel "info" NotifyLevel "OKAY" </Plugin>
Dependencies
- syslog(3)