Running fprobe as a xinetd service
Posted: Wed Jun 26, 2019 11:48 am
All, I am currently using fprobe to collect flow statistics for NAGIOSNA. Unfortunately, using /etc/rc.local is not an option in my environment. Would it be possible to run fprobe as a service under xinetd with a service configuration file like:
Service fprobe
{
disable = no
socket_type = stream
wait = no
server = /usr/sbin/fprobe
server_args = -i <interface> <NNA server>:<port>
user = root
}
Service fprobe
{
disable = no
socket_type = stream
wait = no
server = /usr/sbin/fprobe
server_args = -i <interface> <NNA server>:<port>
user = root
}