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
- Type
null or absolute path- Default
null- Example
"/etc/prometheus-idrac-exporter/idrac.yml"- Declared
- <nixpkgs/nixos/modules/services/monitoring/prometheus/exporters.nix>