Skip to content

Commit

Permalink
Merge pull request #181 from influxdata/update-enviro-plus
Browse files Browse the repository at this point in the history
fix(enviro): converting to new template format
  • Loading branch information
mhall119 authored Sep 10, 2020
2 parents 55ffdd4 + 205fb83 commit 6078ddc
Show file tree
Hide file tree
Showing 6 changed files with 287 additions and 860 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
tar xvfz influx_nightly_linux_amd64.tar.gz
sudo cp influx_nightly_linux_amd64/{influx,influxd} /usr/local/bin/
influxd --reporting-disabled > /dev/null 2>&1 &
sleep 5
until curl -s http://localhost:8086/health; do sleep 1; done
influx setup -f -b dummy -o influxdata -u ci_user -p password
cd $GITHUB_WORKSPACE
find $GITHUB_WORKSPACE \( ! -path '*/.*' \) -type f -name "*.yml" -print0 | while read -d $'\0' file
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Start by reading [how to use a template](docs/use_a_template.md), then check eac
| [Docker](docker/) | Monitor your running docker containers. | [@russorat](https://github.com/russorat) |
| [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. | Simon Loffler |
| [Enviro+](enviro_plus/) | View the air quality readings from a Pimoroni Enviro+ particulate matter sensor. | Russ Savage |
| [Fortnite](fortnite/) | Track and analyze Fortnite player performance. | [@abalone23](https://github.com/abalone23) |
| [GCP Monitoring](gcp_monitoring/) | Monitor Google Cloud Platform. | [bonitoo.io](.) |
| [Github](github/) | View information about your Github Repos. Forks, Issues, Stars and more. | [Ignacio Van Droogenbroeck](https://github.com/xe-nvdk) |
Expand Down
Loading

0 comments on commit 6078ddc

Please sign in to comment.