diff --git a/Example_README.md b/Example_README.md index 5fcd6011..e73a7b19 100644 --- a/Example_README.md +++ b/Example_README.md @@ -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 diff --git a/InfluxDBv2_Covid19_SouthAmerica/readme.md b/InfluxDBv2_Covid19_SouthAmerica/readme.md index 5f025e53..3137a33c 100644 --- a/InfluxDBv2_Covid19_SouthAmerica/readme.md +++ b/InfluxDBv2_Covid19_SouthAmerica/readme.md @@ -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 export INFLUX_BUCKET=covid. 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. diff --git a/apache_postgresql/README.md b/apache_postgresql/README.md index 48e75f3d..c5211da2 100644 --- a/apache_postgresql/README.md +++ b/apache_postgresql/README.md @@ -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 diff --git a/csgo/readme.md b/csgo/readme.md index 8246470c..e71ff1cc 100644 --- a/csgo/readme.md +++ b/csgo/readme.md @@ -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: INFLUX_BUCKET=mssql diff --git a/currency_exchange_rates/README.md b/currency_exchange_rates/README.md index 60be9b6e..8d2cca35 100644 --- a/currency_exchange_rates/README.md +++ b/currency_exchange_rates/README.md @@ -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 diff --git a/docker/README.md b/docker/README.md index 3994fc7d..6f964c12 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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) diff --git a/github/readme.md b/github/readme.md index 10bc0161..2e43934f 100644 --- a/github/readme.md +++ b/github/readme.md @@ -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 diff --git a/haproxy/readme.md b/haproxy/readme.md index 54e9912c..ec29836b 100644 --- a/haproxy/readme.md +++ b/haproxy/readme.md @@ -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 diff --git a/jenkins/README.md b/jenkins/README.md index 45fb82ba..2012fca6 100644 --- a/jenkins/README.md +++ b/jenkins/README.md @@ -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 diff --git a/linux_system/README.md b/linux_system/README.md index 05c5baf6..26b68d5e 100644 --- a/linux_system/README.md +++ b/linux_system/README.md @@ -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) diff --git a/mongodb/readme.md b/mongodb/readme.md index 93e5a5cb..36ce3a7c 100644 --- a/mongodb/readme.md +++ b/mongodb/readme.md @@ -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. diff --git a/monitoring_influxdb_1.x/README.md b/monitoring_influxdb_1.x/README.md index 323e2fa8..924ca813 100644 --- a/monitoring_influxdb_1.x/README.md +++ b/monitoring_influxdb_1.x/README.md @@ -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) diff --git a/mssql/readme.md b/mssql/readme.md index d85df974..e883b8d3 100644 --- a/mssql/readme.md +++ b/mssql/readme.md @@ -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: INFLUX_BUCKET=mssql diff --git a/mysql_mariadb/readme.md b/mysql_mariadb/readme.md index dbcb9636..95ecd61f 100644 --- a/mysql_mariadb/readme.md +++ b/mysql_mariadb/readme.md @@ -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: export INFLUX_BUCKET=mariadb diff --git a/network_interface_performance/README.md b/network_interface_performance/README.md index c7d97abb..8681910b 100644 --- a/network_interface_performance/README.md +++ b/network_interface_performance/README.md @@ -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) diff --git a/nginx_mysql/README.md b/nginx_mysql/README.md index 1bc7d5c3..05bee5a8 100644 --- a/nginx_mysql/README.md +++ b/nginx_mysql/README.md @@ -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 diff --git a/postgresql/readme.md b/postgresql/readme.md index bd0c5d02..83a451f2 100644 --- a/postgresql/readme.md +++ b/postgresql/readme.md @@ -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: export INFLUX_BUCKET=postgres diff --git a/redis/README.md b/redis/README.md index 282f3c1c..4b3e049e 100644 --- a/redis/README.md +++ b/redis/README.md @@ -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) diff --git a/sflow/README.md b/sflow/README.md index aceb7666..c12788d5 100644 --- a/sflow/README.md +++ b/sflow/README.md @@ -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) diff --git a/snmp/README.md b/snmp/README.md index dd7d0c0f..a20afd23 100644 --- a/snmp/README.md +++ b/snmp/README.md @@ -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`) diff --git a/tomcat/readme.md b/tomcat/readme.md index bdd897c6..54aaea59 100644 --- a/tomcat/readme.md +++ b/tomcat/readme.md @@ -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 export INFLUX_BUCKET=tomcat. Also is required to specify trough variables the connection string of Tomcat using export TOMCAT_CONNECTION_STRING="you-server:8080//manager/status/all?XML=true" and the user and password. diff --git a/vsphere/readme.md b/vsphere/readme.md index 0ee97c65..11e5230e 100644 --- a/vsphere/readme.md +++ b/vsphere/readme.md @@ -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: export INFLUX_BUCKET=vsphere diff --git a/windows_system/README.md b/windows_system/README.md index 5064b126..0f298eb4 100644 --- a/windows_system/README.md +++ b/windows_system/README.md @@ -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) diff --git a/x509/readme.md b/x509/readme.md index 40704b42..e12488a0 100644 --- a/x509/readme.md +++ b/x509/readme.md @@ -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: export INFLUX_BUCKET=x509 diff --git a/zookeeper/readme.md b/zookeeper/readme.md index 1b1fd1e6..61f7c60e 100644 --- a/zookeeper/readme.md +++ b/zookeeper/readme.md @@ -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. In this case, the bucket was included, so, you need to specify 'INFLUX_BUCKET=zookeeper'