diff options
Diffstat (limited to 'community/collectd/install')
-rw-r--r-- | community/collectd/install | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/community/collectd/install b/community/collectd/install new file mode 100644 index 000000000..54cc0e1b3 --- /dev/null +++ b/community/collectd/install @@ -0,0 +1,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 +} |