IBCmon is the monitoring program whether working well all of the connected IBC from a specific chain(base chain).
-
Monitoring
-
IBC TAO: Automatically search and store all of the well functioning IBC TAO information related with the base chain automatically and vice versa(this mean not only base chain but also couterparties)
-
Client Health: Monitoring whether ibc clients are update well and there's a risk for expired
-
IBC Packet: Monitoring IBC tx is sent, received well through specific IBC TAO
-
-
JSON API
-
/ibc-info: List of well functioning IBC TAO information -
/client-health: List of client health -
/ibc-packet: List of ibc channels and packets information
-
-
Prometheus
/metrics: Metrics for IBC TAO, client health, and ibc packets
- Build
make docker-build- Fill
config.toml
cp config.toml.example config.toml
vim config.toml- Change
docker-compose.yml
vim docker-compose.yml- Run
docker-compose up -d