Once every few months, I go to the website.
Ask HN: How do you monitor your websites?
91–100 of 104 posts
Re: Ask HN: How do you monitor your websites?
#92To piggy back on the question, has anyone had a good experience using Prometheus and Grafana for monitoring? I'm looking into trying it. I've looked into Zenoss but from what I gather it's slow.
Also Prometheus only saves 15 days worth of data by default and since they aren't willing to develop down sampling, it's not good to keep any long term history of the metric but you can overcome this by using InfluxDB as the storage but I would rather use something like monit which is simpler and easier to setup and gets the actual job done well.
Re: Ask HN: How do you monitor your websites?
#93I have Telegraf running on all my machines that pipes data to an InfluxDB for storage and then Grafana for visualizations. Gives me all sorts of useful information that I use to make decisions.
This is such a cool way of doing monitoring.
Re: Ask HN: How do you monitor your websites?
#94Nagios, in combination with with check_mk 'raw edition' ( https://mathias-kettner.com/editions.html ). The Nagios configuration is automatically generated via Puppet resource collection. SSL certificate expiry is easily checked with a nagios check (use the -C flag on check_http). If you use Letsencrypt with a client like acmetool ( https://github.com/hlandau/acme ) your certs will never expire. Of course the nagios c…
Re: Ask HN: How do you monitor your websites?
#95We use Monit https://mmonit.com/monit/
Re: Ask HN: How do you monitor your websites?
#96Re: Ask HN: How do you monitor your websites?
#97Try Protectumus: https://protectumus.com Protectumus monitors the website uptime, speed, dns changes, scans the website for malware like a traditional antivirus, blocks bad bots, custom IP's and countries. Protectumos acts as a Firewall. We are the only security company specialized in SEO Security, we offer unique SEO services such as Search engines Cloaking monitoring, Google DMCA Complaints, Blacklist monitoring &…
From your site: > Protectumus acts as a web application firewall (WAF) and scans the website for known malware. Once the malware is found it will be automatically removed. How does a WAF remove malware? Is there an additional agent sitting on the server or something? And surely when a server is pwned, it needs to be reformatted, not just the malware 'removed'.
The firewall blocks bad bods, hack attempts like SQL injections, XSS, CSRF and more.
The antivirus scans for known malware (we have a big list of malware definitions), but we use AI and Machine Learning and the Antivirus learns from previous detections and is able to act alone. The script is able to automatically remove the malware once it is found.
Re: Ask HN: How do you monitor your websites?
#98Earlier quoted context omitted.
From your site: > Protectumus acts as a web application firewall (WAF) and scans the website for known malware. Once the malware is found it will be automatically removed. How does a WAF remove malware? Is there an additional agent sitting on the server or something? And surely when a server is pwned, it needs to be reformatted, not just the malware 'removed'.
Thanks for your question. We have both a Firewall and a traditional Antivirus. They work separately. The firewall blocks bad bods, hack attempts like SQL injections, XSS, CSRF and more. The antivirus scans for known malware (we have a big list of malware definitions), but we use AI and Machine Learning and the Antivirus learns from previous detections and is able to act alone. The script is able to automatically remo…
Re: Ask HN: How do you monitor your websites?
#99UptimeRobot is quick to setup and have a lot of options, including a white label portal [0] to monitor status it's reliable and cheap ($54/year) I'm not affiliated with them, just an happy customer [0] E.g. status page: https://status.appdrag.com/
I've had a bad experience with Uptime Robot - it only checked our server via IPv4. We didn't know IPv6 was down for far too long (it was a DNS problem).