forked from influxdata/community-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: convert code blocks to backticks
- Loading branch information
1 parent
f8a5b6f
commit c788b05
Showing
12 changed files
with
50 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,12 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates | |
- 1 Telegraf Configuration: 'mongodb-config' | ||
- 1 Dashboards: 'MongoDB' | ||
- 1 bucket: 'mongodb' | ||
- 1 label: 'mongodb' | ||
- 1 label: 'mongodb' | ||
|
||
## Setup Instructions | ||
|
||
General instructions on using InfluxDB Templates can be found in the [use a template](../docs/use_a_template.md) document. | ||
|
||
Telegraf Configuration requires the following environment variables | ||
- `INFLUX_HOST` - Your InfluxDB host (ex:http://localhost:9999) | ||
- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your operator token to get started. | ||
|
@@ -38,18 +38,18 @@ General instructions on using InfluxDB Templates can be found in the [use a temp | |
|
||
In order to use this Dashboard, you need to specify the string connection to MongoDB instance as variable. Ex: | ||
|
||
<code>$ export MONGO_STRING_CONNECTION=mongodb://user:auth_key@10.10.3.30:27017</code> | ||
```$ export MONGO_STRING_CONNECTION=mongodb://user:[email protected]:27017``` | ||
|
||
Also, if you want to use the bucket include in this template. please, define the name bucket as variable too. | ||
|
||
<code>$ export INFLUX_BUCKET=mongodb</code> | ||
```$ export INFLUX_BUCKET=mongodb``` | ||
|
||
## Contact | ||
|
||
Author: Ignacio Van Droogenbroeck | ||
|
||
Email: ignacio[at]vandroogenbroeck[dot]net | ||
|
||
Github and Gitlab user: @xe-nvdk | ||
Github and Gitlab user: @xe-nvdk | ||
|
||
Influx Slack: Ignacio Van Droogenbroeck |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters