diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index e55c9a1..b08730f 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -160,6 +160,10 @@ } ]; } + { + job_name = "gitea"; + static_configs = [{ targets = [ "127.0.0.1:3000" ]; }]; + } { # Scrape the IPMI info of the hosts remotely via LAN job_name = "ipmi-lan";