From c0d9fd502b888cbf54f5a9840b5457cf6e94fc3d Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 23 Jan 2025 16:21:50 +0100 Subject: corrino: prometheus, removed hanging steps --- nix/hosts/corrino/www/prometheus.emile.space.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'nix/hosts/corrino/www') diff --git a/nix/hosts/corrino/www/prometheus.emile.space.nix b/nix/hosts/corrino/www/prometheus.emile.space.nix index 3fcbd32..898f3b2 100644 --- a/nix/hosts/corrino/www/prometheus.emile.space.nix +++ b/nix/hosts/corrino/www/prometheus.emile.space.nix @@ -57,6 +57,25 @@ { targets = [ "lampadas:9633" ]; } ]; } + + # adding this halts on... + # + # "waiting for lock on + # /nix/store/bpncr2rkz5larhbw51m4if7bmy0rs1d3-prometheus.yml" + # + # no idea why, as this is just another entry in the list and the other + # two work + + # { + # job_name = "mail"; + # static_configs = [ + # { targets = [ "mail.emile.space:9002" ]; } # node + # { targets = [ "mail.emile.space:9558" ]; } # systemd + # { targets = [ "mail.emile.space:9633" ]; } # smartctl + # { targets = [ "mail.emile.space:9913" ]; } # nginx + # { targets = [ "mail.emile.space:9753" ]; } # restic + # ]; + # } ]; }; }; -- cgit 1.4.1