Skip to content
Snippets Groups Projects
Verified Commit 5aacd09f authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Monitor all hosts with prometheus

parent 0408c643
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment