diff options
-rw-r--r-- | nix/hosts/corrino/www/prometheus.emile.space.nix | 19 |
1 files changed, 19 insertions, 0 deletions
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 + # ]; + # } ]; }; }; |