반응형
1. dependency packages install
dnf -y install initscripts urw-fonts
2. grafana install (rpm)
rpm -ivh https://dl.grafana.com/oss/release/grafana-7.5.2-1.x86_64.rpm
3. service start and enable
systemctl daemon-reload
systemctl enable grafana-server --now
4. Configure the Firewall Rules
firewall-cmd --zone=public --add-port=3000/tcp --permanent
firewall-cmd --reload
5. Access grafana web brower
http://<server-ip>:3000
username : admin / password: admin
# If you cannot find the zabbix plug-in,
grafana-cli plugins install alexanderzobnin-zabbix-app
systemctl restart grafana-server
728x90
'Monitoring' 카테고리의 다른 글
[RHEL8] Grafana Zabbix Data Import (0) | 2021.07.05 |
---|---|
[RHEL8] Grafana Zabbix Plugins Setting (0) | 2021.07.05 |
Zabbix 한글 활성화 방법 (0) | 2021.07.05 |
[RHEL8] Zabbix Client (Agent) Install (0) | 2021.07.05 |
[RHEL8] Zabbix Server Install (0) | 2021.07.05 |