1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

Merge pull request #310 from ArturBa/main

Add Prometheus custom component
This commit is contained in:
Bastien Wirtz 2021-10-11 13:23:43 -07:00 committed by GitHub
commit c72acd57d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 155 additions and 0 deletions

View file

@ -93,3 +93,15 @@ For Ping you need to set the type to Ping and provide a url.
subtitle: "Bookmark example" tag: "app"
url: "https://www.reddit.com/r/selfhosted/"
```
## Prometheus
For Prometheus you need to set the type to Prometheus and provide a url.
```yaml
- name: "Prometheus"
type: Prometheus
logo: "assets/tools/sample.png"
url: "http://192.168.0.151/"
# subtitle: "Monitor data server"
```