Monitoring
Monitoring
One line installation:
. <(wget -qO- https://raw.githubusercontent.com/L0vd/chain-services/main/mainnets/axelar/monitoring/axelar-monitoring-install.sh)OR Manual installation of telegraf and monitoring script
sudo apt update
sudo apt -y install curl jq bc
# install telegraf
wget https://dl.influxdata.com/telegraf/releases/telegraf_1.14.1-1_amd64.deb
dpkg -i telegraf_*.deb
sudo systemctl enable --now telegraf
sudo systemctl is-enabled telegraf
# make the telegraf user sudo and adm to be able to execute scripts as axelar user
sudo adduser telegraf sudo
sudo adduser telegraf adm
sudo -- bash -c 'echo "telegraf ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers'Dashboard interface


Mon health
Sync status
Block height
Time since latest block
Peers
Jailed status
Missed blocks
Bonded status
Voting power
Delegated tokens
Version
Vali Rank
Active validator numbers
Other common system metrics: CPU/RAM/FS load, etc.
Last updated