11/11/2022 12:53:37 PM - SystemMonitor.RabbitMQApi - ERROR - RabbitMQ error in connect_unsafe
Yep, same as all the other ones that do work
Читать полностью…This is a testnet validator, the other one is mainnet
Читать полностью…Can you see erros with the latest logs?
Читать полностью…Hi Dylan, again 2 nodes are not showing up on the UI System metrics. I've done these steps, but this time it did not fix the issue
Читать полностью…#!/usr/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'docker-compose==1.25.0','console_scripts','docker-compose'
__requires__ = 'docker-compose==1.25.0'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
if(sys.argv[1] == 'down'):
sys.exit("don't run docker-compose down or you will remove the whole Panic configuration!")
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('docker-compose==1.25.0', 'console_scripts', 'docker-compose')()
)
oh, it's because I didn't run upgrade_to_1_3_0.sh 😂
Читать полностью…@Eleuname84 yes, that helped me, thank you!
Читать полностью…if you check the console of the browser (F12) you will see an error, if you google it , you will find out you need to install CORS (addon for chrome or firefox) and whitelist the IP of panic. then it loads nicely
Читать полностью…Great stuff. Will do that instead. Thank you!
Читать полностью…Hi Simply Staking team. Whom may I contact in regards to proposals? :)
Читать полностью…true, do you know how to make a copy of the mongodb? are there any credentials to use? can you imagine if you enter 100 validators and mistakenly run docker-compose down, and have to insert them 1 by 1 from the beginning? 😣🔫
Читать полностью…Go on alerter/logs/monitors and opem the log file for the specific monitor
Читать полностью…[node_6390a64c-780e-4c15-a64a-7fa0197201c3]Читать полностью…
id=node_6390a64c-780e-4c15-a64a-7fa0197201c3
parent_id=chain_name_0196b352-f56b-409c-9d02-c540631a80d3
name=OmniFlix Testnet Validator
cosmos_rest_url=
monitor_cosmos_rest=false
prometheus_url=
monitor_prometheus=false
exporter_url=http://IP:9100/metrics
monitor_system=true
is_validator=true
monitor_node=true
is_archive_node=false
use_as_data_source=true
monitor_network=false
operator_address=
monitor_tendermint_rpc=true
tendermint_rpc_url=http://IP:26657
Can you send us a snippet of the configs (without exposing the IP)
Читать полностью…Were the nodes you added, validator nodes?
Читать полностью…Can you please investigate the docker logs maybe there is something there
Читать полностью…yes agree, now it looks like there are more chances to get that "surprise"
I should say that I liked the previous way of storing configs more. Just because you could backup config files and reset everything in case of any issues. Now it may require more debug steps, cause you can't just reset everything with docker system prune -a --volumes
anyway, after upgrade stript it loaded my previous configs and seems to be working fine 🙂
Thanks @Eleuname84 and SimplyVC team!
when I ran it, then I had to reinstall it from scratch, not sure if it works. another important thing is, once you'll be running 1.3.0, if you create your configuration and then stop the docker-compose with docker-compose down, then your config is gone forever, you should run dc kill instead. I've disabled the down option in /usr/bin/docker-compose to avoid surprises
Читать полностью…but now it says "no configuration detected" 🙂
Читать полностью…it's called Allow CORS: Access-Control-Allow-Origin for chrome, once installed, to activate it there's the toggle ON OFF on the bottom left of the popup window, it took me a moment to figure it out 😅
Читать полностью…same for me after updating from 1.2.1 to 1.3.0. Did you solve it?
Читать полностью…Hey, our preferred way is to reach out to info@simply-vc.com.mt, and it can be forwarded internally. Thanks!
Читать полностью…Yeah, I agree. This is a feature in our backlog however we are not planing on another release for the time being, however we’ll keep you posted in that case. Thanks for the feedback 😉
Читать полностью…In the mean time I found more info in the medium, so it is a little bit clearer now
Читать полностью…