Post

Grafana

Grafana is a data visualization and monitoring platform that enables users to query, visualize, alert on and understand metrics, logs, and other data sources. It integrates with various data sources, including Prometheus, InfluxDB, Elasticsearch, and many others, to present a unified view of the data and enable users to create insightful and interactive dashboards.

Grafana

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/grafana.sh)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Alpine install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-grafana.sh)"
CPU: 1 cores RAM: 256 MB Disk: 2 GB OS: Alpine 3.23

Default Credentials

UsernamePassword
adminadmin

Configuration

Config file:

1
Debian: /etc/grafana/grafana.ini | Alpine: /etc/grafana.ini

Web Interface

Port: 3000

Source code
Loading...