aur/collectd-graphite-git.install
shtrom b84e0511d6 [collectd-graphite-git]
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@330 df209809-8e4a-0410-9a64-c169741eb0fc
2012-07-30 07:00:52 +00:00

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
}