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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?