Postgres Database Monitoring using Grafana Dashboard using template
1. We need to make sure that Grafana is installed already. 2. We need following postgresql dashboard to be imported in Grafana. //grafana.com/dashboards/4164 3. Please download and install influxDB in postgresql server to be added in Grafana monitoring. wget //dl.influxdata.com/influxdb/releases/influxdb-1.7.4.x86_64.rpm sudo yum localinstall influxdb-1.7.4.x86_64.rpm 4. Please configure and restart influxDB Please change influxdb.conf /etc/influxdb/influxdb.conf We need to enable it # […]