#272: Download and Run Prometheus - Rmhibbert/oe2-group-c GitHub Wiki
Link to the ticket: https://rt.dataraster.com/Ticket/Display.html?id=272&results=08ff36fb9648e540f82f5e90b82a93af
Step by step
Download Prometheus on backup server
Description: run the download
Command: wget https://github.com/prometheus/prometheus/releases/download/v2.53.4/prometheus-2.53.4.linux-amd64.tar.gz
Unpack the tar file and move into the extracted directory
Description: run the command
Command:
tar -xvf prometheus-2.53.4.linux-amd64.tar.gz cd prometheus-2.53.4.linux-amd64
Start Prometheus
Description: start Prometheus with the following command
Command: sudo ./prometheus --config.file=prometheus.yml
Start Prometheus
Description: start Prometheus with the following command
Command: sudo ./prometheus --config.file=prometheus.yml
Visit http://13.75.232.244:9090