lorenwest / monitor-dashboard

Dashboards for the Node.js monitor project
https://lorenwest.github.com/monitor-dashboard
MIT License
204 stars 28 forks source link

Cant connect from external. #34

Open weslleycamilo opened 8 years ago

weslleycamilo commented 8 years ago

Hello,

I am testing its tool once today I need to go throw each server to see the logs of node.

This tool looks pretty cool but i am facing some issues.

LIke I changed it to get external connections but it still showing that just localhost would be able to access:

Evidences of change: Now showing at http://pontoweb2:4200/

but on the netstat command: weslley@pontoweb2:/var/www/nodepw2/node_modules/monitor-dashboard/config$ netstat -plnt | grep LISTEN

tcp 0 0 127.0.0.1:4200 0.0.0.0:* LISTEN -


Another doubt is how can i get to set up multiple server on just one dashboard?

Until now i got that i need to install monitor-dashboard on each server but it would need me to access each website to see its logs.

Can anyone help me ?

Thank you.