Skip to content
Snippets Groups Projects

Monitor MegaRAID on our storage nodes

Files

+ 6
0
@@ -43,8 +43,14 @@ in {
../../nixos/modules/monitoring/vpn/client.nix
# Expose base system metrics over the monitoringvpn.
../../nixos/modules/monitoring/exporters/node.nix
# At least some of our storage nodes utilize MegaRAID storage controllers.
../../nixos/modules/monitoring/exporters/megacli2prom.nix
];
# Enable statistics gathering for MegaRAID cards.
# TODO would be nice to enable only on machines that have such a device.
services.private-storage.monitoring.megacli2prom.enable = true;
# Turn on the Private Storage (Tahoe-LAFS) service.
services.private-storage = {
# Yep. Turn it on.
Loading