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
|
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.
|
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 script 'htpasswd.pl' to be able to encrypt passwords. [#14]
|
||||||
- Added the options 'hosts_allow' and 'hosts_deny' to restrict access by IP
|
- Added the options 'hosts_allow' and 'hosts_deny' to restrict access by IP
|
||||||
address to the built-in HTTP server. [#14]
|
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
|
.P
|
||||||
.BI title
|
.BI title
|
||||||
.RS
|
.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
|
.P
|
||||||
Default value: \fIPlace a Title Here\fP
|
Default value: \fIPlace a Title Here\fP
|
||||||
.RE
|
.RE
|
||||||
|
@ -191,7 +191,7 @@ Default value: \fI/var/log/monitorix-httpd\fP
|
||||||
.P
|
.P
|
||||||
.BI hosts_deny
|
.BI hosts_deny
|
||||||
.RS
|
.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
|
.P
|
||||||
The access control uses the same approach as in the TCP-Wrappers; the search stops at the first match:
|
The access control uses the same approach as in the TCP-Wrappers; the search stops at the first match:
|
||||||
.P
|
.P
|
||||||
|
@ -206,7 +206,7 @@ Default value:
|
||||||
.P
|
.P
|
||||||
.BI hosts_allow
|
.BI hosts_allow
|
||||||
.RS
|
.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
|
.P
|
||||||
Default value:
|
Default value:
|
||||||
.RE
|
.RE
|
||||||
|
|
Loading…
Reference in New Issue