Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the-node75/mon_celestia
Monitoring tool for Celestia node based on Telegraf/InfluxDB/Grafana, based on https://github.com/shurinov/mon_umee
https://github.com/the-node75/mon_celestia
Last synced: about 1 month ago
JSON representation
Monitoring tool for Celestia node based on Telegraf/InfluxDB/Grafana, based on https://github.com/shurinov/mon_umee
- Host: GitHub
- URL: https://github.com/the-node75/mon_celestia
- Owner: the-node75
- License: apache-2.0
- Created: 2024-07-15T08:53:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T08:58:47.000Z (6 months ago)
- Last Synced: 2024-08-10T17:11:18.477Z (5 months ago)
- Language: Shell
- Size: 512 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-celestia - monitoring tool
README
# Celestia node monitoring tool
Monitoring tool for Celestia node based on Telegraf/InfluxDB/Grafana, based on https://github.com/shurinov/mon_umeeTo monitor you node your should have installed and configured:
On node server:
* [Celestia consensus + DA nodes](https://docs.celestia.org/) which should be configured (correct moniker, validator key, network ports setup)
* [Telegraf agent](https://www.influxdata.com/time-series-platform/telegraf/)
* [mon_celestia](https://github.com/the-node75/mon_celestia) scripts setOn monitoring server:
* [InfluxDB](https://www.influxdata.com/products/influxdb/)
* [Grafana](https://grafana.com/)It is possible to install the software on the node server instance. Hovewer, it is better to move it to standalone instance with opened web access to watch it from browser at any location.
## Features
* General server's metrics (CPU load, RAM/Swap usage, Storage, Network statistic)
* Validator monitoring (binary version, sync state, block height, peers cnt, VP, missed blocks, etc)
* Bridge node monitoring (binary version, bridge height, bridge height lag)
* RPC/Sentry nodes monitoring## Dashboard View
![Grafana dashboard screenshot](./doc/celestia_cluster_dashboard.png)
## The following steps will guide you through the setup process:
* [Setup monitoring server ](./doc/setup_monitoring_server.md)
* [Setup monitoring on node](./doc/setup_node_monitoring.md)