Skip to content

Commit 8aaa074

Browse files
add Use Grafana section to documention
1 parent 49e48ed commit 8aaa074

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -942,6 +942,24 @@ docker-compose up -d aws
942942

943943

944944

945+
<br>
946+
<a name="Use-Grafana"></a>
947+
## Use Grafana
948+
949+
1 - Configure Grafana: Change Port using `GRAFANA_PORT` if you wish to. Default is port 3000.
950+
951+
2 - Run the Grafana Container (`grafana`) with the `docker-compose up`command:
952+
953+
```bash
954+
docker-compose up -d grafana
955+
```
956+
957+
3 - Open your browser and visit the localhost on port **3000** at the following URL: `http://localhost:3000`
958+
959+
4 - Login using the credentials User = `admin` Passwort = `admin`. Change the password in the webinterface if you want to.
960+
961+
962+
945963
<br>
946964
<a name="CodeIgniter"></a>
947965

0 commit comments

Comments
 (0)