SlackBuildsOrg/network/host-sflow
B. Watson bd81ae28fb
network/host-sflow: Fix init scrupt and doinst.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-06-23 07:48:05 +07:00
..
doinst.sh network/host-sflow: Fix init scrupt and doinst. 2023-06-23 07:48:05 +07:00
host-sflow.info
host-sflow.SlackBuild network/host-sflow: Fix init scrupt and doinst. 2023-06-23 07:48:05 +07:00
README network/host-sflow: Fix init scrupt and doinst. 2023-06-23 07:48:05 +07:00
slack-desc

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