Skip to content

Commit

Permalink
Check ping endpoint of navidrome with gatus
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Jan 16, 2024
1 parent 81a7141 commit d29c91e
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 517 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-ansible/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
letsencrypt_email: ci
letsencrypt_provider: ci
mqtt_server: ci
navidrome_api_token: ci
nixos_ip_tailscale: ci
telegram_chatids: 0
telegram_token: ci
Expand Down
8 changes: 8 additions & 0 deletions roles/gatus/templates/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,11 @@ endpoints:
- "[STATUS] == 200"
alerts:
- type: telegram
- name: Navidrome
group: Services
url: "http://{{ nixos_ip_tailscale }}:4533/rest/ping?{{ navidrome_api_token }}"
interval: 15m
conditions:
- "[STATUS] == 200"
alerts:
- type: telegram
Loading

0 comments on commit d29c91e

Please sign in to comment.