Prometheus : Install

Channel:
Subscribers:
25,200
Published on ● Video Link: https://www.youtube.com/watch?v=sVZBCU7rEwM



Duration: 8:17
0 views
1


Documentation : https://sbcode.net/prometheus/install-prometheus/

We will setup a dedicated Prometheus server.

Before you start, you will need a Linux server. Preferably an unrestricted Ubuntu 20.04 LTS Server with root access, since all the commands demonstrated in this course were executed on Ubuntu 20.04 LTS Server. I can can recommend using Digital Ocean for your Ubuntu 20.04 LTS. Link https://m.do.co/c/23d277be9014

You will get $50 Free Credit for 30 Days so you can install many minimal $5 per month Ubuntu VMs during that 30 days and try them out as you need. Occasionally the offer is extended to $100 for 60 days.

Alternatively, I also have a Hetzner Cloud coupon where you will receive โ‚ฌ20 in FREE credits : https://hetzner.cloud/?ref=9P2JvW3y3OBA

You can use other operating systems, such as Centos, but all commands in the course are prepared for Ubuntu 20, so you will experience some differences in syntax or equivalent commands which you may need to research yourself if I can't help you.

Once you have an Ubuntu 20.04 LTS server ready, you can start.

SSH onto your server, on windows I use Putty as my SSH client.

# sudo apt install prometheus

This will have installed 2 services being Prometheus and the Prometheus Node Exporter. You can verify there status using the commands. (Press Ctrl-C to exit the status log)

# sudo service prometheus status
# sudo service prometheus-node-exporter status

The install also created a user called Prometheus. You can see which processes it is running by using the command,

# ps -u prometheus







Tags:
prometheus
prometheus course
prometheus tutorials
prometheus engineer