Skip to content

Commit

Permalink
add psample, dent and dropmon modules to features=HOST build
Browse files Browse the repository at this point in the history
  • Loading branch information
sflow committed Jun 13, 2021
1 parent d56dbf3 commit 2b48d1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hsflowd.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: host sFlow daemon
Name: hsflowd
Version: 2.0.34
Release: 3
Version: 2.0.35
Release: 1
License: http://sflow.net/license.html
Group: Applications/Internet
URL: http://sflow.net
Expand Down
2 changes: 1 addition & 1 deletion src/Linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ FEATURES_OS10= OS10 DBUS SYSTEMD
FEATURES_OPX= OPX DBUS SYSTEMD
FEATURES_SONIC= SONIC PSAMPLE DOCKER
FEATURES_XEN= XEN OVS
FEATURES_HOST= NFLOG PCAP TCP DOCKER KVM OVS DBUS SYSTEMD
FEATURES_HOST= NFLOG PCAP TCP DOCKER KVM OVS DBUS SYSTEMD PSAMPLE DENT DROPMON

BINDIR ?= /usr/sbin
INITDIR ?= /etc/init.d
Expand Down
4 changes: 4 additions & 0 deletions src/Linux/scripts/hsflowd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ sflow {
# ulog { group = 1 probability = 0.0025 }
# PSAMPLE packet-sampling:
# psample { group = 1 }
# PSAMPLE config via tc:
# dent { sw=on switchport=enp.* egress=on }
# packet drop monitoring:
# dropmon { group=1 start=on limit=50 }
# Nvidia NVML GPU monitoring:
# nvml { }
# Xen hypervisor and VM monitoring:
Expand Down

0 comments on commit 2b48d1b

Please sign in to comment.