Monitoring
Last updated
Last updated
Advantages of using our free service:
Our monitoring service is working on dedicated server (24/7 online)
No need to install database (InfluxDB)
No need to install and configure Grafana Dashboard
On Grafana dashboard you will find all necessary metrics of your node (we use this monitoring service by ourselves, so we've configured dashboard properly)
Install telegraf
You can check telegraf service status:
Status can be not ok with default Telegraf's config. Next steps will fix it.
Get files from this project repo and copy variable script template
Insert your parameters to variables.sh:
full path to stride binary to COS_BIN_NAME ( check which strided
)
node PRC port to COS_PORT_RPC ( check in file path_to_stride_node_config/config/config.toml
)
node validator address to COS_VALOPER ( like stridevaloper********
)
Save changes in variables.sh and enable execution permissions:
Create telegraf service for stride-mainnet-node monitoring
Edit telegraf configuration
Restart telegraf service
Dashboard has main cosmos-based node information and common system metrics. There is a description for each metric.
Go to our comunity dashboard and select you node from the server list:
Complex parameter can show problem concerning receiving metrics from node. Normal value is "OK"
Node catching_up parameter
Latest blockheight of node
Time interval in seconds between taking the metric and node latest block time. Value greater 15s may indicate some kind of synchronization problem.
Number of connected peers
Validator jailed status.
Number of missed blocks in 10000 blocks running window. If the validator misses more than 500 blocks, it will end up in jail.
Validator stake bonded info
Validator voting power. If the value of this parameter is zero, your node isn't in the active pool of validators
Number of delegated tokens
Version of strided binary
Your node stake rank
Total number of active validators
No comments needed