Skip to content

emmenko/dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A company dashboard based on shopifys dashing framework. It shows the icinga status (normal, warning, critical) for multiple environments on one nice and shiny dashboard. It also shows company relevant twitter messages just for the fun of it! There are some extra jenkins dashboards and widgets available to play with.

#How to use

  • bundle install
  • adjust job configurations (e.g. in jobs/icinga.rb etc.)
  • adjust dashboard configurations (e.g. in dashboards/jenkins-sphere.erb etc.)
  • add credentials in credentials.yml
graphite:
  username:
  password:

icinga:
  username:
  password:

twitter:
  consumer:
    key:
    secret:
  oauth:
    token:
    token_secret:
  • dashing start

#Available dashboards

Screenshot

image

About

Icinga status dashboard, showing details from multiple icinga servers.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 70.8%
  • CSS 16.6%
  • Ruby 8.7%
  • CoffeeScript 3.9%