mystamps icon indicating copy to clipboard operation
mystamps copied to clipboard

Install Prometheus and Grafana for monitoring

Open php-coder opened this issue 5 years ago • 1 comments

  • [ ] install Prometheus (http://localhost:9090)
    • should monitor itself (?)
    • should monitor node-exporter
    • should notify when node-exporter is down
  • [ ] install Grafana
  • [ ] install node-exporter (http://localhost:9100)
  • [ ] install alert-manager (http://localhost:9093)
  • [ ] add ansible roles

php-coder avatar Dec 21 '20 05:12 php-coder

Related:

  • https://www.callicoder.com/spring-boot-actuator-metrics-monitoring-dashboard-prometheus-grafana/
  • https://grafana.com/grafana/dashboards/6756
  • https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/canvas/
  • https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/node-graph/
  • https://docs.ansible.com/ansible/latest/collections/community/grafana/index.html
  • https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_dashboard_module.html
  • https://prometheus-community.github.io/ansible/branch/main/

php-coder avatar Jul 10 '22 08:07 php-coder