Skip to content

Commit

Permalink
Merge pull request influxdata#216 from xe-nvdk/master
Browse files Browse the repository at this point in the history
updated locations id in the sh files
  • Loading branch information
mhall119 authored Feb 4, 2021
2 parents cd1f1e4 + 0629c47 commit 01db6b9
Show file tree
Hide file tree
Showing 13 changed files with 800 additions and 82 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Start by reading [how to use a template](docs/use_a_template.md), then check eac
| [Currency Exchange Rates](currency_exchange_rates/) | Visualize and analyze currency exchange rates using Quandl. | Wojciech Kocjan |
| [DigitalOcean Billing](do_billing/) | Get your balance, month consumption and month to date balance from your DigitalOcean account | [Ignacio Van Droogenbroeck](https://github.com/xe-nvdk) |
| [Docker](docker/) | Monitor your running docker containers. | [@russorat](https://github.com/russorat) |
| [Docker Hub](dockerhub/) | Track the stats of your Docker Hub Images | [Ignacio Van Droogenbroeck](https://github.com/xe-nvdk) |
| [Downsampling](downsampling/) | Downsample common Telegraf metrics. | [@russorat](https://github.com/russorat) |
| [Endpoint Security State](endpoint-security-state/) | Watch endpoint authentication availability and certificate status | [Darin Fisher](https://github.com/darinfisher) |
| [Enviro+](enviro_plus/) | View the air quality readings from a Pimoroni Enviro+ particulate matter sensor. | Russ Savage |
Expand Down
2 changes: 1 addition & 1 deletion covid19-southamerica/bolivia.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/26 | json_pp
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/27 | json_pp
2 changes: 1 addition & 1 deletion covid19-southamerica/brasil.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/28 | json_pp
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/30 | json_pp
2 changes: 1 addition & 1 deletion covid19-southamerica/chile.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/48 | json_pp
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/57 | json_pp
2 changes: 1 addition & 1 deletion covid19-southamerica/paraguay.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/180 | json_pp
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/204 | json_pp
2 changes: 1 addition & 1 deletion covid19-southamerica/uruguay.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/224 | json_pp
curl -s https://coronavirus-tracker-api.herokuapp.com/v2/locations/262 | json_pp
Loading

0 comments on commit 01db6b9

Please sign in to comment.