From 5bf3c50615c2b75a462e0e0c8e70376a4c46d07c Mon Sep 17 00:00:00 2001 From: saravanan30erd Date: Tue, 26 Nov 2019 11:43:47 +0400 Subject: [PATCH] update README --- README.md | 7 +++++++ static/monit-dashboard.css | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4156952..03c42e0 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,13 @@ thanks to the built-in web server, it is displayed in a single HTML page. - Config file `conf/servers.json` prior run. You might find a sample file at `conf/servers.json.example`. - Please see [Config](#config) section for further details. +- Set Environment variable DOWNLOAD_API_URL. You can download the complete +status report in excel format and this download feature is implemented in API +/download. If you are running your app in http://10.0.0.10:8080/monit, + +``` +DOWNLOAD_API_URL=http://10.0.0.10:8080/monit/download +``` ## Run diff --git a/static/monit-dashboard.css b/static/monit-dashboard.css index dec89bd..8e1b27e 100644 --- a/static/monit-dashboard.css +++ b/static/monit-dashboard.css @@ -33,7 +33,7 @@ a { } button.accordion { - color: #444; + color: #FFF; cursor: pointer; padding: 18px; width: 100%;