ntfy: iOS instant notifications
Some checks failed
/ Ansible Lint (push) Failing after 2m8s

This commit is contained in:
chris 2025-06-30 21:11:48 +02:00
commit 5863b2f9e3
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
3 changed files with 17 additions and 3 deletions

View file

@ -93,7 +93,12 @@ alloy_config: |
}
}
prometheus.scrape "scrape_metrics" {
prometheus.scrape "unix_metrics" {
targets = prometheus.exporter.unix.local_system.targets
forward_to = [prometheus.relabel.default.receiver]
}
prometheus.scrape "ntfy_metrics" {
targets = [{"__address__" = "localhost:9586", job = "ntfy", instance = "ntfy", __scrape_interval__ = "120s"}]
forward_to = [prometheus.relabel.default.receiver]
}