mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
12 lines
216 B
Markdown
12 lines
216 B
Markdown
---
|
|
title: Prometheus
|
|
description: Prometheus Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["targets_up", "targets_down", "targets_total"]`
|
|
|
|
```yaml
|
|
widget:
|
|
type: prometheus
|
|
url: http://prometheushost:port
|
|
```
|