mirror of https://github.com/mikaku/Monitorix.git
updated documentation and Changes. #196
This commit is contained in:
parent
4174fea546
commit
ef8698add5
1
Changes
1
Changes
|
@ -17,6 +17,7 @@
|
|||
setup the owner, group and permission bits to that directory every time
|
||||
Monitorix is started.
|
||||
(thanks to Sander Bos for pointing this out)
|
||||
- Added support to include the 'ss' command in 'netstat.pm'. [#196]
|
||||
- Added to restart the HTTP built-in every time Monitorix receives the SIGHUP
|
||||
signal. This should fix a truncation in the recently rotated logfile.
|
||||
- Added in 'du.pm' the ability to count files in every directory defined. [#112]
|
||||
|
|
|
@ -1585,7 +1585,19 @@ This is where the network interface that acts as the gateway for this server is
|
|||
.SS Netstat statistics (netstat.rrd)
|
||||
This graph shows the state of the all IPv4 and IPv6 network connections.
|
||||
.P
|
||||
Only the limit and rigid values can be set here.
|
||||
Only the command to be used can be set here, besides the limit and rigid values.
|
||||
.P
|
||||
.BI cmd
|
||||
.RS
|
||||
This is the command that will be used to gather statistics. There are two possible values:
|
||||
.P
|
||||
.RS
|
||||
\fIss\fP
|
||||
.br
|
||||
\fInetstat\fP
|
||||
.RE
|
||||
.P
|
||||
Default value: \fIss\fP
|
||||
.SS Traffic Control statistics (tc.rrd)
|
||||
This graph is able to monitor an unlimited number of network interfaces managed by the \fItc\fP command.
|
||||
.P
|
||||
|
|
Loading…
Reference in New Issue