Netdata + Authelia: add monitoring
This commit is contained in:
File diff suppressed because it is too large
Load Diff
3686
files/authelia/configuration.yml.j2
Normal file
3686
files/authelia/configuration.yml.j2
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@ services:
|
||||
authelia_app:
|
||||
container_name: 'authelia_app'
|
||||
image: 'docker.io/authelia/authelia:4.39.3'
|
||||
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
|
||||
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
|
||||
restart: 'unless-stopped'
|
||||
networks:
|
||||
- "{{ web_proxy_network }}"
|
||||
|
@ -2,8 +2,15 @@ update_every: 5
|
||||
autodetection_retry: 0
|
||||
|
||||
jobs:
|
||||
|
||||
- name: caddyproxy
|
||||
url: http://caddyproxy:2019/metrics
|
||||
selector:
|
||||
allow:
|
||||
- "caddy_http_*"
|
||||
|
||||
- name: authelia
|
||||
url: http://authelia_app:9959/metrics
|
||||
selector:
|
||||
allow:
|
||||
- "authelia_*"
|
||||
|
Reference in New Issue
Block a user