Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensu/uchiwa
Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.
https://github.com/sensu/uchiwa
go monitoring sensu uchiwa
Last synced: 3 months ago
JSON representation
Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.
- Host: GitHub
- URL: https://github.com/sensu/uchiwa
- Owner: sensu
- License: mit
- Archived: true
- Created: 2014-02-21T23:32:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T21:32:34.000Z (almost 5 years ago)
- Last Synced: 2024-07-18T22:51:52.582Z (4 months ago)
- Topics: go, monitoring, sensu, uchiwa
- Language: Go
- Homepage: https://uchiwa.io
- Size: 2.33 MB
- Stars: 920
- Watchers: 85
- Forks: 175
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - sensu/uchiwa - Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework. (Go)
README
# 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: **ANNOUNCEMENT - Uchiwa 1.x End-Of-Life on December 31st, 2019**
Uchiwa 1.x is currently in maintenance mode (critical bugs and security
patch releases only) with no new feature enhancements or additions
being planned at this time. The project will be end-of-life on
December 31st, 2019 and existing package repositories will become
unreachable on January 6th, 2020. Please see our blog post for more details:
https://blog.sensu.io/announcing-the-sensu-archivesUchiwa and Sensu 1.x are both superceded by [Sensu Go](https://github.com/sensu/sensu-go).
As always, we want to hear from the Community and please reach out on Slack or Discourse if you have any questions or concerns.
[![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