You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Matteo Bernardini 78c37d529c 20260307.1 global branch merge. 4 days ago
..
README network/host-sflow: Fix init scrupt and doinst. 3 years ago
doinst.sh network/host-sflow: Fix init scrupt and doinst. 3 years ago
host-sflow.SlackBuild network/host-sflow: Fix init scrupt and doinst. 3 years ago
host-sflow.info network/host-sflow: Added (sFlow protocol metrics). 8 years ago
slack-desc network/host-sflow: Added (sFlow protocol metrics). 8 years ago

README

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