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