mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 15:44:39 +01:00
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@330 df209809-8e4a-0410-9a64-c169741eb0fc
20 lines
393 B
Text
Executable file
20 lines
393 B
Text
Executable file
## arg 1: the new package version
|
|
echo "=== To use Collectd-Graphite add the following to your collectd.conf:"
|
|
cat << EOF
|
|
<LoadPlugin "perl">
|
|
Globals true
|
|
</LoadPlugin>
|
|
|
|
<Plugin "perl">
|
|
BaseName "Collectd::Plugins"
|
|
LoadPlugin "Graphite"
|
|
|
|
<Plugin "Graphite">
|
|
Buffer "256000"
|
|
Prefix "servers"
|
|
Host "localhost"
|
|
Port "81"
|
|
</Plugin>
|
|
</Plugin>
|
|
EOF
|
|
}
|