This commit is contained in:
parent
677c1ac165
commit
c1b951135a
2 changed files with 9 additions and 2 deletions
|
@ -48,9 +48,14 @@ monitoring:
|
||||||
jobs:
|
jobs:
|
||||||
minecraft: /var/minecraft/logs/*.log
|
minecraft: /var/minecraft/logs/*.log
|
||||||
|
|
||||||
pbx:
|
freepbx:
|
||||||
ansible_host: 10.5.1.236
|
ansible_host: 10.5.1.169
|
||||||
home_network: true
|
home_network: true
|
||||||
|
logs:
|
||||||
|
jobs:
|
||||||
|
apache2: /var/log/apache2/*.log
|
||||||
|
redis: /var/log/redis/*.log
|
||||||
|
asterisk: /var/log/asterisk/*.log
|
||||||
|
|
||||||
authentik:
|
authentik:
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
- forgejo-runner-2:9080
|
- forgejo-runner-2:9080
|
||||||
- forgejo-runner-3:9080
|
- forgejo-runner-3:9080
|
||||||
- monitoring-0:9080
|
- monitoring-0:9080
|
||||||
|
- freepbx:9080
|
||||||
- job_name: node-exporter
|
- job_name: node-exporter
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
|
@ -91,6 +92,7 @@
|
||||||
- forgejo-runner-1:9100
|
- forgejo-runner-1:9100
|
||||||
- forgejo-runner-2:9100
|
- forgejo-runner-2:9100
|
||||||
- forgejo-runner-3:9100
|
- forgejo-runner-3:9100
|
||||||
|
- freepbx:9100
|
||||||
- job_name: minio
|
- job_name: minio
|
||||||
authorization:
|
authorization:
|
||||||
credentials_file: /etc/prometheus/secrets/scrape-secrets/minio.token
|
credentials_file: /etc/prometheus/secrets/scrape-secrets/minio.token
|
||||||
|
|
Loading…
Reference in a new issue