diff --git a/black.css b/css/black.css similarity index 100% rename from black.css rename to css/black.css diff --git a/white.css b/css/white.css similarity index 93% rename from white.css rename to css/white.css index 7425965..2f34303 100644 --- a/white.css +++ b/css/white.css @@ -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; } diff --git a/man/man8/monitorix.8 b/man/man8/monitorix.8 index 487b05a..d752922 100644 --- a/man/man8/monitorix.8 +++ b/man/man8/monitorix.8 @@ -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