improved 'port' option description of the Nginx graph in the man page of monitorix.conf

This commit is contained in:
Jordi Sanfeliu 2014-09-03 11:58:30 +02:00
parent a2e48d2cbb
commit 3694fb3494
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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