%PDF- %PDF-
Direktori : /etc/nfdump/ |
Current File : //etc/nfdump/default.conf |
# default configuration for nfcapd # The cache directory # # In a single-instance setup, there's nothing to configure here. # In a multi-instance setup, you must either make sure the cache # directory used is created by other means - or configure it here, # it will be created upon start then, optionally ownership changed to # the given user and group (default: root:root). # #cache_directory=/var/cache/nfdump #user=root #group=root # Options for this nfcapd instance, see nfcapd(1) # # Caveats: # - You must define a base directory (-l or -M), this is *not* checked. # - When using -l for the cache directory, you must give each instance # a separate directory, else all but the first instance will not # start. # - Any cache_dir, user and group values defined above needs to be # repeated here in an according option (-l/-M, -u, -g). # Remember, shell expandsion will not work when using systemd. # - Do not use the -D and -P options, they are already set internally. # options='-l /var/cache/nfdump -p 2055'