update README

This commit is contained in:
saravanan30erd 2019-11-26 11:43:47 +04:00
parent d26f239c3d
commit 5bf3c50615
2 changed files with 8 additions and 1 deletions

View File

@ -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 - Config file `conf/servers.json` prior run. You might find a sample file at
`conf/servers.json.example`. `conf/servers.json.example`.
- Please see [Config](#config) section for further details. - 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 ## Run

View File

@ -33,7 +33,7 @@ a {
} }
button.accordion { button.accordion {
color: #444; color: #FFF;
cursor: pointer; cursor: pointer;
padding: 18px; padding: 18px;
width: 100%; width: 100%;