/
bubapb
/
Devops-Tools-Documentation
Обзор
Документация
Войти
/
bubapb
/
Devops-Tools-Documentation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Devops-Tools-Documentation
/
Monitoring
/
Monitoring_Docker
/
..
node-exporter
Fix #205 Fix #206 Fix #211
3 года назад
prometheus_config
Fix #205 Fix #206 Fix #211
3 года назад
README.md
Fix #214
3 года назад
img.png
update-monitoring-docker-img
3 года назад
Locally Monitoring using Node Exporter into Docker
Step 1: Run Portainer into Docker
Step 2: Create a stack on Portainer
1. Create a Stack on Portainer named `monitoring`
2. Copy what's in the `node-exporter/docker-compose.yml` into the stack web editor and deploy the stack
Step 3: Run Prometheus into Docker
What this commands will do?
1. Create a docker volume prometheusdata
2. Run a container named prometheus-docker
3. Using port 9090
4. Set persistent volume name to prometheusdata
5. Attach the container to network `monitoringdefault`
6. Create the container from the image prom/prometheus
Check Node Exporter is up and running
Step 3: Run Grafana into Docker
What this command will do?
1. Create a docker volume grafanadata
2. Run a container named grafana-docker
3. Using port 3000
4. Set persistent volume name to grafanadata
5. Set persistent volume path to /var/lib/grafana
6. Attach the container to network `monitoringdefault`
7. Create the container from the image grafana/grafana
Step4: Connect Grafana to Pull metrics from Prometheus
README.md