mirror of https://github.com/mikaku/Monitorix.git
improved 'port' option description of the Nginx graph in the man page of monitorix.conf
This commit is contained in:
parent
a2e48d2cbb
commit
3694fb3494
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
|||
3.N.N - DD-MMM-2014
|
||||
====================
|
||||
- Improved 'port' option description of the Nginx graph in the man page of
|
||||
monitorix.conf.
|
||||
(thanks to Claude Nadon, claude AT ws01.info)
|
||||
- Fixed some bugs in the new Makefile. [#63]
|
||||
- Fixed more messages of use of uninitialized values at fs.pm in lines 765 and
|
||||
766. This mainly happens in OpenVZ VPS where '/proc/diskstats' file does not
|
||||
|
|
|
@ -1332,7 +1332,7 @@ Default value: \fIhttp://localhost/nginx_status\fP
|
|||
.P
|
||||
.BI port
|
||||
.RS
|
||||
This is the network port the Nginx web server is listening on.
|
||||
This is the network port the Nginx web server is listening on. It will be used for traffic (with \fIiptables\fP), and for nginx_status if \fBurl\fP is not specified. If port of nginx_status is different from \fBport\fP then specify it in the \fBurl\fP (http://host:port/nginx_status)
|
||||
.P
|
||||
Default value: \fI80\fP
|
||||
.RE
|
||||
|
|
Loading…
Reference in New Issue