diff --git a/environment_config.yaml b/environment_config.yaml index e7ef9e21..afef73ef 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -12,8 +12,8 @@ attributes: influxdb_rootpass: value: '' - label: 'root password' - description: 'The password of the InfluxDB root' + label: 'Root password' + description: 'The password of the InfluxDB root user' weight: 30 type: "password" regex: @@ -22,8 +22,8 @@ attributes: influxdb_dbname: value: 'lma' - label: 'db name' - description: 'The name of the database used to store metrics' + label: 'Database name' + description: 'The name of the database used to store the metrics' weight: 40 type: "text" regex: @@ -32,7 +32,7 @@ attributes: influxdb_username: value: 'lma' - label: 'user name' + label: 'User name' description: 'The name of the InfluxDB user' weight: 50 type: "text" @@ -42,7 +42,7 @@ attributes: influxdb_userpass: value: '' - label: 'user password' + label: 'User password' description: 'The password of the InfluxDB user' weight: 60 type: "password" diff --git a/figures/influxdb-grafana-plugin.png b/figures/influxdb-grafana-plugin.png old mode 100755 new mode 100644 index 537363bc..17ab4f24 Binary files a/figures/influxdb-grafana-plugin.png and b/figures/influxdb-grafana-plugin.png differ