forked from mirrors/nixpkgs
Workaround for upstream crash when !datadog
This commit is contained in:
parent
e7f761fe60
commit
eed28ead0c
|
@ -9,6 +9,7 @@ let
|
|||
poller = { inherit (cfg.log) debug quiet; };
|
||||
unifi = { inherit (cfg) controllers; };
|
||||
influxdb.disable = true;
|
||||
datadog.disable = true; # workaround for https://github.com/unpoller/unpoller/issues/442
|
||||
prometheus = {
|
||||
http_listen = "${cfg.listenAddress}:${toString cfg.port}";
|
||||
report_errors = cfg.log.prometheusErrors;
|
||||
|
|
Loading…
Reference in a new issue