fixed a wrong example in the documentation when showing how to define the same port number using IPv4 and IPv6 in the 'port' graph

This commit is contained in:
Jordi Sanfeliu 2015-06-30 13:08:12 +02:00
parent f51835db29
commit 9ab35fa122
2 changed files with 9 additions and 1 deletions

View File

@ -31,6 +31,9 @@
- Fixed to put the output of the 'addendum_script' at the bottom of the email,
and to avoid being repeated on each graph in the 'emailreports' graph.
(thanks to Dirk Tanneberger, os AT tanneberger.biz)
- Fixed a wrong example in the documentation when showing how to define the same
port number using IPv4 and IPv6 in the 'port' graph.
(thanks to Dirk Tanneberger, os AT tanneberger.biz for pointing this out)
- Small cosmetic changes.

View File

@ -1329,11 +1329,13 @@ There is also support (Linux only) for IPv6 network ports activity by using prot
.P
An example would be:
.RS
list = 25, 25ip6, 80, 53
.br
<desc>
.br
25 = SMTP, tcp, in/out, 0, 1000
.br
25 = SMTP, tcp6, in/out, 0, 1000
25ip6 = SMTP, tcp6, in/out, 0, 1000
.br
80 = HTTP, tcp, in, 0, 1000
.br
@ -1341,6 +1343,9 @@ An example would be:
.br
</desc>
.RE
.P
As you can see, you cannot use the same port number twice. Instead, you must
distinguish it with some suffix.
.RE
.P
.BI graphs_per_row