diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-10-11 13:23:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 13:23:43 -0700 |
commit | c72acd57d0a61632b6c03e2d9c7321e25dc611fa (patch) | |
tree | 1ee2da182da80ad6e7e24689a01860dfdbff81f6 /docs/customservices.md | |
parent | d31a9a79c24922684b917ec13c4c555237339dda (diff) | |
parent | 80ba98cf661801956f773bdfd0b0ded1b2f80487 (diff) | |
download | homer-c72acd57d0a61632b6c03e2d9c7321e25dc611fa.tar.gz homer-c72acd57d0a61632b6c03e2d9c7321e25dc611fa.tar.zst homer-c72acd57d0a61632b6c03e2d9c7321e25dc611fa.zip |
Merge pull request #310 from ArturBa/main
Add Prometheus custom component
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index ef84948..7a151d1 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -93,3 +93,15 @@ For Ping you need to set the type to Ping and provide a url. | |||
93 | subtitle: "Bookmark example" tag: "app" | 93 | subtitle: "Bookmark example" tag: "app" |
94 | url: "https://www.reddit.com/r/selfhosted/" | 94 | url: "https://www.reddit.com/r/selfhosted/" |
95 | ``` | 95 | ``` |
96 | |||
97 | ## Prometheus | ||
98 | |||
99 | For Prometheus you need to set the type to Prometheus and provide a url. | ||
100 | |||
101 | ```yaml | ||
102 | - name: "Prometheus" | ||
103 | type: Prometheus | ||
104 | logo: "assets/tools/sample.png" | ||
105 | url: "http://192.168.0.151/" | ||
106 | # subtitle: "Monitor data server" | ||
107 | ``` | ||