terraform-grafana
Prometheus and Grafana installlation
Terraform project - Team 4
Prerequisites
t4.large
Terraform version - 0.11.14
Prometheusand Grafana server installation
Create VPC with:
3 private subnets
3 public subnets
Public subnets attached to IGW.
Private subnets attached to NG.
Configure Route Tables
Created instances with a Provisioner that installled Prometheus, Grafana, and Node Exporter .
What is Prometheus?
Prometheus is an open-source system monitoring and alerting toolkit origianally built at SoundCloud.
What is Grafana?
Grafana is an open-source visualization tool.
screen_shot_2020-05-09_at_2 33 35_pm
After sucessful installation you can log into Prometheus with :9090
After sucessful installation log into Grafana with :3000
screen_shot_2020-05-09_at_2 39 52_pm
In Grafama add DataSource-Prometheus. From there you can build a Dashboard with Graphs that you pick.
terraform-grafana Prometheus and Grafana installlation
Terraform project - Team 4
Prerequisites
t4.large Terraform version - 0.11.14 Prometheusand Grafana server installation Create VPC with: 3 private subnets 3 public subnets Public subnets attached to IGW. Private subnets attached to NG. Configure Route Tables Created instances with a Provisioner that installled Prometheus, Grafana, and Node Exporter .
What is Prometheus?
Prometheus is an open-source system monitoring and alerting toolkit origianally built at SoundCloud.
What is Grafana?
Grafana is an open-source visualization tool.
screen_shot_2020-05-09_at_2 33 35_pm
After sucessful installation you can log into Prometheus with :9090
After sucessful installation log into Grafana with :3000
screen_shot_2020-05-09_at_2 39 52_pm
In Grafama add DataSource-Prometheus. From there you can build a Dashboard with Graphs that you pick.