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