Ask HN: How do you monitor your websites?
81–90 of 104 posts
Re: Ask HN: How do you monitor your websites?
#82Re: Ask HN: How do you monitor your websites?
#83Re: Ask HN: How do you monitor your websites?
#84I installed a node.js module that take a screens-shot of a web page, a module that compares two images, and a module that sends e-mails. Glued it together, put it on a 1$/month VPS. I now get an e-mail every time a web page that I'm interested in changes.
Re: Ask HN: How do you monitor your websites?
#85I am curious to see other people's solutions.
Re: Ask HN: How do you monitor your websites?
#86Feel free to let me know what you think about it, feedback is always greatly appreciated.
Disclaimer: I'm the developer.
Re: Ask HN: How do you monitor your websites?
#87I installed a node.js module that take a screens-shot of a web page, a module that compares two images, and a module that sends e-mails. Glued it together, put it on a 1$/month VPS. I now get an e-mail every time a web page that I'm interested in changes.
what's the name of the module that takes screenshots?
https://github.com/GoogleChrome/puppeteer/blob/v1.9.0/docs/a...
Re: Ask HN: How do you monitor your websites?
#88Re: Ask HN: How do you monitor your websites?
#89Earlier quoted context omitted.
Are you worried about that endpoint being used for DoS or is it light enough?
The way i do it is running the checks in a background every x minutes and add the result in a json file. It’s fast and safe.
Re: Ask HN: How do you monitor your websites?
#90What are free solutions?
One is Google Docs. What else?