diff --git a/m/hut/monitoring.nix b/m/hut/monitoring.nix index 0c1cb78a..76de7ce0 100644 --- a/m/hut/monitoring.nix +++ b/m/hut/monitoring.nix @@ -5,7 +5,7 @@ ../module/slurm-exporter.nix ../module/meteocat-exporter.nix ../module/upc-qaire-exporter.nix - ./gpfs-probe.nix + ./ssh-robot-probes.nix ../module/nix-daemon-exporter.nix ]; @@ -111,6 +111,7 @@ "127.0.0.1:${toString config.services.prometheus.exporters.smartctl.port}" "127.0.0.1:9341" # Slurm exporter "127.0.0.1:9966" # GPFS custom exporter + "127.0.0.1:9967" # SLURM custom exporter "127.0.0.1:9999" # Nix-daemon custom exporter "127.0.0.1:9929" # Meteocat custom exporter "127.0.0.1:9928" # UPC Qaire custom exporter diff --git a/m/hut/sblame-probe.sh b/m/hut/sblame-probe.sh new file mode 100755 index 00000000..f8c02e2d --- /dev/null +++ b/m/hut/sblame-probe.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +cat <