1
0
mirror of https://github.com/cmur2/munin-bitcoin.git synced 2024-11-18 12:56:16 +01:00

HTTPS required (redirect from HTTP)

This commit is contained in:
cn 2014-12-26 11:51:32 +01:00
parent 7c30cf3caf
commit 4dcf1d5efa

View File

@ -26,7 +26,7 @@ script = File.basename($0)
$stderr = IO.new(2, "w")
def uri(currency)
"http://api.bitcoinaverage.com/ticker/#{currency}" # HTTPS supported
"https://api.bitcoinaverage.com/ticker/#{currency}"
end
def echo_price(currency, data)