updated a bit

This commit is contained in:
Jordi Sanfeliu 2013-02-12 18:10:11 +01:00
parent ab6913197c
commit 96e969e423
1 changed files with 5 additions and 5 deletions

View File

@ -142,7 +142,7 @@ Default value: \fI/monitorix-cgi\fP
.RS .RS
This enables or disables the HTTP server that Monitorix has built-in. This is specially useful for system administrators that don't want to install a web server (Apache, Lighttpd, Nginx, etc.) to see the Monitorix graphs. This enables or disables the HTTP server that Monitorix has built-in. This is specially useful for system administrators that don't want to install a web server (Apache, Lighttpd, Nginx, etc.) to see the Monitorix graphs.
.P .P
Default value: \fIn\fP Default value: \fIy\fP
.RE .RE
.P .P
.BI port .BI port
@ -1470,18 +1470,18 @@ remotehost_list = server 1, server 2, server 3
.P .P
.BI remotehost_desc .BI remotehost_desc
.RS .RS
This is a numbered list that describes each of the names defined in the \fBremotehost_list\fP option. This is a numbered list that describes each of the names defined in the \fBremotehost_list\fP option and the remote values of \fIbase_url\fR and \fIbase_cgi\fR options.
.P .P
An example would be: An example would be:
.P .P
.RS .RS
<remotehost_desc> <remotehost_desc>
.br .br
0 = http://www.example.com 0 = http://www.example.com,/monitorix,/monitorix-cgi
.br .br
1 = http://10.0.0.1 1 = http://10.0.0.1,/monitorix,/monitorix-cgi
.br .br
2 = http://192.168.0.100:8080 2 = http://192.168.0.100:8080,/,/
.br .br
</remotehost_desc> </remotehost_desc>
.RE .RE