Configuration for iDRAC exporter, as a nix attribute set.
Configuration reference: https://github.com/mrlhansen/idrac_exporter/#configuration
Mutually exclusive with configurationPath
option.
Declarations
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;
}