https://catalogartifact.azureedge.net/publicartifacts/athinfosystems1641442221349.prometheusgrafana-afde4599-c3e8-4e3e-89f4-de4073a9ffb0/image3_Grafana.png

Prometheus-Grafana

av ATH Infosystems

(1 vurderinger)

Version 12.4.2 + Free Support on Ubuntu 24.04

Prometheus–Grafana is an open-source monitoring and visualization stack designed to help teams observe system health, application performance, and infrastructure metrics in real time. Prometheus collects and stores time-series metrics, while Grafana provides interactive dashboards and alerting, making it ideal for DevOps, cloud environments, and production monitoring.

Key Features of Prometheus–Grafana:

  • Open-source monitoring stack for collecting and visualizing metrics.
  • Real-time dashboards for servers, applications, and containers.
  • Powerful alerting and querying capabilities.

Prometheus & Grafana Usage:

$ sudo su
$ sudo apt update
$ cd /home/bb-promGraff/prometheus-grafana
$ Grafana default Login saved in: cat /var/grafana/credentials.txt
$ rm -rf /home/bb-promGraff/prometheus-grafana/prometheus/prometheus.yml && printf "global:\n  scrape_interval: 15s\n\nscrape_configs:\n  - job_name: 'prometheus'\n    static_configs:\n      - targets: ['localhost:9090']\n" > /home/bb-promGraff/prometheus-grafana/prometheus/prometheus.yml && docker rm -f prometheus 2>/dev/null && docker run -d --name prometheus -p 9090:9090 -v /home/bb-promGraff/prometheus-grafana/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml prom/prometheus
$ check containers: docker ps -a
$ Access in browser: 
# Prometheus - http://YOUR_SERVER_IP:9090
# Grafana - http://YOUR_SERVER_IP:3000

Disclaimer:
Prometheus and Grafana are open-source projects maintained by their respective communities. This content is provided for informational purposes only. We are not affiliated with or endorsed by Prometheus or Grafana. All trademarks and product names belong to their respective owners.