How to install and configure Prometheus with Grafana on ...
www.techbeginner.in › 2020 › 12Dec 27, 2020 · Step 3: Install Prometheus . You need to update the ubuntu repository and use the following command to install prometheus packages. sudo apt-get update sudo apt-get install prometheus prometheus-node-exporter prometheus-pushgateway prometheus-alertmanager -y. Here we are installing all the required package for the prometheus along with aletmanager, node-expoter and pushgateway.