Skip to content

Commit

Permalink
chore(readme): update token name
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ Savage committed Jul 8, 2020
1 parent 4e0a225 commit 4c580f4
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Example_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Describe any steps needed to finish setting up and running your template, includ
**Example:**

Telegraf Configuration requires the following environment variables
- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization

You **MUST** set these environment variables before running Telegraf using something similar to the following commands
Expand Down
2 changes: 1 addition & 1 deletion InfluxDBv2_Covid19_SouthAmerica/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ General instructions on using InfluxDB Templates can be found in the [use a temp

Telegraf Configuration requires the following environment variables
- `INFLUX_HOST` - The host running InfluxDB
- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.

As the bucket was provided in this template, you need to set the following environment data </code>export INFLUX_BUCKET=covid</code>. Also may requiere adjust the information about the location of the executables files and set the agent interval to at least 1h, this for not hit to the api too much and cause service disruption.
Expand Down
2 changes: 1 addition & 1 deletion apache_postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In order to collect information from your Apache server, you will need to add th
### Telegraf
The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)
- `APACHE_HOSTNAME` - The website name, will be used for the `host` tag in measurements
Expand Down
2 changes: 1 addition & 1 deletion csgo/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates
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_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `INFLUX_HOST` - The address of you InfluxDB
- `INFLUX_BUCKET` - The name of the Bucket. If you going to use the bucket included, you need to export the variable. Ex: <code>INFLUX_BUCKET=mssql</code>
Expand Down
2 changes: 1 addition & 1 deletion currency_exchange_rates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates

The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)
- `QUANDL_API_KEY` - The API key for quandl
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates

The Telegraf Configuration requires the following environment variables:

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)

Expand Down
2 changes: 1 addition & 1 deletion github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates
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_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `GITHUB_ACCESS_TOKEN` - Your personal Github token for making API calls

Expand Down
2 changes: 1 addition & 1 deletion haproxy/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates
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_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `INFLUX_HOST` - The host where run InfluxDB

Expand Down
2 changes: 1 addition & 1 deletion jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ No configuration is necessary to gather Jenkins data other than having valid cre
### Telegraf
The data for the dashboard is populated by the included Telegraf Jenkins configuration. The Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)
- `JENKINS_HOST` - The URL where your Jenkins is located
Expand Down
2 changes: 1 addition & 1 deletion linux_system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates

The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)

Expand Down
2 changes: 1 addition & 1 deletion mongodb/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ General instructions on using InfluxDB Templates can be found in the [use a temp

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 master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `INFLUX_BUCKET` - The name of the bucket you will store the data.

Expand Down
2 changes: 1 addition & 1 deletion monitoring_influxdb_1.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates

The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)

Expand Down
2 changes: 1 addition & 1 deletion mssql/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates
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_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `INFLUX_HOST` - The address of you InfluxDB
- `INFLUX_BUCKET` - The name of the Bucket. If you going to use the bucket included, you need to export the variable. Ex: <code>INFLUX_BUCKET=mssql</code>
Expand Down
2 changes: 1 addition & 1 deletion mysql_mariadb/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates
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_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `INFLUX_HOST` - The address of you InfluxDB
- `INFLUX_BUCKET` - The name of the Bucket. If you going to use the bucket included, you need to export the variable. Ex: <code>export INFLUX_BUCKET=mariadb</code>
Expand Down
2 changes: 1 addition & 1 deletion network_interface_performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates

The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_URL` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)

Expand Down
2 changes: 1 addition & 1 deletion nginx_mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ In order to collect information form your MySQL database you will need:
### Telegraf
The data for the dashboard is populated by the included Telegraf NGINX and MySQL configurations. The Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)
- `NGINX_STATUS_URL` - The URL where your server status reports are served from
Expand Down
2 changes: 1 addition & 1 deletion postgresql/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates
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_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `INFLUX_HOST` - The address of you InfluxDB
- `INFLUX_BUCKET` - The name of the Bucket. If you going to use the bucket included, you need to export the variable. Ex: <code>export INFLUX_BUCKET=postgres</code>
Expand Down
2 changes: 1 addition & 1 deletion redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates

The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)

Expand Down
2 changes: 1 addition & 1 deletion sflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates

The Telegraf Configuration requires the following environment variables:

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)

Expand Down
2 changes: 1 addition & 1 deletion snmp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Example for Ubuntu: `sudo apt install snmpd`
### Telegraf
The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to a bucket. You can just use your master token to get started.
- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to a bucket. You can just use your operator token to get started.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)
- `INFLUX_BUCKET` - The name of your bucket (default name is `snmp`)
Expand Down
2 changes: 1 addition & 1 deletion tomcat/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ General instructions on using InfluxDB Templates can be found in the [use a temp

Telegraf Configuration requires the following environment variables
- `INFLUX_HOST` - The host running InfluxDB
- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.

As the bucket was provided in this template, you need to set the following environment data <k>export INFLUX_BUCKET=tomcat</k>. Also is required to specify trough variables the connection string of Tomcat using <k>export TOMCAT_CONNECTION_STRING="you-server:8080//manager/status/all?XML=true"</k> and the user and password.
Expand Down
2 changes: 1 addition & 1 deletion vsphere/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates
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_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `INFLUX_HOST` - The address of you InfluxDB
- `INFLUX_BUCKET` - The name of the Bucket. If you going to use the bucket included, you need to export the variable. Ex: <code>export INFLUX_BUCKET=vsphere</code>
Expand Down
2 changes: 1 addition & 1 deletion windows_system/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates

The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_URL` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)

Expand Down
2 changes: 1 addition & 1 deletion x509/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates
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_TOKEN` - The token with the permissions to read Telegraf configs and write data to the `telegraf` bucket. You can just use your master token to get started.
- `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.
- `INFLUX_ORG` - The name of your Organization.
- `INFLUX_HOST` - The address of you InfluxDB
- `INFLUX_BUCKET` - The name of the Bucket. If you going to use the bucket included, you need to export the variable. Ex: <code>export INFLUX_BUCKET=x509</code>
Expand Down
Loading

0 comments on commit 4c580f4

Please sign in to comment.