Show HN: Simple monitoring service
51–60 of 65 posts
Re: Show HN: Simple monitoring service
#52Re: Show HN: Simple monitoring service
#53Every 5 minutes is more than fine for a free service (and do future upgrades for every 1 min or constant monitoring).
In any case let the user select their interval.
Nice work btw!
Re: Show HN: Simple monitoring service
#54Maybe you should slow down the ping interval a bit, because there is no authentication and someone might run it on a big number of IPs of the same network class, and that will quickly get your IP banned on routers. No one really needs to check the server every 5 seconds (not on free service at least). Perhaps you can make a burst of 4-5 pings every minute or 5 minutes, that would be quite sufficient IMHO, and would s…
When I implement HTTP checks however, yes, the interval will have to be in the minutes.
Re: Show HN: Simple monitoring service
#55Checking every 5 seconds...! You will probably get blocked by a firewall.... Every 5 minutes is more than fine for a free service (and do future upgrades for every 1 min or constant monitoring). In any case let the user select their interval. Nice work btw!
As for my own side of the net, I asked someone at DO and I was told that it should not be a problem.
Re: Show HN: Simple monitoring service
#56Earlier quoted context omitted.
> seems hard to compete with pingdom As a DevOps, I'd like to disagree with this. Pingdom previously was a joy to work with. Now that they're attempting to bring in PagerDuty-esq features (escalation policies instead of simple alerting), their UX leaves a bit to be desired. Also, I don't have high hopes after the Solarwinds acquisition.
I created https://webmon.com . I'd love to hear your feedback on it since you were a Pingdom customer.
Just a quick question: what's a 'target'? is it the equivalent of a pingdom 'check'? or is this an endpoint IP that we can run several checks over?
Some feedback after a quick glance on the homepage - it's nice and seems to provide the most important info, but I'd appreciate some more in-depth info on some areas (to answer my question about targets and possibly other questions about other stuff: what's a user, what's a dashboard etc)
Re: Show HN: Simple monitoring service
#57Re: Show HN: Simple monitoring service
#58$ curl ping.gg/monitoring@me.com/127.0.0.1 [ ok ] Ping alert created for host '127.0.0.1' and email 'monitoring@me.com'. Check your email to activate it.
Re: Show HN: Simple monitoring service
#59Does this mean if I set up an alert for a server anyone can then add me to any number of alerts without further confirmation?
If that ever happens to you, you could: 1) pause the unwanted alerts, and remove some only when you need new ones. 2) if you panic, use the "unsubscribe" button that will block any future emails to your address.
Having such a low barrier of entry does not come without tradeoffs.
Re: Show HN: Simple monitoring service
#60Does this mean if I set up an alert for a server anyone can then add me to any number of alerts without further confirmation?