mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
15 lines
266 B
Markdown
15 lines
266 B
Markdown
---
|
|
title: Grafana
|
|
description: Grafana Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["dashboards", "datasources", "totalalerts", "alertstriggered"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: grafana
|
|
url: http://grafana.host.or.ip:port
|
|
username: username
|
|
password: password
|
|
```
|