Skip to content

Commit

Permalink
Merge branch 'doc/#5553/fix-wrong-user-for-tech-metrics-connection' i…
Browse files Browse the repository at this point in the history
…nto 'develop'

doc: fix tech metrics database user

See merge request canopsis/canopsis-pro!4062
  • Loading branch information
samyscoub committed Aug 9, 2024
2 parents 19560f5 + 8b58406 commit 8e44c24
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Les données collectées sont stockées dans une base `timescaledb` et donc `pos
Définir la chaine de connexion à cette base de données dans le fichier `compose.env`

```
CPS_POSTGRES_TECH_URL=postgresql://cpspostgres:canopsis@timescaledb:5432/canopsis_tech_metrics
CPS_POSTGRES_TECH_URL=postgresql://cpspostgres_tech_metrics:canopsis@timescaledb:5432/canopsis_tech_metrics
```

=== "Paquets RHEL 8"
Expand All @@ -59,7 +59,7 @@ Les données collectées sont stockées dans une base `timescaledb` et donc `pos
Définir la chaine de connexion à cette base de données dans le fichier `/opt/canopsis/etc/go-engines-vars.conf

```
CPS_POSTGRES_TECH_URL=postgresql://cpspostgres:canopsis@timescaledb:5432/canopsis_tech_metrics
CPS_POSTGRES_TECH_URL=postgresql://cpspostgres_tech_metrics:canopsis@timescaledb:5432/canopsis_tech_metrics
```

### Activation des collectes
Expand Down

0 comments on commit 8e44c24

Please sign in to comment.