Prometheus : Install
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
Other Videos By SBCODE
2020-09-25 | Prometheus : Install Alertmanager |
2020-09-24 | Prometheus : Alerting Rules |
2020-09-24 | Prometheus : Recording Rules |
2020-09-23 | Prometheus : PromQL Example Queries |
2020-09-22 | Prometheus : Deleting a Time Series |
2020-09-22 | Prometheus : Install an External Node Exporter |
2020-09-21 | Prometheus : Scrape Target Basics |
2020-09-20 | Prometheus : Add Basic Authentication to the User Interface |
2020-09-20 | Prometheus : Add SSL to Nginx Reverse Proxy |
2020-09-20 | Prometheus : Setup Reverse Proxy with Nginx |
2020-09-20 | Prometheus : Install |
2020-09-19 | Dynamic Graphs in Grafana 6 |
2020-09-19 | Grafana : Dynamic Singlestats |
2020-09-19 | Dynamic Tables from Dashboard Variables in Grafana 6 |
2020-09-19 | Dashboard Variables in Grafana 6 |
2020-09-19 | Grafana : Bar Gauge Panel |
2020-09-19 | Grafana : Gauge Panel |
2020-09-19 | Grafana : Stat Panel |
2020-09-19 | Grafana : Graph Panel |
2020-09-15 | Import Zabbix Dashboards in Grafana 7 |
2020-09-15 | Create and Configure a Zabbix Data Source in Grafana 7 |