A web interface for insight and management of your Sensu Go clusters.
To start the UI, simply run the following:
yarn install
NODE_ENV=production PORT=80 API_URL=https://my-sensu-backend-api:8080 yarn node scripts serve
For more detailed installation instructions, see INSTALL.md
Sensu is and always will be open source, and we continue to highly value community contribution. For guidelines on how to contribute to this project, how to hack on Sensu, and information about what we require from project contributors, please see CONTRIBUTING.md.