diff --git a/pkgs/servers/monitoring/prometheus/default.nix b/pkgs/servers/monitoring/prometheus/default.nix index 4a40a45450b3..1724c0f53faa 100644 --- a/pkgs/servers/monitoring/prometheus/default.nix +++ b/pkgs/servers/monitoring/prometheus/default.nix @@ -21,6 +21,7 @@ , enableMoby ? true , enableNomad ? true , enableOpenstack ? true +, enableOVHCloud ? true , enablePuppetDB ? true , enableScaleway ? true , enableTriton ? true @@ -77,6 +78,7 @@ buildGoModule rec { ${lib.optionalString enableMoby "echo - github.com/prometheus/prometheus/discovery/moby"} ${lib.optionalString enableNomad "echo - github.com/prometheus/prometheus/discovery/nomad"} ${lib.optionalString enableOpenstack "echo - github.com/prometheus/prometheus/discovery/openstack"} + ${lib.optionalString enableOVHCloud "echo - github.com/prometheus/prometheus/discovery/ovhcloud"} ${lib.optionalString enablePuppetDB "echo - github.com/prometheus/prometheus/discovery/puppetdb"} ${lib.optionalString enableScaleway "echo - github.com/prometheus/prometheus/discovery/scaleway"} ${lib.optionalString enableTriton "echo - github.com/prometheus/prometheus/discovery/triton"}