modrzew / pokeminer

Pokemon location scraper
MIT License
220 stars 62 forks source link

How to track pokeminer status remotely? #276

Open and7ey opened 7 years ago

and7ey commented 7 years ago

I am running pokeminer on AWS machine (without web-interface). How could I monitor remotely what happens there with pokeminer?

leclaida commented 7 years ago

run http.server in the background and monitor worker.log

Aiyubi commented 7 years ago

what do you mean with "no web interface" ?

I am pretty sure you can start the web.py and access the ip of your aws machine for the regular website And the worker.py is also showing you the status

and7ey commented 7 years ago

Both approaches assume that I should regularly visit some site or read the log. I am looking for solution to receive for ex., e-mail notifications when a problem occurs.