nixos/datadog-agent: Fix type of use_dogstatsd (#45587)
This commit is contained in:
parent
519012bcdf
commit
8f61e96c1e
@ -11,7 +11,7 @@ let
|
|||||||
api_key = "";
|
api_key = "";
|
||||||
confd_path = "/etc/datadog-agent/conf.d";
|
confd_path = "/etc/datadog-agent/conf.d";
|
||||||
additional_checksd = "/etc/datadog-agent/checks.d";
|
additional_checksd = "/etc/datadog-agent/checks.d";
|
||||||
use_dogstatsd = "yes";
|
use_dogstatsd = true;
|
||||||
}
|
}
|
||||||
// optionalAttrs (cfg.logLevel != null) { log_level = cfg.logLevel; }
|
// optionalAttrs (cfg.logLevel != null) { log_level = cfg.logLevel; }
|
||||||
// optionalAttrs (cfg.hostname != null) { inherit (cfg) hostname; }
|
// optionalAttrs (cfg.hostname != null) { inherit (cfg) hostname; }
|
||||||
|
Loading…
Reference in New Issue
Block a user