services.prometheus.exporters.idrac.configuration
Configuration for iDRAC exporter, as a nix attribute set.
Configuration reference: https://github.com/mrlhansen/idrac_exporter/#configuration
Mutually exclusive with configurationPath option.
- Type
null or (attribute set)- Default
null- Example
{ hosts = { default = { password = "password"; username = "username"; }; }; metrics = { memory = true; power = true; sel = true; sensors = true; storage = true; system = true; }; retries = 1; timeout = 10; }- Declared
- <nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>