diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-04 15:47:56 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-04 15:47:56 +0100 |
commit | e9b576ebe9f107f3f3c3f0298a3a8631ee99d20c (patch) | |
tree | 1900dbccfb1653b89a3080cbc116f1f7bbd444dc /docs/system | |
parent | 8b52f2042487b0bac0be51509f2e1d23029041e3 (diff) | |
download | vyos-documentation-e9b576ebe9f107f3f3c3f0298a3a8631ee99d20c.tar.gz vyos-documentation-e9b576ebe9f107f3f3c3f0298a3a8631ee99d20c.zip |
flow-accounting: proper indent by 3 the cfgcmd explanations
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/flow-accounting.rst | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/system/flow-accounting.rst b/docs/system/flow-accounting.rst index df58e1f3..2521966c 100644 --- a/docs/system/flow-accounting.rst +++ b/docs/system/flow-accounting.rst @@ -62,19 +62,20 @@ CLI command. You may disable using the local in-memory table with the command: .. cfgcmd:: set system flow-accounting disable-imt -Internally, in flow-accounting processes exist a buffer for data exchanging -between core process and plugins (each export target is a separated plugin). If -you have high traffic levels or noted some problems with missed records or -stopping exporting, you may try to increase a default buffer size (10 MiB) with -the next command: + Internally, in flow-accounting processes exist a buffer for data exchanging + between core process and plugins (each export target is a separated plugin). + If you have high traffic levels or noted some problems with missed records + or stopping exporting, you may try to increase a default buffer size (10 + MiB) with the next command: .. cfgcmd:: set system flow-accounting buffer-size <buffer size> -In case, if you need to catch some logs from flow-accounting daemon, you may -configure logging facility: + In case, if you need to catch some logs from flow-accounting daemon, you may + configure logging facility: .. cfgcmd:: set system flow-accounting syslog-facility <facility> + TBD Flow Export ----------- @@ -135,6 +136,7 @@ NetFlow sFlow ^^^^^ + .. cfgcmd:: set system flow-accounting sflow server <address> Configure address of sFlow collector. sFlow server at `<address>` can |