Access Pingdom check information via Cog.
pingdom:check list
- retrieve list of all checkspingdom:check show <id>
- get detailed information for a specific checkpingdom:check results <id> --count=count
- retrieve 'count' raw check results for a specific check. Defaults to 1.
curl -O https://github.com/cogcmd/pingdom/blob/master/config.yaml
cogctl bundle install config.yaml
To build the Docker image, simply run:
$ rake image
Requires Docker and Rake.