google_auth_id "651529786092-6c5ahcu0tpp95emiec8uibg11asmk34t.apps.googleusercontent.com"
google_auth_secret web_passwords["google_auth_secret"]
google_openid_realm "https://www.openstreetmap.org"
+ facebook_auth_id "427915424036881"
+ facebook_auth_secret web_passwords["facebook_auth_secret"]
microsoft_auth_id "e34f14f1-f790-40f3-9fa4-3c5f1a027c38"
microsoft_auth_secret web_passwords["microsoft_auth_secret"]
github_auth_id "acf7da34edee99e35499"
# Blacklist here
".*\\.here\\.com[/:].*",
# Blacklist Mapy.cz
- ".*\\.mapy\\.cz.*"
+ ".*\\.mapy\\.cz.*",
+ # Blacklist Yandex
+ ".*\\.api-maps\\.yandex\\.ru/.*",
+ ".*\\.maps\\.yandex\\.net/.*"
]
end
gem_package "hpricot" do
gem_binary node[:ruby][:gem]
end
-
-munin_plugin "api_calls_status"
-munin_plugin "api_calls_num"
-
-munin_plugin "api_calls_#{node[:hostname]}" do
- target "api_calls_"
-end
-
-munin_plugin "api_waits_#{node[:hostname]}" do
- target "api_waits_"
-end