mirror of https://github.com/mikaku/Monitorix.git
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:
parent
f51835db29
commit
9ab35fa122
3
Changes
3
Changes
|
@ -31,6 +31,9 @@
|
||||||
- Fixed to put the output of the 'addendum_script' at the bottom of the email,
|
- 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.
|
and to avoid being repeated on each graph in the 'emailreports' graph.
|
||||||
(thanks to Dirk Tanneberger, os AT tanneberger.biz)
|
(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.
|
- Small cosmetic changes.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1329,11 +1329,13 @@ There is also support (Linux only) for IPv6 network ports activity by using prot
|
||||||
.P
|
.P
|
||||||
An example would be:
|
An example would be:
|
||||||
.RS
|
.RS
|
||||||
|
list = 25, 25ip6, 80, 53
|
||||||
|
.br
|
||||||
<desc>
|
<desc>
|
||||||
.br
|
.br
|
||||||
25 = SMTP, tcp, in/out, 0, 1000
|
25 = SMTP, tcp, in/out, 0, 1000
|
||||||
.br
|
.br
|
||||||
25 = SMTP, tcp6, in/out, 0, 1000
|
25ip6 = SMTP, tcp6, in/out, 0, 1000
|
||||||
.br
|
.br
|
||||||
80 = HTTP, tcp, in, 0, 1000
|
80 = HTTP, tcp, in, 0, 1000
|
||||||
.br
|
.br
|
||||||
|
@ -1341,6 +1343,9 @@ An example would be:
|
||||||
.br
|
.br
|
||||||
</desc>
|
</desc>
|
||||||
.RE
|
.RE
|
||||||
|
.P
|
||||||
|
As you can see, you cannot use the same port number twice. Instead, you must
|
||||||
|
distinguish it with some suffix.
|
||||||
.RE
|
.RE
|
||||||
.P
|
.P
|
||||||
.BI graphs_per_row
|
.BI graphs_per_row
|
||||||
|
|
Loading…
Reference in New Issue