Page cover

Grafana Installation

Standalone Linux Binaries:

wget https://dl.grafana.com/enterprise/release/grafana-enterprise-10.2.3.linux-amd64.tar.gz
tar -zxvf grafana-enterprise-10.2.3.linux-amd64.tar.gz

Config file of grafana: `/etc/grafana/grafana.ini

sudo /bin/systemctl enable grafana-server
Synchronizing state of grafana-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable grafana-server
Created symlink /etc/systemd/system/multi-user.target.wants/grafana-server.service → /lib/systemd/system/grafana-server.service.
 sudo /bin/systemctl start grafana-server
 sudo /bin/systemctl status grafana-server

Default password: admin:admin

Current passwd: admin:admin@2024A

Dashboard ID: 3662

Adding Prometheus host_IP on Grafana during configuration

Steps: to add prometheus

Dashboard Link of grafana Source: Official Documentation of grafana

Notification Alert System:

Methods:

1) email -> smtp not set out -> (pending)

2) discord-webhook url : Sucessfully tested

Discord webhook configuration

Now, send test notification:

You can access through the given invitation link:

https://discord.gg/ShqdMvgt

We can also configure admin option.

Last updated