summaryrefslogtreecommitdiffstats
path: root/network/host-sflow/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/host-sflow/README')
-rw-r--r--network/host-sflow/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/network/host-sflow/README b/network/host-sflow/README
index 1426537c58..a805696a06 100644
--- a/network/host-sflow/README
+++ b/network/host-sflow/README
@@ -2,3 +2,10 @@ The Host sFlow agent exports physical and virtual server performance
metrics using the sFlow protocol. The agent provides scalable,
multi-vendor, multi-OS performance monitoring with minimal impact on
the systems being monitored.
+
+To start hsflowd at boot, add something like this to your
+/etc/rc.d/rc.local:
+
+if [ -x /etc/rc.d/rc.hsflowd ]; then
+ /etc/rc.d/rc.hsflowd start
+fi