Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
:
netflow
>
nprobe
> sysconfig.nprobe
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File sysconfig.nprobe of Package nprobe (Revision 30)
Currently displaying revision
30
,
show latest
## Path: Network/Monitors/Nprobe ## Description: nprobe startup parameters ## Type: string(eth0) ## Default: eth0 ## Config: ## ServiceRestart: nprobe # # Specifies the network interface used by nprobe # NPROBE_IFACE="eth0" ## Type: ip ## Default: 127.0.0.1:4444 # # A space seperated list of netflow collectors # NPROBE_COLLECTORS="127.0.0.1:3000" ## Type: yesno ## Default: yes # # Send flow data to all collectors(yes) # or in round-robin mode(no) # NPROBE_ALL_COLLECTORS="yes" ## Type: string ## Default: 9 # # netflow version # possible values # 5=v5 9=v9 10=IPFIX # NPROBE_NETFLOW_VERSION="9" ## Type: string ## Default: empty # # additional nprobe options # NPROBE_OPTS=""