Script for Setting up Promethus and Loki
This is a shell script which automates the installation and configuration for Prometheus (with cAdvisor and NodeExporter) and Loki
About
This is a shell script which automates the installation and configuration for Prometheus (with cAdvisor and NodeExporter) and Loki. This script performs following tasks:
- Installs Pre-requisites,
cURL
anddocker-compose
, if required - Configures
prometheus.yml
,docker-compose.yml
for Prometheus. Including Prometheus task for Metrics scraping from Keep Random Beacon or ECDSA Nodes - Permission setup on Prometheus folder for the prom container to start correctly
- Loki Docker driver installation and configuration
- Loki
docker-compose.yml
andlocal-config.yaml
configure-monitoring.sh
.