2. Add Alert for Testing Protocols on k8s monitoring at gcp
xellos00 opened this issue · 4 comments
xellos00 commented
xellos00 commented
xellos00 commented
Near
root@near-mainnet-validator-do-nyc3:~# ps -ef | grep vatz
root 20244 1 0 Jul17 ? 00:00:53 /root/.vatz/cpu_monitor -port 9001
root 20258 1 0 Jul17 ? 00:00:46 /root/.vatz/mem_monitor -port 9002
root 20273 1 0 Jul17 ? 00:00:52 /root/.vatz/disk_monitor -port 9003 -paths /mnt/near -urgent 97 -warning 95
root 20287 1 0 Jul17 ? 00:02:29 /root/.vatz/vatz_is_alive -port 10001
root 191949 1 0 Jul26 ? 00:07:46 ./vatz start --config /root/dsrv/vatz_setup/vatz_config.yaml
root 327718 1 0 Jul31 pts/2 00:00:24 /root/.vatz/vatz_blocksync
root 471777 471539 0 07:47 pts/0 00:00:00 grep --color=auto vatz
root@near-mainnet-validator-do-nyc3:~# kill -9 191949
root@near-mainnet-validator-do-nyc3:~# ps -ef | grep vatz
root 20244 1 0 Jul17 ? 00:00:53 /root/.vatz/cpu_monitor -port 9001
root 20258 1 0 Jul17 ? 00:00:46 /root/.vatz/mem_monitor -port 9002
root 20273 1 0 Jul17 ? 00:00:52 /root/.vatz/disk_monitor -port 9003 -paths /mnt/near -urgent 97 -warning 95
root 20287 1 0 Jul17 ? 00:02:29 /root/.vatz/vatz_is_alive -port 10001
root 327718 1 0 Jul31 pts/2 00:00:24 /root/.vatz/vatz_blocksync
root 471800 471539 0 07:47 pts/0 00:00:00 grep --color=auto vatz
root@near-mainnet-validator-do-nyc3:~# cd dsrv/vatz
root@near-mainnet-validator-do-nyc3:~/dsrv/vatz#



xellos00 commented
Flow
root@flow-mainnet-consensus-do-fra:~# ls
bin dsrv dsrv.txt go go1.21.1.linux-amd64.tar.gz install_fluent.sh node_exporter publickeys snap
root@flow-mainnet-consensus-do-fra:~# ps -ef | grep vatz
root 233022 1 0 Jul31 ? 00:00:20 /root/.vatz/cpu_monitor -port 9001
root 233037 1 0 Jul31 ? 00:00:21 /root/.vatz/mem_monitor -port 9002
root 233052 1 0 Jul31 ? 00:00:20 /root/.vatz/disk_monitor -port 9003 -paths /mnt/flow -urgent 97 -warning 95
root 233067 1 0 Jul31 ? 00:00:40 /root/.vatz/vatz_is_alive -port 10001
root 233083 1 0 Jul31 ? 00:00:31 /root/.vatz/vatz_sealed_height -port 10002
root 241513 1 0 Aug01 ? 00:02:18 ./vatz start --config /root/dsrv/vatz_setup/vatz_config.yaml
root 332905 332900 0 07:46 pts/6 00:00:00 grep vatz
root@flow-mainnet-consensus-do-fra:~# kill -9 241513
root@flow-mainnet-consensus-do-fra:~# ps -ef | grep vatz
root 233022 1 0 Jul31 ? 00:00:20 /root/.vatz/cpu_monitor -port 9001
root 233037 1 0 Jul31 ? 00:00:21 /root/.vatz/mem_monitor -port 9002
root 233052 1 0 Jul31 ? 00:00:20 /root/.vatz/disk_monitor -port 9003 -paths /mnt/flow -urgent 97 -warning 95
root 233067 1 0 Jul31 ? 00:00:40 /root/.vatz/vatz_is_alive -port 10001
root 233083 1 0 Jul31 ? 00:00:31 /root/.vatz/vatz_sealed_height -port 10002
root 332920 332900 0 07:47 pts/6 00:00:00 grep vatz
root@flow-mainnet-consensus-do-fra:~# cd dsrv
root@flow-mainnet-consensus-do-fra:~/dsrv# cd vatz
root@flow-mainnet-consensus-do-fra:~/dsrv/vatz#


