Comments on How to Install Grafana and Prometheus on Rocky Linux 9
Grafana is an open-source and multi-platform data visualization platform developed by Grafana Labs. Grafana provides an interactive data visualization web application, which includes charts, graphs, and alerts. In this tutorial, I will install Grafana open-source analytics and visualization web application with Nginx as a reverse proxy. Then, I will install and configure the Prometheus open-source system monitoring with Node Exporter to gather system metrics.
1 Comment(s)
Comments
1- for the Certs in nginx , you can use self signed as the following , and make sure that it is have read by nginx user openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout nginx-selfsigned.key -out nginx-selfsigned.crt , REF https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-nginx-in-ubuntu-20-04-1 for me had to disable selinux so the nginx can connect to Grafana