X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/49a3d938c0182a09dbe33242fe52826b4de5bcce..e847b156af79e857466b8ca0f51d68ef69a6dd01:/cookbooks/prometheus/recipes/server.rb diff --git a/cookbooks/prometheus/recipes/server.rb b/cookbooks/prometheus/recipes/server.rb index 763c7fa21..405eadebe 100644 --- a/cookbooks/prometheus/recipes/server.rb +++ b/cookbooks/prometheus/recipes/server.rb @@ -28,8 +28,7 @@ admins = data_bag_item("apache", "admins") prometheus_exporter "fastly" do port 8080 - listen_switch "endpoint" - listen_type "url" + listen_switch "listen" environment "FASTLY_API_TOKEN" => tokens["fastly"] end