upbeat
upbeat copied to clipboard
Fast health and performance checking
I'm getting # upbeat /usr/lib/node_modules/upbeat/examples/google.yml /usr/lib/node_modules/upbeat/examples/google.yml:5 strategy: http ^ ReferenceError: http is not defined at Object. (/usr/lib/node_modules/upbeat/examples/google.yml:5:19) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at...
It'd be spiffy to have a way to make a custom action that exports health status. For example an action could be made to export data to cube – http://square.github.com/cube/...
Adding a custom strategy by tweaking the upbeat script doesn't seem quite right. :-)
It'd be nice if an action could return more meta-data about a status than just pass/fail. For HTTP the response time thing is useful enough, but other checks might want...