summaryrefslogtreecommitdiff
path: root/doc/monitoring
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-20 23:10:27 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-20 23:10:27 +0100
commitdd59fc213c6cf2a2efb39eda241f453bbd1e82c7 (patch)
treedc9a3f4c9acb56374ad76528e8caa4b37a60a516 /doc/monitoring
parent82bc7679e782059568402a282905d3d607dbb97d (diff)
downloadgitlab-ce-dd59fc213c6cf2a2efb39eda241f453bbd1e82c7.tar.gz
Change InfluxDB admin username
[ci skip]
Diffstat (limited to 'doc/monitoring')
-rw-r--r--doc/monitoring/performance/influxdb_configuration.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/monitoring/performance/influxdb_configuration.md b/doc/monitoring/performance/influxdb_configuration.md
index df5e4af7fad..3a2b598b78f 100644
--- a/doc/monitoring/performance/influxdb_configuration.md
+++ b/doc/monitoring/performance/influxdb_configuration.md
@@ -135,7 +135,7 @@ If you want to [enable authentication](#http), you might want to [create an
admin user][influx-admin]:
```
-influx -execute "CREATE USER thedude WITH PASSWORD '1234' WITH ALL PRIVILEGES"
+influx -execute "CREATE USER jeff WITH PASSWORD '1234' WITH ALL PRIVILEGES"
```
## Create the `gitlab` database
@@ -145,8 +145,8 @@ Make sure you have changed the [storage engine](#storage-engine) to `tsm1`
before creating a database.
_**Note:** If you [created an admin user](#create-a-new-admin-user) and enabled
-[HTTP authentication](#http), remember to append the username (`-username thedude`)
-and password (`-password 1234`) to the commands below._
+[HTTP authentication](#http), remember to append the username (`-username <username>`)
+and password (`-password <password>`) you set earlier to the commands below._
Run the following command to create a database named `gitlab`: