diff --git a/telegraf/telegraf.conf b/telegraf/telegraf.conf index 2dcbb02..e6a7fb4 100644 --- a/telegraf/telegraf.conf +++ b/telegraf/telegraf.conf @@ -39,7 +39,7 @@ # Read flattened metrics from one or more JSON HTTP endpoints [[inputs.http]] urls = [ - "https://api.openweathermap.org/data/3.0/onecall?lat=39.918449474871075&lon=-85.92342403177487&appid=eff13820392937489d74a4560e9bff1e" + "https://api.openweathermap.org/data/3.0/onecall?lat=39.918449474871075&lon=-85.92342403177487&appid=eff13820392937489d74a4560e9bff1e&units=imperial" ] method = "GET"