From b94379084bb0b103a417467565f3f655a046a5a8 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 6 Nov 2020 10:22:08 +0100 Subject: [PATCH 1/3] new .css files relocated --- black.css => css/black.css | 0 white.css => css/white.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename black.css => css/black.css (100%) rename white.css => css/white.css (100%) 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 100% rename from white.css rename to css/white.css From dd9442aec2580625a93dd1135c26a3ee5a9e642c Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 6 Nov 2020 10:33:37 +0100 Subject: [PATCH 2/3] fixed the right-bottom outset color from table in white.css --- css/white.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/white.css b/css/white.css index 7425965..2f34303 100644 --- a/css/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; } From f74ce8a7f63b75a0dc7ca968a61edf16fffc355b Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Fri, 6 Nov 2020 11:30:18 +0100 Subject: [PATCH 3/3] updated documentation #288 --- man/man8/monitorix.8 | 3 +++ 1 file changed, 3 insertions(+) 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