We're here to assist with any of your needs, don't hestitate to reach out.
Prometheus is an open-source monitoring and alerting toolkit. It was originally created at SoundCloud in 2012 and has since gained popularity as a powerful monitoring solution.
Here are the steps to install Prometheus on Ubuntu 18.04:
$ sudo apt update
$ sudo apt install prometheus
$ sudo nano /etc/prometheus/prometheus.yml
$ sudo systemctl start prometheus
$ sudo systemctl enable prometheus
/etc/prometheus/prometheus.yml
. Edit the file using your preferred text editor.
scrape_configs:
- job_name: 'my_web_server'
static_configs:
- targets: ['localhost:9090']
http://localhost:9090
.That's it! You have successfully installed Prometheus on Ubuntu 18.04.
What our customers say about us
Create your free account today.