summaryrefslogtreecommitdiff
path: root/community/collectd/install
blob: 54cc0e1b37ca44b8087fc8d9ee4266fa0c50e9f9 (plain)
1
2
3
4
5
6
7
8
post_install() {
	cat <<EOF
==> Customize your /etc/collectd.conf (you really want to).
==> Then start and stop the daemon using: /etc/rc.d/collectd
==> To see some result of collected data, use the Perl script:
==>   /usr/share/collectd/collectd2html.pl
EOF
}