diff --git a/InfluxDBv2_Covid19_SouthAmerica/readme.md b/InfluxDBv2_Covid19_SouthAmerica/readme.md index 0d380ecc..5d00cfaa 100644 --- a/InfluxDBv2_Covid19_SouthAmerica/readme.md +++ b/InfluxDBv2_Covid19_SouthAmerica/readme.md @@ -1,8 +1,8 @@ -# COVID-19 Dashboard focused in South America Data. +# COVID-19 Dashboard focused in South America Data. Provided by: Ignacio Van Droogenbroeck -This Dashboard graph information about COVID-19 focused in Argentina, Bolivia, Brasil, Chile, Paraguay and Uruguay. Current data, new cases, graph about totals of cases and deaths. Also overall worldwide information about cases and deaths. +This Dashboard graph information about COVID-19 focused in Argentina, Bolivia, Brasil, Chile, Paraguay and Uruguay. Current data, new cases, graph about totals of cases and deaths. Also overall worldwide information about cases and deaths. ![Dashboard Screenshot](screenshot.png) @@ -30,13 +30,13 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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` - 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 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. +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. ## Contact @@ -44,6 +44,6 @@ 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 diff --git a/csgo/readme.md b/csgo/readme.md index 53203a8b..e026c25e 100644 --- a/csgo/readme.md +++ b/csgo/readme.md @@ -30,12 +30,12 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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_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 + - `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``` In order to use this dashboard you need to get an API key and your Steam User ID: @@ -50,6 +50,6 @@ 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 diff --git a/haproxy/readme.md b/haproxy/readme.md index d2ec9ef5..76420f5a 100644 --- a/haproxy/readme.md +++ b/haproxy/readme.md @@ -2,7 +2,7 @@ Provided by: Ignacio Van Droogenbroeck -This dashboard help you get metrics of your HAProxy instance. +This dashboard help you get metrics of your HAProxy instance. ![Dashboard Screenshot](screenshot.png) @@ -29,13 +29,13 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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_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 -In order to use this template, you need to specify the HAProxy instance, if you have one to monitor, you can pass as variable the name and port of the host. Ex $ export haproxy_stats=http://localhost:10000/stats +In order to use this template, you need to specify the HAProxy instance, if you have one to monitor, you can pass as variable the name and port of the host. Ex ```$ export haproxy_stats=http://localhost:10000/stats``` If you have more instances of HAProxy I recommend you to edit the haproxy.yml to add others hosts. ## Contact @@ -44,6 +44,6 @@ 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 \ No newline at end of file +Influx Slack: Ignacio Van Droogenbroeck diff --git a/jboss_wildfly/readme.md b/jboss_wildfly/readme.md index 672e4c02..bb035de9 100644 --- a/jboss_wildfly/readme.md +++ b/jboss_wildfly/readme.md @@ -29,16 +29,16 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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_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_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=jboss-wildfly + - `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=jboss-wildfly``` In order to use this Dashboard, you need to specify the connection string to connect to the jBoss Wildfly / Jolokia instance as variable. -ex: $ export $JBOSS_CONNECTION_STRING=http://localhost:8080/jolokia +ex: ```$ export $JBOSS_CONNECTION_STRING=http://localhost:8080/jolokia``` ## Contact @@ -46,6 +46,6 @@ 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 diff --git a/mongodb/readme.md b/mongodb/readme.md index dd7f9783..f1a429fa 100644 --- a/mongodb/readme.md +++ b/mongodb/readme.md @@ -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,11 +38,11 @@ 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: -$ export MONGO_STRING_CONNECTION=mongodb://user:auth_key@10.10.3.30:27017 +```$ export MONGO_STRING_CONNECTION=mongodb://user:auth_key@10.10.3.30:27017``` Also, if you want to use the bucket include in this template. please, define the name bucket as variable too. -$ export INFLUX_BUCKET=mongodb +```$ export INFLUX_BUCKET=mongodb``` ## Contact @@ -50,6 +50,6 @@ 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 diff --git a/mssql/readme.md b/mssql/readme.md index 4a3b1cef..a0bde4ed 100644 --- a/mssql/readme.md +++ b/mssql/readme.md @@ -30,12 +30,12 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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_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 + - `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``` ## Additional Instructions For Azure DB @@ -60,6 +60,6 @@ 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 diff --git a/mysql_mariadb/readme.md b/mysql_mariadb/readme.md index 34f7a49a..06e35216 100644 --- a/mysql_mariadb/readme.md +++ b/mysql_mariadb/readme.md @@ -29,16 +29,16 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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_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 + - `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``` In order to use this Dashboard, you need to specify the connection string to the mySQL/MariaDB instance as variable. The same needs to define user and password (read only recommended) -ex: $ export $MYSQL_CONNECTION_STRING=user@tcp(127.0.0.1:3306)/?tls=false +ex: ```$ export $MYSQL_CONNECTION_STRING=user@tcp(127.0.0.1:3306)/?tls=false``` ## Contact @@ -46,6 +46,6 @@ 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 diff --git a/postgresql/readme.md b/postgresql/readme.md index 8a5944b2..e90277f1 100644 --- a/postgresql/readme.md +++ b/postgresql/readme.md @@ -29,16 +29,16 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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_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 + - `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``` In order to use this Dashboard, you need to specify the connection string to the Postgres instance as variable. The same needs to define user and password (read only recommended) -ex: $ export PSQL_STRING_CONNECTIONG=postgres://postgres:mysecretpassword@localhost:5432 +ex: ```$ export PSQL_STRING_CONNECTIONG=postgres://postgres:mysecretpassword@localhost:5432``` ## Contact @@ -46,6 +46,6 @@ 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 diff --git a/speedtest/readme.md b/speedtest/readme.md index 1ad24502..34e05f7d 100644 --- a/speedtest/readme.md +++ b/speedtest/readme.md @@ -2,7 +2,7 @@ Provided by: Ignacio Van Droogenbroeck -This template offer a view of your Internet connection Speed. +This template offer a view of your Internet connection Speed. ![Dashboard Screenshot](screenshot.jpg) @@ -29,13 +29,13 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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_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 -In order to use this template, you must install speedtest-cli. If you're using Debian based distributions, you need to run sudo apt install speedtest-cli +In order to use this template, you must install speedtest-cli. If you're using Debian based distributions, you need to run ```sudo apt install speedtest-cli``` ## Contact @@ -43,6 +43,6 @@ 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 diff --git a/vsphere/readme.md b/vsphere/readme.md index dc06d067..2c1de127 100644 --- a/vsphere/readme.md +++ b/vsphere/readme.md @@ -24,17 +24,17 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates - 1 Telegraf Configuration - 1 Dashboards: vsphere.yml - 1 bucket: 'vsphere' - - 1 label: 'vsphere' + - 1 label: 'vsphere' ## 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_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 + - `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``` In order to use this Dashboard, you need to specify as variable the address to the vSphere (EX: https://vsphere/sdk), also, you need to provide the username and password as variable too. @@ -44,6 +44,6 @@ 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 diff --git a/x509/readme.md b/x509/readme.md index 92e4ae13..17d01b0e 100644 --- a/x509/readme.md +++ b/x509/readme.md @@ -24,17 +24,17 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates - 1 Telegraf Configuration - 1 Dashboards: x509.yml - 1 bucket: 'x509' - - 1 label: 'x509' + - 1 label: 'x509' ## 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_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 + - `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``` In order to use this template, before import, you need to specify the certificates you want monitor in the x509.yml file. @@ -44,6 +44,6 @@ 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 diff --git a/zookeeper/readme.md b/zookeeper/readme.md index 06f0ef31..97e1f4fd 100644 --- a/zookeeper/readme.md +++ b/zookeeper/readme.md @@ -29,16 +29,16 @@ influx apply -u https://raw.githubusercontent.com/influxdata/community-templates ## 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_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' - + In order to use this Dashboard, you need to specify the address to the ZooKeeper client (EX: https://localhost:2181) as variable 'ZOOKEEPER_HOST' -$ export ZOOKEEPER_HOST=https://localhost:2181 +```$ export ZOOKEEPER_HOST=https://localhost:2181``` ## Contact @@ -46,6 +46,6 @@ 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 \ No newline at end of file +Influx Slack: Ignacio Van Droogenbroeck