services.prometheus.exporters.idrac.configurationPath

NixOS option

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 in: nixos/modules/services/monitoring/prometheus/exporters.nixView source on NixOS/nixpkgs →