1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00

Monitor state,quassel with prometheus

This commit is contained in:
Jelle van der Waa 2020-09-12 23:19:23 +02:00
parent 8d8974a36d
commit 0d995b0108
No known key found for this signature in database
GPG Key ID: C06086337C50773E
3 changed files with 4 additions and 0 deletions

2
hosts

@ -115,3 +115,5 @@ runner2.archlinux.org
secure-runner1.archlinux.org
secure-runner2.archlinux.org
phrik.archlinux.org
quassel.archlinux.org
state.archlinux.org

@ -18,3 +18,4 @@
postgres_shared_buffers: 512MB
postgres_effective_cache_size: 1GB
- { role: quassel, quassel_domain: "quassel.archlinux.org" }
- { role: prometheus_exporters }

@ -20,3 +20,4 @@
postgres_ssl_hosts4: ['0.0.0.0/0']
postgres_ssl_hosts6: ['::/0']
- { role: terraform_state }
- { role: prometheus_exporters }