Fix some spelling mistake on manpages

This commit is contained in:
Baptiste BEAUPLAT 2020-02-23 10:23:15 +01:00
parent 4697196767
commit f3c30ab350
No known key found for this signature in database
GPG Key ID: 17494B10795DD733
2 changed files with 9 additions and 9 deletions

View File

@ -193,7 +193,7 @@ Default value: \fIn\fP
.P
.BI url_prefix_proxy
.RS
This option forces \fImonitorix.cgi\fP to bypass the URL building. This is specially usefull when Monitorix is used behind a reverse proxy.
This option forces \fImonitorix.cgi\fP to bypass the URL building. This is specially useful when Monitorix is used behind a reverse proxy.
.P
An example would be: \fIhttp://myexternalwebsite.com\fP
.P
@ -286,14 +286,14 @@ Default value: \fI/var/lib/monitorix/\fP
.P
.BI base_url
.RS
This is the URL prefix that Monitorix utilizes when refering to its own pages and files.
This is the URL prefix that Monitorix utilizes when referring to its own pages and files.
.P
Default value: \fI/monitorix\fP
.RE
.P
.BI base_cgi
.RS
This is the URL prefix that Monitorix utilizes when refering to \fBmonitorix.cgi\fP.
This is the URL prefix that Monitorix utilizes when referring to \fBmonitorix.cgi\fP.
.P
Default value: \fI/monitorix-cgi\fP
.RE
@ -1602,7 +1602,7 @@ Default value: \fI2\fP
.P
.BI extra_args
.RS
This option includes any extra argument to the \fIdu\fP command executed by Monitorix, which is "du -ks". This is specially useful if you want to skip directories on differents file systems, in this case just define this option like this:
This option includes any extra argument to the \fIdu\fP command executed by Monitorix, which is "du -ks". This is specially useful if you want to skip directories on different file systems, in this case just define this option like this:
.P
.RS
extra_args = "-x"
@ -3014,12 +3014,12 @@ Default value: \fIlocalhost\fP
.P
.BI from_address
.RS
This is the address that will be used as remitent for all the monthly report emails.
This is the address that will be used as remittent for all the monthly report emails.
.P
Default value: \fInoreply@example.com\fP
.RE
.SS Monitoring remote servers (Multihost)
The \fIMultihost\fP feature allows you to monitor an unlimitted number of remote servers that already have Monitorix installed. Make sure that all servers (local and remote) have the same version of Monitorix, otherwise there would be some incompatibilities that would prevent showing correctly the graphs.
The \fIMultihost\fP feature allows you to monitor an unlimited number of remote servers that already have Monitorix installed. Make sure that all servers (local and remote) have the same version of Monitorix, otherwise there would be some incompatibilities that would prevent showing correctly the graphs.
.P
.BI enabled
.RS
@ -3087,7 +3087,7 @@ As you can see all these three entries use URLs to designate the location of eac
.P
.BI groups
.RS
This enables the server grouping for those environments where there are too much servers to display at the same time. Hence, you can group them in order to show them separatedly.
This enables the server grouping for those environments where there are too much servers to display at the same time. Hence, you can group them in order to show them separately.
.P
Default value: \fIn\fP
.RE
@ -3153,7 +3153,7 @@ Default value:
.P
.BI from_address
.RS
This is the address that will be used as remitent for all the monthly report emails.
This is the address that will be used as remittent for all the monthly report emails.
.P
Default value: \fInoreply@example.com\fP
.RE

View File

@ -35,7 +35,7 @@ For a reference of all graph names check the option \fBgraph_name\fP in the \fIm
Displays version information.
.TP
\fB\-n\fR
This argument will prevent Monitorix from daemonizing, and hence, forcing it to run in foreground. This is specially usefull for debugging purposes.
This argument will prevent Monitorix from daemonizing, and hence, forcing it to run in foreground. This is specially useful for debugging purposes.
.SH SIGNALS
On receipt of a SIGHUP, \fBmonitorix\fP will close and reopen its log file. This is useful in scripts which rotate and age log files.
.P