From d6626844c0a4351758b272ca2d27f965e175e3a1 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sat, 15 May 2021 17:18:06 +0200 Subject: [PATCH] Add AUR monitoring documentation --- docs/monitoring.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/monitoring.md b/docs/monitoring.md index 0e796d89..409dca80 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -69,3 +69,7 @@ The [Archive](https://archive.archlinux.org) and its mirrors defined in `archive ### Log monitoring The Nginx access logs/systemd logs are indexed by loki. For non webserver hosts the `promtail` job, for hosts with nginx an extra access_log line needs to be added to log json output which can be scraped by promtail. + +### AUR monitoring + +Some fun statistics are scraped from aur.archlinux.org using `curl` and `hq` as there is no proper AUR prometheus endpoint as of yet. The statistics are the AUR packages and users and is retrieved every 5 minutes.