GithubHelp home page GithubHelp logo

isabella232 / sensu-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sensu/sensu-admin

0.0 0.0 0.0 911 KB

An admin webui for Sensu

License: MIT License

Ruby 52.28% CoffeeScript 7.23% JavaScript 4.59% CSS 4.14% HTML 31.76%

sensu-admin's Introduction

ATTENTION: The sensu-admin project is no longer maintained. Please consider using Uchiwa or Sensu Enterprise Dashboard instead. @amdprophet 2015-12-17

Sensu Admin

Sensu-admin is a web application to interface with the sensu-api, it displays events and clients and can silence events etc.

Getting Started

rake db:migrate
rake db:seed

Make sure your post-deploy task runs “whenever –update-crontab from the rails cwd”

The seed file creates a user account named [email protected] with a password of secret.

Database

sensu-admin uses the database very lightly, so you can use sqlite instead of mysql. bundling –without mysql will not require the mysql libraries. The User, Downtime and Log models are all that use the database currently so unless you have very high throughput it should result in little usage.

TODO

High Priority

  • Fix cookbook for deployment

  • Settings displaying environments, api settings

  • Silence events en mass

Medium Priority

  • Lazy load events, clients, etc in mobile

  • Silence all

  • Use sensu config for production sensu-admin – github.com/sensu/sensu/blob/master/lib/sensu/settings.rb

  • Do not render out all modals into the html, do like you do with the main modal on events and render via ajax

  • Make sure that downtimes and silence events have pre defined descriptions that you can set (dropdown)

  • Fix bug where if a check output has no spaces it can blow out the list (because it will not wrap)

  • Add keepalive into downtime checks

Low Priority

  • Make a downtime info page

  • Log Downtime schedule, execution, and completion

  • Silence based on an attribute (es, rs)

  • Make the JQuery mobile version auto-update events if possible

  • Move mobile and desktop assets into their own directories and cleanup

  • Notify the user if whenever cronjobs have not run recently, namely when scheduling a downtime.

sensu-admin's People

Contributors

amdprophet avatar andytinycat avatar asebastian avatar growse avatar hmarr avatar joshpasqualetto avatar petere avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.