From ef8698add50431cdcacddb20897b50770ea5b79e Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Thu, 7 Mar 2019 09:29:59 +0100 Subject: [PATCH] updated documentation and Changes. #196 --- Changes | 1 + man/man5/monitorix.conf.5 | 14 +++++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ec7387c..8c243cc 100644 --- a/Changes +++ b/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] diff --git a/man/man5/monitorix.conf.5 b/man/man5/monitorix.conf.5 index da7f6fe..f9388bc 100644 --- a/man/man5/monitorix.conf.5 +++ b/man/man5/monitorix.conf.5 @@ -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