diff options
author | Emile <git@emile.space> | 2025-01-23 16:21:50 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-01-23 16:21:50 +0100 |
commit | c0d9fd502b888cbf54f5a9840b5457cf6e94fc3d (patch) | |
tree | 8f41aadb4d344a8bc32d6b31ff5e76df70e4f79a /nix | |
parent | 8997432e6d59f37141ebe77da3eb2d0d669c9249 (diff) |
corrino: prometheus, removed hanging steps
Diffstat (limited to 'nix')
-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 + # ]; + # } ]; }; }; |