mirror of https://github.com/mikaku/Monitorix.git
updated the man page
This commit is contained in:
parent
e293555081
commit
9f9d8115e3
4
Changes
4
Changes
|
@ -1,8 +1,8 @@
|
|||
3.N.N - NN.XXX-2013
|
||||
====================
|
||||
- Changed the source from where the memory usage is collected in the 'squid'
|
||||
- Changed the source from where is collected the memory usage in the 'squid'
|
||||
graph. Now the shown values are more real and accurate.
|
||||
- Added user/password authentication option in the built-in HTTP server. [#14]
|
||||
- Added user/password authentication options in the built-in HTTP server. [#14]
|
||||
- Added the script 'htpasswd.pl' to be able to encrypt passwords. [#14]
|
||||
- Added the options 'hosts_allow' and 'hosts_deny' to restrict access by IP
|
||||
address to the built-in HTTP server. [#14]
|
||||
|
|
|
@ -23,7 +23,7 @@ If an option has multiple values their must be separated by comma.
|
|||
.P
|
||||
.BI title
|
||||
.RS
|
||||
A description of the server; where it is located, the Company name, etc.
|
||||
A free description of the server; where it is located, the Company name, etc.
|
||||
.P
|
||||
Default value: \fIPlace a Title Here\fP
|
||||
.RE
|
||||
|
@ -191,7 +191,7 @@ Default value: \fI/var/log/monitorix-httpd\fP
|
|||
.P
|
||||
.BI hosts_deny
|
||||
.RS
|
||||
This is a comma delimited set of IP addresses which are not permitted to access Monitorix graphs. There is the special keyword called \fBall\fP that can be used to deny all IP addresses.
|
||||
This is a comma delimited set of IP addresses which are not permitted to access Monitorix graphs. There is the special keyword called \fIall\fP that can be used to deny all IP addresses.
|
||||
.P
|
||||
The access control uses the same approach as in the TCP-Wrappers; the search stops at the first match:
|
||||
.P
|
||||
|
@ -206,7 +206,7 @@ Default value:
|
|||
.P
|
||||
.BI hosts_allow
|
||||
.RS
|
||||
This is the opposite of \fBhosts_deny\fP option. IP addresses listed here are permitted to access Monitorix graphs. There is also the special keyword called \fBall\fP that can be used to allow access to all IP addresses.
|
||||
This is the opposite of \fBhosts_deny\fP option. IP addresses listed here are permitted to access Monitorix graphs. There is also the special keyword called \fIall\fP that can be used to allow access to all IP addresses.
|
||||
.P
|
||||
Default value:
|
||||
.RE
|
||||
|
|
Loading…
Reference in New Issue