Author of Stashboard here, love what you guys have done. I'd love to integrate your frontpage design as an optional template.
When I wrote Stashboard, monitoring was explicitly not a requirement. Since it has an API, the idea what to write your own tools for monitoring that would update Stashboard in the event of an outage.
Pingdom support is something that's been asked for many times, so it might be time to dedicate some time to adding integration.
It has nice visuals and free trials, but it's a relative newcomer to the market of the monitoring services and they also have a tendency to keep things simpler than they need to be. Something more mature and enterprisey, like RedAlert, would fit the bill.
Over 6 years (July 2006 according to archive.org) is a 'relative newcomer'? You're hard to please :)
Their API took a long time to arrive, but we've used it for disabling checks during maintenance events pretty effectively.
As mentioned in the article, POST/PUT requests are on the list of Things I Want though. Would be good to be able to group a bunch of checks together into a service too.
Pingdom really started to develop into its current form around 2009 I think. Before that it might've existed, but I don't think it was aggressively marketed and developed.
We looked at a few other solutions like ServerDensity etc.
The main issue was that we wanted to report across all requests, e.g. there is no single health check endpoint that an external system can hit to determine if everything is OK or not.
The crux of the matter is that we needed to parse our Nginx logs for the response code on every single request and calculate the uptime from that.
I may be missing something, but checking your logs does not fulfill exactly the same function as an external check.
I mean, if X% of your requests never make it to the logs cause ELB is messed up/dns is fucked up/disk is full/nginx dies/grasshoppers then you'd happily show that everything is ok, since no new 500 status gets pulled from the logs.
So internal and external checks should be compounded, imo.
Here's a gotcha related to Pingdom -- if your account isn't set up properly, you can run out of SMS credits which means you may not get that critical SMS alert!
When I wrote Stashboard, monitoring was explicitly not a requirement. Since it has an API, the idea what to write your own tools for monitoring that would update Stashboard in the event of an outage.
Pingdom support is something that's been asked for many times, so it might be time to dedicate some time to adding integration.