portertech / chef-monitor

An OpsCode Chef cookbook for monitoring services, wrapping the Sensu cookbook.
http://community.opscode.com/cookbooks/monitor
84 stars 102 forks source link

Remove dashboard_service #23

Closed Afterglow closed 9 years ago

Afterglow commented 10 years ago

The sensu cookbook doesn't appear to include the sensu::dashboard_service recipe included in master.rb anymore, it probably needs to be removed or replaced with some other thing?

larryg-sg commented 10 years ago

It looks like the dashboard_service recipe was dropped because Sensu 0.13.1 stopped including a dashboard. The docs now recommend using Uchiwa. Fortunately, there is already a Chef cookbook for that…

sethlindberg commented 10 years ago

I've submitted a pull request for a fix, but haven't done a lot of testing. it's just a quick and dirty replace sensu::dashboard_service with uchiwa. You can check it out here:

https://github.com/sethlindberg/chef-monitor/tree/remove_dash

portertech commented 9 years ago

Change merged. Using Uchiwa.