sunglim / systemtrading

my first system trading application
MIT License
0 stars 0 forks source link

Better monitoring system #21

Open sunglim opened 1 year ago

sunglim commented 1 year ago

The grafana dashboard will include

sunglim commented 1 year ago

open port: sudo firewall-cmd --permanent --add-service=http sudo firewall-cmd --permanent --add-port=8080/tcp sudo firewall-cmd --add-port=9090/tcp

check: sudo firewall-cmd --list-all