Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 391 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 391 Bytes

sensu-dashboard

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.

Installation

composer install
cd js/
npm install
cp config.json.example config.json

Build

phing build

Build JS

Runs under phing build

cd js/
npm run build