Add some more monitors to nomad minitor
This commit is contained in:
parent
9af55580e7
commit
bdfde48bec
@ -21,15 +21,6 @@ monitors:
|
||||
- '/app/scripts/curl_ok.sh'
|
||||
- 'https://grafana.thefij.rocks'
|
||||
|
||||
- name: Plex
|
||||
command:
|
||||
- 'curl'
|
||||
- '--silent'
|
||||
- '--show-error'
|
||||
- '-o'
|
||||
- '/dev/null'
|
||||
- 'http://192.168.2.10:32400'
|
||||
|
||||
- name: NZBget
|
||||
command:
|
||||
- '/app/scripts/curl_ok.sh'
|
||||
@ -45,6 +36,11 @@ monitors:
|
||||
- '/app/scripts/curl_ok.sh'
|
||||
- 'https://lidarr.thefij.rocks'
|
||||
|
||||
- name: Radarr
|
||||
command:
|
||||
- '/app/scripts/curl_ok.sh'
|
||||
- 'https://radarr.thefij.rocks'
|
||||
|
||||
- name: Authelia
|
||||
command:
|
||||
- '/app/scripts/curl_ok.sh'
|
||||
@ -55,6 +51,20 @@ monitors:
|
||||
- '/app/scripts/curl_ok.sh'
|
||||
- 'https://photoprism.thefij.rocks'
|
||||
|
||||
- name: Prometheus
|
||||
command:
|
||||
- '/app/scripts/curl_ok.sh'
|
||||
- 'https://prometheus.thefij.rocks'
|
||||
|
||||
- name: Plex
|
||||
command:
|
||||
- 'curl'
|
||||
- '--silent'
|
||||
- '--show-error'
|
||||
- '-o'
|
||||
- '/dev/null'
|
||||
- 'http://192.168.2.10:32400'
|
||||
|
||||
alerts:
|
||||
log:
|
||||
command:
|
||||
|
Loading…
Reference in New Issue
Block a user