mirror of https://github.com/mikaku/Monitorix.git
add description for the new 'https_url' configuration option #31
This commit is contained in:
parent
926cb6400d
commit
214715f8b8
1
Changes
1
Changes
|
@ -14,6 +14,7 @@
|
||||||
- Improved the regexp when collecting data from devices's interrupts which also
|
- Improved the regexp when collecting data from devices's interrupts which also
|
||||||
fixes some annoying messages on using non-numeric arguments.
|
fixes some annoying messages on using non-numeric arguments.
|
||||||
- Added support for the Pure-FTPd logs in the 'serv' and 'ftp' graphs.
|
- Added support for the Pure-FTPd logs in the 'serv' and 'ftp' graphs.
|
||||||
|
- Added the new configuration option 'https_url'. [#31]
|
||||||
- Fixed error messages about use of uninitialized values in 'system' graph on
|
- Fixed error messages about use of uninitialized values in 'system' graph on
|
||||||
BSD systems.
|
BSD systems.
|
||||||
- Fixed error messages about not numeric argument in addition in 'fs' graph on
|
- Fixed error messages about not numeric argument in addition in 'fs' graph on
|
||||||
|
|
|
@ -241,6 +241,13 @@ This is the opposite of \fBhosts_deny\fP option. IP addresses listed here are pe
|
||||||
.P
|
.P
|
||||||
Default value:
|
Default value:
|
||||||
.RE
|
.RE
|
||||||
|
.P
|
||||||
|
.BI https_url
|
||||||
|
.RS
|
||||||
|
This will force to use the prefix \fIhttps://\fP in all links. This is special useful if you plan to use a reverse-proxy HTTPS server in front of the Monitorix built-in HTTP.
|
||||||
|
.P
|
||||||
|
Default value: n
|
||||||
|
.RE
|
||||||
.SS Built-in HTTP server with access authentication
|
.SS Built-in HTTP server with access authentication
|
||||||
.BI enabled
|
.BI enabled
|
||||||
.RS
|
.RS
|
||||||
|
|
Loading…
Reference in New Issue