outpost icon indicating copy to clipboard operation
outpost copied to clipboard

Monitor your service's availability through a simple, clean DSL

Results 3 outpost issues
Sort by recently updated
recently updated
newest added

One feature I've seen with other monitoring services is recording the amount of time a website/service has been down for. This is pretty useful information. For instance, when a scout...

I think it would be really useful to report the error code for a failing host. For instance, if I defined a host like so... ``` rb class HttpOutpostExample <...

I was testing out outpost for the first time, and my tests kept failing until I finally realized I prefixed the `host` option with an `http://`. Maybe it would be...