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 sysv init script #16

Closed rayrod2030 closed 9 years ago

rayrod2030 commented 9 years ago

This PR adds the initial stab at adding support for starting up Prometheus via a SysV init script. The script is fairly generic but may have some platform and/or platform family specific code therefore it currently works for ubuntu platform family but additional support will be added for additional platforms and platform families like debian, centos and possibly redhat. This PR also adds some additional test suits for our different init styles.

tuahk commented 9 years ago

Perfect! Already 2/4 with init styles