Add custom GPFS exporter for MN5

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
Rodrigo Arias 2024-11-12 16:30:24 +01:00
parent 45dc4124a3
commit b4518b59cf

View File

@ -102,6 +102,7 @@
"127.0.0.1:9252" "127.0.0.1:9252"
"127.0.0.1:${toString config.services.prometheus.exporters.smartctl.port}" "127.0.0.1:${toString config.services.prometheus.exporters.smartctl.port}"
"127.0.0.1:9341" # Slurm exporter "127.0.0.1:9341" # Slurm exporter
"127.0.0.1:9966" # GPFS custom exporter
"127.0.0.1:${toString config.services.prometheus.exporters.blackbox.port}" "127.0.0.1:${toString config.services.prometheus.exporters.blackbox.port}"
]; ];
}]; }];