NAME
Collectd::Plugins::WriteSyslogGraphite - collectd plugin for sending collectd metrics to syslog
VERSION
version 1.002
SYNOPSIS
This is a collectd plugin for sending collectd metrics to syslog.
In your collectd config:
<LoadPlugin
"perl"
>
Globals true
</LoadPlugin>
<Plugin
"perl"
>
BaseName
"Collectd::Plugins"
LoadPlugin
"WriteSyslogGraphite"
<Plugin
"WriteSyslogGraphite"
>
level
"info"
facility
"local0"
ident
"metric"
</Plugin>
</Plugin>
AUTHOR
Markus Benning <ich@markusbenning.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Markus Benning.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.