Merge branch 'master' of git://github.com/mikaku/Monitorix into monitorix.cgi-css

pull from mikaku/master
This commit is contained in:
z-eos 2020-11-06 16:16:43 +02:00
commit d0bed85cf4
3 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ table {
background: #cccccc;
border-left: 1px outset #888888;
border-top: 1px outset #888888;
border-right: 1px outset #5a5a5a;
border-bottom: 1px outset #5a5a5a;
border-right: 1px outset #7a7a7a;
border-bottom: 1px outset #7a7a7a;
border-spacing: 5px;
}

View File

@ -36,6 +36,9 @@ 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 useful for debugging purposes.
.TP
\fB\-u\fR
This option will force Monitorix to run under the regular user who started it. It's necessary to make sure that this user will have write permissions to the directory and files pointed by the options \fBbase_dir\fP, \fBbase_lib\fP and \fBlog_file\fP (either for \fImonitorix\fP and for the HTTP built-in server). Also, you must know that some graphs might not work because only the 'root' user is capable to get such statistics. Check the log files after starting Monitorix in this mode.
.SH SIGNALS
On receipt of a SIGHUP, \fBmonitorix\fP will close and reopen its log file (provided that it has a filename defined). This is useful in scripts which rotate and age log files.
.P