Outils pour utilisateurs

Outils du site


tech:notes_prometheus

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:notes_prometheus [2025/04/04 19:46] Jean-Baptistetech:notes_prometheus [2025/04/15 15:59] (Version actuelle) Jean-Baptiste
Ligne 27: Ligne 27:
  
 mkdir -p prometheus/nodes mkdir -p prometheus/nodes
-sudo docker run -p 9090:9090 -v ~/prometheus:/etc/prometheus prom/prometheus+#sudo docker run -p 9090:9090 -v ~/prometheus:/etc/prometheus prom/prometheus 
 +podman run -p 9090:9090 -v ~/prometheus:/etc/prometheus docker.io/prom/prometheus
 ~~~ ~~~
  
Ligne 77: Ligne 78:
       host: "vm1"       host: "vm1"
 ~~~ ~~~
 +
  
 ## Exporter (client) ## Exporter (client)
 +
 +Voir aussi :
 +* check-mk-agent
 +
  
 Créer un compte **node_exporter** Créer un compte **node_exporter**
Ligne 149: Ligne 155:
  
 # starts grafana with your user id and using the data folder # starts grafana with your user id and using the data folder
-docker run -d --user $ID --volume "$PWD/data:/var/lib/grafana" -p 3000:3000 grafana/grafana:7.2.1+#docker run -d --user $ID --volume "$PWD/data:/var/lib/grafana" -p 3000:3000 grafana/grafana:7.2.1 
 + 
 +podman run --volume "$PWD/data:/var/lib/grafana" -p 3000:3000 docker.io/grafana/grafana:7.2.1 
 ~~~ ~~~
  
tech/notes_prometheus.1743788791.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki