You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add status of auto channel refresh to health-check command output. To get an idea that channels on the chains from config is set to renew: 1. automatically 2. every n-days (calculated on top of trusting period / client_refresh_rate ).
Problem Definition
It would be much easier to control channel health over the cli.
Proposal
Add status of auto channel refresh to output of hermes health-check: health_check{chain=osmosis-1}: channel auto renew is **enabled** every 2 days health_check{chain=osmosis-1}: channel auto renew is **enabled** every 36000 seconds health_check{chain=osmosis-1}: channel auto renew is **disabled**
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Add status of auto channel refresh to
health-check
command output. To get an idea that channels on the chains from config is set to renew: 1. automatically 2. every n-days (calculated on top of trusting period / client_refresh_rate ).Problem Definition
It would be much easier to control channel health over the cli.
Proposal
Add status of auto channel refresh to output of
hermes health-check
:health_check{chain=osmosis-1}: channel auto renew is **enabled** every 2 days
health_check{chain=osmosis-1}: channel auto renew is **enabled** every 36000 seconds
health_check{chain=osmosis-1}: channel auto renew is **disabled**
For Admin Use
The text was updated successfully, but these errors were encountered: