Monitoring
This guide covers the installation of symphony node Monitoring.
To install symphony node, you need to have several prerequisites in place. Here's a list of all the essential pre-requisites for setting up and working on this project.
Prerequisites
1
Hardware Requirements
- Os: Ubuntu 20.04+ / Debian 11
- Python: 3.8+
2
Dependencies
Update your system and make sure you installed this dependencies.
# install dependencies, if needed
sudo apt update && sudo apt upgrade -y
sudo apt update && sudo apt install -y git python3 python3-pip -y
Installation
1
Installation
# install go, if needed
git clone https://github.com/nodesmesta/symphony-alert.git
cd symphony-alert
python3 setup.py
The setup will ask for some information, including RPC URL, Telegram Bot Token, and Validator Address.
Cheat Sheet Monitoring
1
Log Service
sudo journalctl -u checker.service -f
2
Restart Monitoring service
sudo systemctl restart checker.service
3
Delete of Monitoring
Danger Zone:
This command bellow can make your monitoring Deleted
sudo systemctl stop checker.service
sudo systemctl disable checker.service
sudo rm /etc/systemd/system/checker.service
sudo systemctl daemon-reload
Join With Nodesemesta Communitty
If you need more an information join with us to communicate