auth machine
This commit is contained in:
parent
98dce86882
commit
851a9e18db
34 changed files with 2383 additions and 99 deletions
|
|
@ -75,6 +75,13 @@
|
|||
relabel_configs = instance_relabel_config;
|
||||
};
|
||||
|
||||
gatus_target = "${monitor_hostname}:8080";
|
||||
gatus_job = {
|
||||
job_name = "gatus";
|
||||
static_configs = [{targets = [gatus_target];}];
|
||||
relabel_configs = instance_relabel_config;
|
||||
};
|
||||
|
||||
traefik_monitor_port = 8082;
|
||||
traefik_job = {
|
||||
job_name = "traefik";
|
||||
|
|
@ -110,11 +117,11 @@
|
|||
{
|
||||
targets = [
|
||||
"${media_hostname}:9707" # sonarr
|
||||
"${media_hostname}:9708" # readarr
|
||||
"${media_hostname}:9709" # radarr
|
||||
"${media_hostname}:9710" # prowlarr
|
||||
"${media_hostname}:9711" # lidarr
|
||||
"${media_hostname}:9712" # bazarr
|
||||
"${media_hostname}:9708" # radarr
|
||||
"${media_hostname}:9709" # lidarr
|
||||
"${media_hostname}:9710" # readarr
|
||||
"${media_hostname}:9711" # prowlarr
|
||||
# "${media_hostname}:9712" # bazarr
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
@ -158,6 +165,7 @@ in {
|
|||
prometheus_job
|
||||
alertmanager_job
|
||||
grafana_job
|
||||
gatus_job
|
||||
traefik_job
|
||||
forgejo_job
|
||||
postgres_job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue