sensu-admin

An admin webui for Sensu

  • 所有者: sensu/sensu-admin
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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 admin@example.com 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 -- https://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/sensu-admin
主编程语言Ruby
编程语言Ruby (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2012-08-08 00:30:28
推送于2015-12-18 04:37:55
最后一次提交2015-12-17 20:37:55
发布数8
最新版本名称v0.0.7 (发布于 )
第一版名称v0.0.1 (发布于 2012-10-16 10:05:33)
用户参与
星数86
关注者数26
派生数50
提交数330
已启用问题?
问题数26
打开的问题数8
拉请求数83
打开的拉请求数1
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?