Difference between revisions of "Plugin:SysLog"
From collectd Wiki
(Relicensed to MIT license.) |
|||
Line 5: | Line 5: | ||
| Status={{supported}} | | Status={{supported}} | ||
| FirstVersion={{Version|1.2}} | | FirstVersion={{Version|1.2}} | ||
− | | Copyright=''2007'' Florian | + | | Copyright=''2007'' [[User:Octo|Florian Forster]] |
− | | License={{ | + | | License={{MIT License}} |
| Manpage={{Manpage|collectd.conf|5|plugin_syslog}} | | Manpage={{Manpage|collectd.conf|5|plugin_syslog}} | ||
}} | }} |
Revision as of 10:53, 21 May 2015
Syslog plugin | |
---|---|
Type: | log |
Callbacks: | config, log, shutdown |
Status: | supported |
First version: | 1.2 |
Copyright: | 2007 Florian Forster |
License: | MIT license |
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)