elijah / chef-prometheus

Chef cookbook for Prometheus. The open source service monitoring system and time-series database.
Apache License 2.0
52 stars 93 forks source link

Add upstart init support for ubuntu. #35

Closed gbagnoli closed 9 years ago

gbagnoli commented 9 years ago

Add upstart config file for ubuntu, set it as default. Standard init script is still supported when explicitly selected.

I could not test non-binary machines in kitchen due to #34 ,but other than that kitchen seems happy. This should close #4

rayrod2030 commented 9 years ago

Looks good @gbagnoli. Thank you!