mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
bd81ae28fb
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
379 B
Text
11 lines
379 B
Text
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
|