ks888 / LambStatus

[Maintenance mode] Serverless Status Page System
https://lambstatus.github.io
Apache License 2.0
1.3k stars 119 forks source link

Integrate uptime testing #72

Open jpike88 opened 6 years ago

jpike88 commented 6 years ago

https://github.com/streaka/lambda-ping

The problem is there is no 'uptime' metric naturally occurring on cloudwatch. It would be nice to package with this an optional lambda function that pings on a fixed schedule, making that available in cloudwatch for metric selection (and it can be a 'recommended metric' or something in the UI).

I'm using the above script to add 'uptime' metrics and whatever else might be handy... i'll see if I can integrate this in.

Could you make me a contributor and I can publish on another branch instead of a fork?

jpike88 commented 6 years ago

screen shot 2017-11-25 at 3 29 10 pm My metrics now look like this, it's really handy. Bear in mind that I'm using two different urls for uptime of two different components... so you would need to be able to specify multiple URLs for this purpose

ks888 commented 6 years ago

Thank you for your suggestion! Uptime checks are certainly an attractive feature, but I don't feel like supporting it as the feature of LambStatus.

jpike88 commented 6 years ago

Some counterpoints:

Of course, your repo, your rules :)