Uses Sensu's Redis instance to provide a simple interface for sensors. Currently gives a datetime of when sensors were last run, and what their current status is.
composer install
cd js/
npm install
cp config.json.example config.json
phing build
Runs under phing build
cd js/
npm run build