Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample air sensor template #293

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions sample-data-air-sensor/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Sample Data Template – Air Sensors

This InfluxDB Template can be used to quickly load and visualize sample air
sensor data your InfluxDB Instance.
Data includes temperature, humidity, and carbon monoxide metrics.

![Air Sensor Sample Data Dashboard Screenshot](img/air-sensor-dashboard.png)

### Quick Install

#### InfluxDB UI

In the InfluxDB UI, go to Settings->Templates and enter this URL: https://raw.githubusercontent.com/influxdata/community-templates/master/sample-data-air-sensor/sample-data-air-sensor.yml

#### Influx CLI
If you have your InfluxDB credentials [configured in the CLI](https://docs.influxdata.com/cloud/reference/cli/influx/config/), you can install this template with:

```
influx apply -u https://raw.githubusercontent.com/influxdata/community-templates/master/sample-data-air-sensor/sample-data-air-sensor.yml
```

### Included Resources

- 1 Bucket: `sampledata`, 7d retention
- 1 Dashboard: `Air Sensors`
- 1 Task: `Sample Data - Air Sensors`
- 1 Variable: `temperature_unit`
- 1 Label: `Sample data`

## Contact

- Author: Scott Anderson
- Email: [email protected]
- Github: [@sanderson](https://github.com/sanderson)
- Influx Slack: [@scott](https://influxdata.com/slack)
Loading