palourde/uchiwa

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Uchiwa
*Uchiwa* is a simple yet effective open-source dashboard for the Sensu monitoring framework.

This repository contains the backend, written in Go.
See [uchiwa-web](https://github.com/sensu/uchiwa-web) for the AngularJS web frontend.

:warning: Going forward, with the release of [Sensu Go](https://github.com/sensu/sensu-go), Uchiwa development efforts will be focused on minor features, bug fixes, and security patches.

[![Build Status](https://travis-ci.org/sensu/uchiwa.svg?branch=master)](https://travis-ci.org/sensu/uchiwa)
[![codecov](https://codecov.io/gh/sensu/uchiwa/branch/master/graph/badge.svg)](https://codecov.io/gh/sensu/uchiwa)
[![Go Report](https://goreportcard.com/badge/github.com/sensu/uchiwa)](https://goreportcard.com/report/github.com/sensu/uchiwa)
[![Download](https://api.bintray.com/packages/palourde/uchiwa/uchiwa/images/download.svg) ](https://uchiwa.io/#/download)
[![Join the chat at https://slack.sensu.io/](https://slack.sensu.io/badge.svg)](https://slack.sensu.io/)

![Uchiwa UI](docs/uchiwa-ui.png)

## Installation
See [Uchiwa Docs](https://docs.sensu.io/uchiwa/latest/getting-started/installation/).

## Configuration
See [Uchiwa Docs](https://docs.sensu.io/uchiwa/latest/getting-started/configuration/).

## Contributing
See [Uchiwa Docs](https://docs.sensu.io/uchiwa/latest/contributing/).

## Credits
* Author & Maintainer: [Simon Plourde][author]
* Maintainer: [Justin Kolberg][amdprophet]
* [Contributors](https://github.com/sensu/uchiwa/graphs/contributors)

## License
MIT (see [LICENSE][license])

[author]:                 https://github.com/palourde
[license]:                https://github.com/sensu/uchiwa/blob/master/LICENSE
[amdprophet]:             https://github.com/amdprophet