-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
20 lines (14 loc) · 1.28 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Elrond real-time node performance and health monitoring with Zabbix & Grafana
powered by Disruptive Digital (c) 2020-2023
Big thanks to Jose from The Palm Tree Network for the wonderful installation guide: https://thepalmtree.network/en/zabbix-elrond-guide/
Big thanks also to Vasile Radu from Arc Stake, Mihai Eremia from Trust Staking, Dr. Delphi from Staking Agency for all the help they provided
These scripts install Zabbix server, Zabbix agent, Grafana server and automates all the necessary configurations to properly monitor your MultiversX nodes.
Make sure you have git installed, if not, run the following commands:
sudo apt update
sudo apt install git
Zabbix server installation:
cd ~ && git clone https://github.com/disruptivedigital/dd-zabbix-server-agent-grafana-install.git && cd dd-zabbix-server-agent-grafana-install && bash dd-zabbix-server-install-config.sh
Zabbix agent installation:
cd ~ && git clone https://github.com/disruptivedigital/dd-zabbix-server-agent-grafana-install.git && cd dd-zabbix-server-agent-grafana-install && bash dd-zabbix-agent-install-config.sh
Grafana server installation:
cd ~ && git clone https://github.com/disruptivedigital/dd-zabbix-server-agent-grafana-install.git && cd dd-zabbix-server-agent-grafana-install && bash dd-grafana-server-install-config.sh