mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-24 05:48:08 +08:00
Some checks failed
Crowdin Action / Crowdin Sync (push) Has been cancelled
Docker CI / Linting Checks (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
24 lines
608 B
Markdown
24 lines
608 B
Markdown
---
|
|
title: Grafana
|
|
description: Grafana Widget Configuration
|
|
---
|
|
|
|
Learn more about [Grafana](https://github.com/grafana/grafana).
|
|
|
|
| Grafana Version | Homepage Widget Version |
|
|
| --------------- | ----------------------- |
|
|
| <= v10.4 | 1 (default) |
|
|
| > v10.4 | 2 |
|
|
|
|
Allowed fields: `["dashboards", "datasources", "totalalerts", "alertstriggered"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: grafana
|
|
version: 2 # optional, default is 1
|
|
alerts: alertmanager # optional, default is grafana
|
|
url: http://grafana.host.or.ip:port
|
|
username: username
|
|
password: password
|
|
```
|