mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 12:18:48 +00:00
14 lines
274 B
Markdown
14 lines
274 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
|
|
```
|