dsrvlabs / vatz-plugin-watchers

vatz-plugin-watcher-cosmos
GNU General Public License v3.0
1 stars 1 forks source link

Onboarding (Test) - Test on `osmosis-mainnet-alidator-32` #8

Closed meetrick closed 2 months ago

meetrick commented 2 months ago

Test on osmosis-mainnet-alidator-32

meetrick commented 2 months ago

Setup watcher_cosmos

root@osmosis-mainnet-validator-32:~/vatz# ./vatz plugin install github.com/dsrvlabs/vatz-plugin-watcher-cosmos/plugins/watcher_cosmos watcher_cosmos
2024-07-19T16:02:53Z INF A new plugin watcher_cosmos is successfully installed. module=plugin

Start watcher_cosmos

root@osmosis-mainnet-validator-32:~/vatz# ./vatz plugin start --plugin watcher_cosmos --args "-port 10020 -validator=5F999A4BE254869925A7F2FEA04D7B3B836CFF0B -rpcurl=https://osmosis-rpc.polkachu.com/"  --log /var/log/vatz/watcher_cosmos.log
2024-07-19T16:34:20Z INF Start plugin watcher_cosmos -port 10020 -validator=5F999A4BE254869925A7F2FEA04D7B3B836CFF0B -rpcurl=https://osmosis-rpc.polkachu.com/ module=plugin
2024-07-19T16:34:20Z INF Plugin watcher_cosmos is successfully started. module=plugin

Logs

root@osmosis-mainnet-validator-32:~# tail -f /var/log/vatz/watcher_cosmos.log
2024-07-19T16:34:20Z INF Register module=grpc
2024-07-19T16:34:20Z INF Start 127.0.0.1 10020 module=sdk
2024-07-19T16:34:20Z INF Start module=grpc
2024-07-19T16:34:26Z INF Execute module=grpc
2024-07-19T16:34:27Z DBG The validator is signing the block successfully. module=plugin

root@osmosis-mainnet-validator-32:~/vatz# tail -f /var/log/vatz/vatz.log
2024-07-19T16:34:26Z INF response: SUCCESS module=executor
2024-07-19T16:34:26Z INF response: SUCCESS module=executor
2024-07-19T16:34:26Z INF response: SUCCESS module=executor
2024-07-19T16:34:26Z INF response: SUCCESS module=executor
2024-07-19T16:34:26Z INF response: SUCCESS module=executor
2024-07-19T16:34:26Z INF response: SUCCESS module=executor
2024-07-19T16:34:26Z INF response: SUCCESS module=executor
2024-07-19T16:34:26Z INF Executor send request to watcher_cosmos module=executor
2024-07-19T16:34:26Z INF response: SUCCESS module=executor
2024-07-19T16:34:27Z INF response: SUCCESS module=executor

2024-07-19T16:34:56Z INF Executor send request to node_peer_count module=executor
2024-07-19T16:34:56Z INF Executor send request to node_block_sync module=executor
2024-07-19T16:34:56Z INF Executor send request to node_is_alived module=executor
2024-07-19T16:34:56Z INF Executor send request to node_active_status module=executor
2024-07-19T16:34:56Z INF Executor send request to node_governance_alarm module=executor
2024-07-19T16:34:56Z INF Executor send request to mem_monitor module=executor
2024-07-19T16:34:56Z INF Executor send request to watcher_cosmos module=executor
2024-07-19T16:34:56Z INF Executor send request to cpu_monitor module=executor
2024-07-19T16:34:56Z INF Executor send request to disk_monitor module=executor
2024-07-19T16:34:56Z INF response: SUCCESS module=executor
2024-07-19T16:34:56Z INF response: SUCCESS module=executor
2024-07-19T16:34:56Z INF response: SUCCESS module=executor
2024-07-19T16:34:56Z INF response: SUCCESS module=executor
2024-07-19T16:34:56Z INF response: SUCCESS module=executor
2024-07-19T16:34:56Z INF response: SUCCESS module=executor
2024-07-19T16:34:56Z INF response: SUCCESS module=executor
2024-07-19T16:34:56Z INF response: SUCCESS module=executor
2024-07-19T16:34:57Z INF response: SUCCESS module=executor
meetrick commented 2 months ago

Status