dsrvlabs / vatz-plugin-watchers

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

Onboarding (Dev) - Set Watchers on Extra DSRV Cloud for long Term test #16

Open xellos00 opened 1 month ago

xellos00 commented 1 month ago

xellos00 commented 1 month ago

@meetrick @kim201212 Can you set up a machine (DSRV CLOUD) to deploy this?

heejin-github commented 1 month ago

@meetrick @kim201212 Can you set up a machine (DSRV CLOUD) to deploy this?

@xellos00 Please open an issue on dsrv-cloud repo. https://github.com/dsrvlabs/dsrv-cloud/issues/new/choose

xellos00 commented 1 month ago

https://github.com/dsrvlabs/dsrv-cloud/issues/new/choose

@meetrick @kim201212 Can you set up a machine (DSRV CLOUD) to deploy this?

@xellos00 Please open an issue on dsrv-cloud repo. https://github.com/dsrvlabs/dsrv-cloud/issues/new/choose

@meetrick @kim201212 Can you guys handle to created an issue as @heejin-github requested above?

meetrick commented 1 month ago

@xellos00 I did it.

xellos00 commented 1 month ago

Test is started and connected to GCP for VATZ working Status

root@monitoring-node-watcher-dc-sel2:~/dsrv/script# ls
vatz_install.sh  vatz_start.sh
root@monitoring-node-watcher-dc-sel2:~/dsrv/script# bash vatz_start.sh

VATZ_PATH=/root/dsrv/vatz
LOG_PATH=/root/dsrv/vatz_setup/log

WATCHER_COSMOS_PORT=10001
OSMOSIS_HEX=5F999A4BE254869925A7F2FEA04D7B3B836CFF0B
RPC_URL=https://rpc.osmosis.zone

cd $VATZ_PATH

./vatz plugin start --plugin watcher_cosmos --args "-port $WATCHER_COSMOS_PORT -valoperAddr $OSMOSIS_HEX -rpcURI $RPC_URL" --log $LOG_PATH/watcher_cosmos.log
2024-08-06T23:30:55Z INF Start plugin watcher_cosmos -port 10001 -valoperAddr 5F999A4BE254869925A7F2FEA04D7B3B836CFF0B -rpcURI https://rpc.osmosis.zone module=plugin
2024-08-06T23:30:55Z INF Plugin watcher_cosmos is successfully started. module=plugin
./vatz start --config /root/dsrv/vatz_setup/vatz_config.yaml >> $LOG_PATH/vatz.log 2>&1 &

echo "true"
true
root@monitoring-node-watcher-dc-sel2:~/dsrv/script#
xellos00 commented 1 month ago

@meetrick I aplogize for dealy to set up, and give you notice little bit late, but osmosis validator watcher has been set up and report to GCP

image image image