pinger v0.1.1 API Reference
Modules
Pinger is an application to help you to monitoring your HTTP endpoints, like a health check. Pinger creates and supervises HTTP requests, also Pinger checks targets URLs on an configured interval. We call targets, you can add many targets as you wish to keep checking and acting when needed
Simple cache used to monitor the latest state of the Target
Dispacher is responsible to dispatch http request and check if http target is valid
Result of each request to test, contains the target, status code and error description if does
Responsible for firing the dispatcher to check target uris
Creates a supervisor server to manage schedulers
Target specification for the URL to monitor, it can handle address, interval and if is active
Simple helpers functions