/sensu-web

Web UI for Sensu Go clusters

Primary LanguageJavaScriptMIT LicenseMIT

Sensu

Sensu Go Web

A web interface for insight and management of your Sensu Go clusters.

Getting Started

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

Contributing

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.