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

Monitor all hosts with prometheus

This commit is contained in:
Jelle van der Waa 2020-10-15 14:20:37 +02:00
parent 0408c6431d
commit 5aacd09f12
No known key found for this signature in database
GPG Key ID: C06086337C50773E
8 changed files with 13 additions and 1 deletions

7
hosts

@ -99,5 +99,10 @@ state.archlinux.org
mirror.pkgbuild.com
openpgpkey.archlinux.org
homedir.archlinux.org
dragon.archlinux.org
mail.archlinux.org
matrix.archlinux.org
bbs.archlinux.org
dragon.archlinux.org
bugs.archlinux.org
gemini.archlinux.org
luna.archlinux.org

@ -55,3 +55,4 @@
- { role: archwiki }
- { role: conf_archlinux }
- { role: fail2ban }
- { role: prometheus_exporters }

@ -17,3 +17,4 @@
- { role: borg_client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fail2ban }
- { role: prometheus_exporters }

@ -17,3 +17,4 @@
- { role: borg_client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fail2ban }
- { role: prometheus_exporters }

@ -15,3 +15,4 @@
- { role: sogrep }
- { role: archbuild }
- { role: fail2ban }
- { role: prometheus_exporters }

@ -24,3 +24,4 @@
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fail2ban }
- sogrep
- { role: prometheus_exporters }

@ -28,6 +28,7 @@
- nginx
- rspamd
- { role: mariadb, mariadb_query_cache_type: '0', mariadb_innodb_file_per_table: True }
- { role: prometheus_exporters }
# luna is hosting mailman lists; this postfix role does not cater to this yet
# TODO: make postfix role handle mailman config?
# - { role: postfix, tags: ["postfix"], postfix_relayhost: "mail.archlinux.org" }

@ -22,3 +22,4 @@
postfix_relayhost: "mail.archlinux.org"
- { role: matrix }
- { role: fail2ban }
- { role: prometheus_exporters }