bumped node exporter version
This commit is contained in:
parent
6c6bef9cff
commit
8d7b26bc02
@ -10,7 +10,7 @@ Les metrics transférées sont cryptées via TLS.
|
||||
- Create certs:
|
||||
|
||||
```bash
|
||||
openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -keyout gn-prod.key -out gn-prod.crt -subj "/C=FR/ST=PARIS/L=GarageNum/O=prom/CN=legaragenumerique.fr" -addext "subjectAltName = DNS:gnprod"
|
||||
openssl req -new -newkey rsa:4096 -days 3650 -nodes -x509 -keyout gn-prod.key -out gn-prod.crt -subj "/C=FR/ST=PARIS/L=GarageNum/O=prom/CN=legaragenumerique.fr" -addext "subjectAltName = DNS:gnprod"
|
||||
```
|
||||
> remplacer Les infos (C=FR, ST=PARIS, L=GarageNum, ...)
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ services:
|
||||
|
||||
# HOST METRICS
|
||||
nodeexporter:
|
||||
image: prom/node-exporter:latest
|
||||
image: prom/node-exporter:v1.8.2
|
||||
container_name: nodeexporter
|
||||
volumes:
|
||||
- /proc:/host/proc:ro
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user