aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
authorRobin Schneider <45321827+robinschneider@users.noreply.github.com>2021-10-11 23:48:05 +0200
committerGitHub <noreply@github.com>2021-10-11 23:48:05 +0200
commit2f195404009c26c90ffb4af46d98a4e03054db56 (patch)
tree56adab6cab00bee61aec975cdbf97bd23d0c14bc /docs/customservices.md
parent87aadbb6df26009e93ee20752184300819d833e8 (diff)
parentc72acd57d0a61632b6c03e2d9c7321e25dc611fa (diff)
downloadhomer-2f195404009c26c90ffb4af46d98a4e03054db56.tar.gz
homer-2f195404009c26c90ffb4af46d98a4e03054db56.tar.zst
homer-2f195404009c26c90ffb4af46d98a4e03054db56.zip
Merge branch 'bastienwirtz:main' into hotkey
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md12
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
99For 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```