Skip to content

Commit 9c90d43

Browse files
committed
correct apply command
1 parent 70f83f4 commit 9c90d43

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The included template file named `influx_dashboard.json` includes the provided d
4242
You will need to apply this template file to your running InfluxDB instance. Copy the `influx_dashboard.json` file into your hosts' influxdb2 path. If you followed the Setup instructions above, the path would be `/opt/data/influxdb2`. The below command can be used to perform this step. This command assumes you are running Influx in a container named `influxdb`.
4343

4444
```
45-
docker exec influxdb influx -f /var/lib/influxdb2/influx_dashboard.json --org vuegraf -t <my-influx-token>
45+
docker exec influxdb influx apply -f /var/lib/influxdb2/influx_dashboard.json --org vuegraf -t <my-influx-token>
4646
```
4747

4848
Replace the `<my-influx-token>` with the All Access Token you generated in the Influx _Load Data -> API Tokens_ screen.

screenshots/notification_rule.png

-4.41 KB
Loading

0 commit comments

Comments
 (0)