- Nov 20, 2021
-
-
Evangelos Foutras authored
Create Hetzner cloud servers in Nuremberg (Germany) See merge request !510
-
Evangelos Foutras authored
Follow-up to [1]; while most of our cloud servers are in Helsinki, the latency from most of Europe is lower when accessing servers in Germany. Pinging from multiple locations using ping.pe, the latency to Nuremberg from most locations appears to be 10-20ms lower (compared to Helsinki). [1] !500
-
- Nov 18, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Nov 17, 2021
-
-
Kristian Klausen authored
loki: Simplify loki.yaml See merge request !502
-
Kristian Klausen authored
Loki v2.4.0 introduced a common config section[1][2] making the config much smaller and better defaults. So stripped loki.yaml down, removed options where the default is "good enough" and tweaked retention settings per the upgrade notes[3]. So the config should basically be the example loki.yaml[4] + compactor, retention enabled and a few tweaks (ex: compress chunks with zstd). [1] https://github.com/grafana/loki/releases/tag/v2.4.0 [2] https://grafana.com/docs/loki/latest/configuration/#common_config [3] https://grafana.com/docs/loki/latest/upgrading/#the-single-binary-no-longer-runs-a-table-manager [4] https://github.com/grafana/loki/blob/v2.4.0/cmd/loki/loki-local-config.yaml
-
Jelle van der Waa authored
rsync.conf: Exclude debug package pools and repos See merge request !509
-
Morten Linderud authored
Signed-off-by:
Morten Linderud <morten@linderud.pw>
-
- Nov 10, 2021
-
-
Kristian Klausen authored
[1] aurweb!233
-
- Nov 09, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Nov 08, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
- Nov 06, 2021
-
-
Evangelos Foutras authored
These are already known (so no need to hide them) and are fairly static (so variables are more of a hindrance) so it's better to use the actual usernames in the documentation. Also, simplify the first example given.
-
Evangelos Foutras authored
This reverts commit 5c4ff7af. The account migration is done, so offsite backups can be re-enabled.
-
Evangelos Foutras authored
Complete rsync.net account migration See merge request !501
-
Evangelos Foutras authored
New username; separate and longer account manager + storage passwords. Also, have to use --remote-path=borg1 when interacting with rsync.net.
-
Jelle van der Waa authored
-
Kristian Klausen authored
Create Hetzner cloud servers in Helsinki (Finland) See merge request archlinux/infrastructure!500
-
- Nov 05, 2021
-
-
With Hetzner now having a datacenter in the US[1], we don't want to accidentally create a server in the US, so let's always create them in Helsinki where most of our cloud servers are. [1] https://www.hetzner.com/news/11-21-usa-cloud/
-
Evangelos Foutras authored
prometheus-borg-textcollector is no longer started by timer, but instead defines a WantedBy= relationship with the borg-backup{,-offsite} service.
-
Evangelos Foutras authored
Increase default time range from 90 days to 6 months.
-
- Nov 04, 2021
-
-
Evangelos Foutras authored
rsync.net is about to migrate us to a new username/hostname pair.
-
- Oct 29, 2021
-
-
Kristian Klausen authored
Create a group for Wiki Maintainers in Keycloak See merge request !496
-
-
- Oct 27, 2021
-
-
Jelle van der Waa authored
-
- Oct 25, 2021
-
-
Jan Alexander Steffens (heftig) authored
This was a regression which has been fixed upstream. This reverts commit 67e7677e.
-
Jan Alexander Steffens (heftig) authored
-
- Oct 22, 2021
-
-
Jan Alexander Steffens (heftig) authored
We're no longer allowed to reserve formerly used namespaces.
-
- Oct 21, 2021
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- Oct 17, 2021
-
-
Jelle van der Waa authored
-
- Oct 16, 2021
-
-
Jelle van der Waa authored
Enable Unified Alerting and wire up with alertmanager See merge request archlinux/infrastructure!495
-
Kristian Klausen authored
Grafana v8.2.0 added support for Prometheus's Alertmanager[1] which can be used with the Unified Alerting added in v8.0.0[2]. [1] https://github.com/grafana/grafana/releases/tag/v8.2.0 [2] https://grafana.com/blog/2021/06/08/grafana-8.0-unified-grafana-and-prometheus-alerts-live-streaming-new-visualizations-and-more/
-
Kristian Klausen authored
Mostly changes from Grafana v8.0[1]. [1] https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-0/
-
Jelle van der Waa authored
-
Jelle van der Waa authored
The security tracker is not compatible yet with the new sqlalchemy, use the old version in our repos
-
- Oct 11, 2021
-
-
Evangelos Foutras authored
archwiki: update to 1.36.2-1 See merge request archlinux/infrastructure!494
-
nl6720 authored
-
- Oct 08, 2021
-
-
Kristian Klausen authored
With Loki needing roughly 108GiB[1] and Prometheus at least[2] 116GiB[3], 200GiB sounds like a good starting point. [1] increase(loki_ingester_chunk_stored_bytes_total[1w]) / 7 * 90 [2] https://www.robustperception.io/how-much-disk-space-do-prometheus-blocks-use [3] (rate(prometheus_tsdb_compaction_chunk_size_bytes_sum[1w]) / rate(prometheus_tsdb_compaction_chunk_samples_sum[1w])) * increase(prometheus_tsdb_head_samples_appended_total[1w]) / 7 * 365
-