flask-dashboard / Flask-MonitoringDashboard

Automatically monitor the evolving performance of Flask/Python web services.
http://flask-monitoringdashboard.readthedocs.io/
MIT License
781 stars 160 forks source link

not working on aws ec2 instance #353

Open saniyakhan20 opened 4 years ago

saniyakhan20 commented 4 years ago

Running the Flask Monitoring Dashboard on my local works perfectly, but doesn't work on my AWS EC2 instance. The monitoring doesn't work anymore and database isn't obtaining any requests -- the tables are made. Although, the dashboard loads and there are no error messages -- but no requests are in there. On the configuration it says 'Total amount of monitored requests' is 0. I'm kind of confused as to why because I did a bunch of test requests.

I tried switching the locations of the database incase, but that didn't work either. It reads the config file so I think that's fine too.

mircealungu commented 4 years ago

Hi @saniyakhan20 ! Thanks for the heads up.

Unless I can replicate your problem it's very hard to see what could go wrong.

Can you provide a link to your project maybe?

What database do you use?