MyNixOS website logo
option

services.prometheus.exporters.idrac.configurationPath

Path to the service's config file. This path can either be a computed path in /nix/store or a path in the local filesystem.

The config file should NOT be stored in /nix/store as it will contain passwords and/or keys in plain text.

Mutually exclusive with configuration option.

Configuration reference: https://github.com/mrlhansen/idrac_exporter/#configuration.

Declarations
Type
null or path
Default
null
Example
"/etc/prometheus-idrac-exporter/idrac.yml"