freebsd-ports/net/hsflowd/pkg-plist
Ryan Steinmetz ba90b3874b New port: net/hsflowd:
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.

WWW: http://host-sflow.sourceforge.net/

Feature safe:	yes
2012-12-07 19:24:29 +00:00

6 lines
361 B
Text

@comment $FreeBSD$
etc/hsflowd/hsflowd.conf.sample
sbin/hsflowd
@dirrmtry etc/hsflowd
@unexec if cmp -s %D/etc/hsflowd/hsflowd.conf %D/etc/hsflowd.conf.sample; then rm -f %D/etc/hsflowd.conf; fi
@unexec if [ -d %%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf %%ETCDIR%%`` to remove any configuration files."; fi