nirvdrum-rubber 1.1.7 → 2.0.0.rails3.beta6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (291) hide show
  1. data/CHANGELOG +82 -0
  2. data/VERSION +1 -1
  3. data/bin/vulcanize +10 -33
  4. data/generators/vulcanize/templates/apache/config/rubber/deploy-apache.rb +6 -6
  5. data/generators/vulcanize/templates/apache/config/rubber/role/apache/monit-apache.conf +2 -2
  6. data/generators/vulcanize/templates/apache/config/rubber/role/apache/ports.conf +3 -0
  7. data/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache-vhost.conf +29 -16
  8. data/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html +1 -1
  9. data/generators/vulcanize/templates/base/Rakefile +19 -0
  10. data/generators/vulcanize/templates/base/config/rubber/common/crontab +6 -1
  11. data/generators/vulcanize/templates/base/config/rubber/common/monit-postfix.conf +2 -2
  12. data/generators/vulcanize/templates/base/config/rubber/common/rubber.profile +3 -4
  13. data/generators/vulcanize/templates/base/config/rubber/deploy-setup.rb +28 -49
  14. data/generators/vulcanize/templates/base/config/rubber/deploy-util.rb +97 -0
  15. data/generators/vulcanize/templates/base/config/rubber/rubber-dns.yml +0 -1
  16. data/generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml +25 -0
  17. data/generators/vulcanize/templates/base/config/rubber/rubber.yml +21 -13
  18. data/generators/vulcanize/templates/base/script/cron-runner +1 -1
  19. data/generators/vulcanize/templates/base/templates.rb +1 -0
  20. data/generators/vulcanize/templates/base/templates.yml +5 -0
  21. data/generators/vulcanize/templates/cassandra/config/rubber/deploy-cassandra.rb +88 -0
  22. data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.in.sh +58 -0
  23. data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.yaml +210 -0
  24. data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/log4j-server.properties +45 -0
  25. data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/monit-cassandra.conf +8 -0
  26. data/generators/vulcanize/templates/cassandra/config/rubber/rubber-cassandra.yml +18 -0
  27. data/generators/vulcanize/templates/cassandra/templates.yml +1 -0
  28. data/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/haproxy/haproxy-mongrel.conf +2 -2
  29. data/generators/vulcanize/templates/{complete_passenger_mysql → complete_passenger}/config/rubber/role/haproxy/haproxy-passenger.conf +2 -2
  30. data/generators/vulcanize/templates/complete_passenger/templates.rb +9 -0
  31. data/generators/vulcanize/templates/complete_passenger/templates.yml +9 -0
  32. data/generators/vulcanize/templates/complete_passenger_mysql/templates.yml +1 -7
  33. data/generators/vulcanize/templates/complete_passenger_postgresql/templates.yml +4 -0
  34. data/generators/vulcanize/templates/cruise/config/rubber/deploy-cruise.rb +3 -3
  35. data/generators/vulcanize/templates/cruise/config/rubber/role/cruise/my.cnf +1 -1
  36. data/generators/vulcanize/templates/haproxy/config/rubber/deploy-haproxy.rb +5 -5
  37. data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/monit-haproxy.conf +2 -2
  38. data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf +8 -3
  39. data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslogd-default.conf +4 -0
  40. data/generators/vulcanize/templates/jetty/config/rubber/deploy-jetty.rb +5 -5
  41. data/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached.conf +1 -1
  42. data/generators/vulcanize/templates/mongrel/config/rubber/deploy-mongrel.rb +4 -4
  43. data/generators/vulcanize/templates/monit/config/rubber/common/monit.conf +2 -1
  44. data/generators/vulcanize/templates/monit/config/rubber/deploy-monit.rb +5 -4
  45. data/generators/vulcanize/templates/munin/config/rubber/common/monit-munin.conf +2 -2
  46. data/generators/vulcanize/templates/munin/config/rubber/common/munin-node.conf +1 -1
  47. data/generators/vulcanize/templates/munin/config/rubber/common/munin-plugins.conf +4 -2
  48. data/generators/vulcanize/templates/munin/config/rubber/deploy-munin.rb +5 -5
  49. data/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-plugins.conf +1 -1
  50. data/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin.conf +1 -0
  51. data/generators/vulcanize/templates/munin/config/rubber/rubber-munin.yml +1 -1
  52. data/generators/vulcanize/templates/munin/script/munin/example_mysql_query.rb +6 -8
  53. data/generators/vulcanize/templates/mysql/config/rubber/common/database.yml +1 -0
  54. data/generators/vulcanize/templates/mysql/config/rubber/deploy-mysql.rb +40 -27
  55. data/generators/vulcanize/templates/mysql/config/rubber/role/db/apparmor-mysql.conf +46 -0
  56. data/generators/vulcanize/templates/mysql/config/rubber/role/db/monit-mysql.cnf +2 -2
  57. data/generators/vulcanize/templates/mysql/config/rubber/role/db/my.cnf +2 -6
  58. data/generators/vulcanize/templates/mysql/config/rubber/rubber-mysql.yml +2 -1
  59. data/generators/vulcanize/templates/mysql_cluster/config/rubber/deploy-mysql_cluster.rb +19 -15
  60. data/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/monit-mysql_cluster_sql.cnf +2 -2
  61. data/generators/vulcanize/templates/mysql_proxy/config/rubber/common/monit-mysql_proxy.cnf +2 -2
  62. data/generators/vulcanize/templates/mysql_proxy/config/rubber/deploy-mysql_proxy.rb +3 -3
  63. data/generators/vulcanize/templates/nginx/config/rubber/deploy-nginx.rb +5 -5
  64. data/generators/vulcanize/templates/nginx/config/rubber/role/nginx/monit-nginx.conf +2 -2
  65. data/generators/vulcanize/templates/passenger/config/rubber/deploy-passenger.rb +10 -1
  66. data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-memory.conf +1 -1
  67. data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-sudoers.conf +2 -2
  68. data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger.conf +1 -1
  69. data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger.conf +28 -3
  70. data/generators/vulcanize/templates/passenger/config/rubber/rubber-passenger.yml +3 -3
  71. data/generators/vulcanize/templates/postgresql/config/rubber/common/database.yml +12 -0
  72. data/generators/vulcanize/templates/postgresql/config/rubber/deploy-postgresql.rb +131 -0
  73. data/generators/vulcanize/templates/postgresql/config/rubber/role/db/crontab +14 -0
  74. data/generators/vulcanize/templates/postgresql/config/rubber/role/db/monit-postgresql.conf +10 -0
  75. data/generators/vulcanize/templates/postgresql/config/rubber/role/db/pg_hba.conf +89 -0
  76. data/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql-sysctl.conf +6 -0
  77. data/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql.conf +504 -0
  78. data/generators/vulcanize/templates/postgresql/config/rubber/rubber-postgresql.yml +45 -0
  79. data/generators/vulcanize/templates/postgresql/templates.yml +1 -0
  80. data/generators/vulcanize/templates/redis/config/rubber/deploy-redis.rb +8 -7
  81. data/generators/vulcanize/templates/resque/config/initializers/resque.rb +15 -0
  82. data/generators/vulcanize/templates/resque/config/rubber/common/resque.yml +5 -0
  83. data/generators/vulcanize/templates/resque/config/rubber/deploy-resque.rb +46 -27
  84. data/generators/vulcanize/templates/resque/config/rubber/role/resque_web/monit-resque_web.conf +14 -0
  85. data/generators/vulcanize/templates/resque/config/rubber/role/resque_worker/monit-resque_worker.conf +19 -0
  86. data/generators/vulcanize/templates/resque/config/rubber/rubber-resque.yml +14 -6
  87. data/generators/vulcanize/templates/resque/script/resque_worker_management.rb +112 -0
  88. data/generators/vulcanize/templates/resque/templates.rb +1 -0
  89. data/generators/vulcanize/templates/sphinx/config/rubber/deploy-sphinx.rb +8 -8
  90. data/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/monit-sphinx.conf +7 -4
  91. data/generators/vulcanize/vulcanize_generator.rb +139 -49
  92. data/lib/generators/vulcanize/USAGE +6 -0
  93. data/lib/generators/vulcanize/templates/apache/config/rubber/deploy-apache.rb +51 -0
  94. data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/deflate.conf +10 -0
  95. data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/expires.conf +9 -0
  96. data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/headers.conf +6 -0
  97. data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/monit-apache.conf +8 -0
  98. data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/ports.conf +8 -0
  99. data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/setenvif.conf +52 -0
  100. data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache-vhost.conf +79 -0
  101. data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache.auth +7 -0
  102. data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html +34 -0
  103. data/lib/generators/vulcanize/templates/apache/config/rubber/rubber-apache.yml +6 -0
  104. data/lib/generators/vulcanize/templates/apache/templates.yml +1 -0
  105. data/lib/generators/vulcanize/templates/base/Capfile +14 -0
  106. data/lib/generators/vulcanize/templates/base/Rakefile +19 -0
  107. data/lib/generators/vulcanize/templates/base/config/deploy.rb +55 -0
  108. data/lib/generators/vulcanize/templates/base/config/rubber/common/crontab +22 -0
  109. data/lib/generators/vulcanize/templates/base/config/rubber/common/monit-postfix.conf +8 -0
  110. data/lib/generators/vulcanize/templates/base/config/rubber/common/rubber.profile +13 -0
  111. data/lib/generators/vulcanize/templates/base/config/rubber/deploy-setup.rb +63 -0
  112. data/lib/generators/vulcanize/templates/base/config/rubber/deploy-util.rb +97 -0
  113. data/lib/generators/vulcanize/templates/base/config/rubber/rubber-dns.yml +78 -0
  114. data/lib/generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml +25 -0
  115. data/lib/generators/vulcanize/templates/base/config/rubber/rubber.yml +235 -0
  116. data/lib/generators/vulcanize/templates/base/lib/tasks/rubber.rake +15 -0
  117. data/lib/generators/vulcanize/templates/base/script/cron-rake +18 -0
  118. data/lib/generators/vulcanize/templates/base/script/cron-runner +18 -0
  119. data/lib/generators/vulcanize/templates/base/script/cron-sh +67 -0
  120. data/lib/generators/vulcanize/templates/base/templates.rb +1 -0
  121. data/lib/generators/vulcanize/templates/base/templates.yml +6 -0
  122. data/lib/generators/vulcanize/templates/cassandra/config/rubber/deploy-cassandra.rb +88 -0
  123. data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.in.sh +58 -0
  124. data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.yaml +210 -0
  125. data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/log4j-server.properties +45 -0
  126. data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/monit-cassandra.conf +8 -0
  127. data/lib/generators/vulcanize/templates/cassandra/config/rubber/rubber-cassandra.yml +18 -0
  128. data/lib/generators/vulcanize/templates/cassandra/templates.yml +1 -0
  129. data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/haproxy/haproxy-mongrel.conf +23 -0
  130. data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/nginx/nginx-mongrel.conf +113 -0
  131. data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/rubber-complete.yml +41 -0
  132. data/lib/generators/vulcanize/templates/complete_mongrel_mysql/templates.yml +6 -0
  133. data/lib/generators/vulcanize/templates/complete_passenger/config/rubber/role/haproxy/haproxy-passenger.conf +21 -0
  134. data/lib/generators/vulcanize/templates/complete_passenger/config/rubber/rubber-complete.yml +40 -0
  135. data/lib/generators/vulcanize/templates/complete_passenger/templates.rb +9 -0
  136. data/lib/generators/vulcanize/templates/complete_passenger/templates.yml +9 -0
  137. data/lib/generators/vulcanize/templates/complete_passenger_mysql/templates.yml +4 -0
  138. data/lib/generators/vulcanize/templates/complete_passenger_postgresql/templates.yml +4 -0
  139. data/lib/generators/vulcanize/templates/cruise/config/rubber/deploy-cruise.rb +72 -0
  140. data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/cruise +40 -0
  141. data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/my.cnf +165 -0
  142. data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/production.rb +8 -0
  143. data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/site_config.rb +76 -0
  144. data/lib/generators/vulcanize/templates/cruise/config/rubber/role/web_tools/cruise-nginx.conf +11 -0
  145. data/lib/generators/vulcanize/templates/cruise/config/rubber/rubber-cruise.yml +18 -0
  146. data/lib/generators/vulcanize/templates/cruise/templates.yml +1 -0
  147. data/lib/generators/vulcanize/templates/haproxy/config/rubber/deploy-haproxy.rb +45 -0
  148. data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf +26 -0
  149. data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-default.conf +8 -0
  150. data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/monit-haproxy.conf +9 -0
  151. data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf +11 -0
  152. data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslogd-default.conf +21 -0
  153. data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf +10 -0
  154. data/lib/generators/vulcanize/templates/haproxy/config/rubber/rubber-haproxy.yml +7 -0
  155. data/lib/generators/vulcanize/templates/haproxy/templates.yml +1 -0
  156. data/lib/generators/vulcanize/templates/jetty/config/rubber/deploy-jetty.rb +59 -0
  157. data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/jetty.sh +589 -0
  158. data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/jetty.xml +199 -0
  159. data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/monit-jetty.conf +9 -0
  160. data/lib/generators/vulcanize/templates/jetty/config/rubber/rubber-jetty.yml +10 -0
  161. data/lib/generators/vulcanize/templates/jetty/templates.yml +1 -0
  162. data/lib/generators/vulcanize/templates/memcached/config/memcached.yml +28 -0
  163. data/lib/generators/vulcanize/templates/memcached/config/rubber/common/memcached.yml +14 -0
  164. data/lib/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached.conf +52 -0
  165. data/lib/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached_munin_plugin +249 -0
  166. data/lib/generators/vulcanize/templates/memcached/config/rubber/rubber-memcached.yml +7 -0
  167. data/lib/generators/vulcanize/templates/memcached/templates.yml +1 -0
  168. data/lib/generators/vulcanize/templates/minimal_mysql/templates.yml +7 -0
  169. data/lib/generators/vulcanize/templates/minimal_nodb/templates.yml +6 -0
  170. data/lib/generators/vulcanize/templates/mongrel/config/rubber/deploy-mongrel.rb +75 -0
  171. data/lib/generators/vulcanize/templates/mongrel/config/rubber/role/mongrel/mongrel_cluster.yml +12 -0
  172. data/lib/generators/vulcanize/templates/mongrel/config/rubber/role/mongrel/monit-mongrel.conf +20 -0
  173. data/lib/generators/vulcanize/templates/mongrel/config/rubber/rubber-mongrel.yml +9 -0
  174. data/lib/generators/vulcanize/templates/mongrel/templates.yml +1 -0
  175. data/lib/generators/vulcanize/templates/monit/config/rubber/common/monit-default.conf +15 -0
  176. data/lib/generators/vulcanize/templates/monit/config/rubber/common/monit.conf +252 -0
  177. data/lib/generators/vulcanize/templates/monit/config/rubber/deploy-monit.rb +33 -0
  178. data/lib/generators/vulcanize/templates/monit/config/rubber/role/web_tools/monit-admin-nginx.conf +10 -0
  179. data/lib/generators/vulcanize/templates/monit/config/rubber/rubber-monit.yml +6 -0
  180. data/lib/generators/vulcanize/templates/monit/templates.yml +1 -0
  181. data/lib/generators/vulcanize/templates/munin/config/rubber/common/monit-munin.conf +8 -0
  182. data/lib/generators/vulcanize/templates/munin/config/rubber/common/munin-node.conf +48 -0
  183. data/lib/generators/vulcanize/templates/munin/config/rubber/common/munin-plugins.conf +11 -0
  184. data/lib/generators/vulcanize/templates/munin/config/rubber/deploy-munin.rb +46 -0
  185. data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-nginx.conf +8 -0
  186. data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-plugins.conf +31 -0
  187. data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin.conf +81 -0
  188. data/lib/generators/vulcanize/templates/munin/config/rubber/rubber-munin.yml +8 -0
  189. data/lib/generators/vulcanize/templates/munin/script/munin/example_mysql_query.rb +55 -0
  190. data/lib/generators/vulcanize/templates/munin/script/munin/example_simple.rb +24 -0
  191. data/lib/generators/vulcanize/templates/munin/templates.yml +1 -0
  192. data/lib/generators/vulcanize/templates/mysql/config/rubber/common/database.yml +12 -0
  193. data/lib/generators/vulcanize/templates/mysql/config/rubber/deploy-mysql.rb +169 -0
  194. data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/apparmor-mysql.conf +46 -0
  195. data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/crontab +14 -0
  196. data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/monit-mysql.cnf +10 -0
  197. data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/my.cnf +163 -0
  198. data/lib/generators/vulcanize/templates/mysql/config/rubber/role/mysql_slave/mysql_slave_munin_plugin +51 -0
  199. data/lib/generators/vulcanize/templates/mysql/config/rubber/rubber-mysql.yml +47 -0
  200. data/lib/generators/vulcanize/templates/mysql/templates.yml +1 -0
  201. data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/common/mysql_cluster_migrations.rb +13 -0
  202. data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/deploy-mysql_cluster.rb +177 -0
  203. data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_data/my.cnf +15 -0
  204. data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_mgm/ndb_mgmd.cnf +39 -0
  205. data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/monit-mysql_cluster_sql.cnf +10 -0
  206. data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/my.cnf +23 -0
  207. data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/rubber-mysql_cluster.yml +32 -0
  208. data/lib/generators/vulcanize/templates/mysql_cluster/templates.yml +1 -0
  209. data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/database.yml +16 -0
  210. data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/monit-mysql_proxy.cnf +10 -0
  211. data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy +153 -0
  212. data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy.conf +10 -0
  213. data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy.lua +5 -0
  214. data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/deploy-mysql_proxy.rb +52 -0
  215. data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/rubber-mysql_proxy.yml +11 -0
  216. data/lib/generators/vulcanize/templates/mysql_proxy/templates.yml +1 -0
  217. data/lib/generators/vulcanize/templates/nginx/config/rubber/deploy-nginx.rb +45 -0
  218. data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/crontab +9 -0
  219. data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/monit-nginx.conf +8 -0
  220. data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/nginx.conf +42 -0
  221. data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/nginx-tools.conf +55 -0
  222. data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/tools-index.html +30 -0
  223. data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/tools-nginx.auth +7 -0
  224. data/lib/generators/vulcanize/templates/nginx/config/rubber/rubber-nginx.yml +10 -0
  225. data/lib/generators/vulcanize/templates/nginx/templates.yml +1 -0
  226. data/lib/generators/vulcanize/templates/passenger/config/rubber/deploy-passenger.rb +46 -0
  227. data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-memory.conf +34 -0
  228. data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-sudoers.conf +7 -0
  229. data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger.conf +47 -0
  230. data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger-apache-vhost.conf +46 -0
  231. data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger.conf +35 -0
  232. data/lib/generators/vulcanize/templates/passenger/config/rubber/rubber-passenger.yml +15 -0
  233. data/lib/generators/vulcanize/templates/passenger/templates.yml +3 -0
  234. data/lib/generators/vulcanize/templates/postgresql/config/rubber/common/database.yml +12 -0
  235. data/lib/generators/vulcanize/templates/postgresql/config/rubber/deploy-postgresql.rb +131 -0
  236. data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/crontab +14 -0
  237. data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/monit-postgresql.conf +10 -0
  238. data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/pg_hba.conf +89 -0
  239. data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql-sysctl.conf +6 -0
  240. data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql.conf +504 -0
  241. data/lib/generators/vulcanize/templates/postgresql/config/rubber/rubber-postgresql.yml +45 -0
  242. data/lib/generators/vulcanize/templates/postgresql/templates.yml +1 -0
  243. data/lib/generators/vulcanize/templates/redis/config/rubber/deploy-redis.rb +37 -0
  244. data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/crontab +8 -0
  245. data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/monit-redis.conf +9 -0
  246. data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/redis.conf +141 -0
  247. data/lib/generators/vulcanize/templates/redis/config/rubber/rubber-redis.yml +4 -0
  248. data/lib/generators/vulcanize/templates/redis/templates.yml +1 -0
  249. data/lib/generators/vulcanize/templates/resque/config/initializers/resque.rb +15 -0
  250. data/lib/generators/vulcanize/templates/resque/config/rubber/common/resque.yml +5 -0
  251. data/lib/generators/vulcanize/templates/resque/config/rubber/deploy-resque.rb +58 -0
  252. data/lib/generators/vulcanize/templates/resque/config/rubber/role/resque_web/monit-resque_web.conf +14 -0
  253. data/lib/generators/vulcanize/templates/resque/config/rubber/role/resque_worker/monit-resque_worker.conf +19 -0
  254. data/lib/generators/vulcanize/templates/resque/config/rubber/rubber-resque.yml +18 -0
  255. data/lib/generators/vulcanize/templates/resque/script/resque_worker_management.rb +112 -0
  256. data/lib/generators/vulcanize/templates/resque/templates.rb +1 -0
  257. data/lib/generators/vulcanize/templates/resque/templates.yml +3 -0
  258. data/lib/generators/vulcanize/templates/sphinx/config/rubber/common/sphinx.yml +46 -0
  259. data/lib/generators/vulcanize/templates/sphinx/config/rubber/deploy-sphinx.rb +112 -0
  260. data/lib/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/crontab +11 -0
  261. data/lib/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/monit-sphinx.conf +13 -0
  262. data/lib/generators/vulcanize/templates/sphinx/config/rubber/rubber-sphinx.yml +6 -0
  263. data/lib/generators/vulcanize/templates/sphinx/templates.yml +1 -0
  264. data/lib/generators/vulcanize/vulcanize_generator.rb +157 -0
  265. data/lib/rubber/cloud/aws.rb +7 -2
  266. data/lib/rubber/dns/zerigo.rb +60 -125
  267. data/lib/rubber/environment.rb +6 -6
  268. data/lib/rubber/generator.rb +33 -25
  269. data/lib/rubber/instance.rb +11 -1
  270. data/lib/rubber/railtie.rb +14 -0
  271. data/lib/rubber/recipes/rubber/deploy.rb +3 -3
  272. data/lib/rubber/recipes/rubber/instances.rb +12 -1
  273. data/lib/rubber/recipes/rubber/setup.rb +96 -55
  274. data/lib/rubber/recipes/rubber/spot_requests.rb +6 -0
  275. data/lib/rubber/recipes/rubber/static_ips.rb +83 -0
  276. data/lib/rubber/recipes/rubber/utils.rb +39 -16
  277. data/lib/rubber/recipes/rubber/volumes.rb +4 -4
  278. data/lib/rubber/recipes/rubber.rb +16 -9
  279. data/lib/rubber/util.rb +28 -1
  280. data/lib/rubber.rb +47 -7
  281. data/rails/init.rb +1 -4
  282. data/test/environment_test.rb +3 -0
  283. data/test/generator_test.rb +47 -0
  284. data/test/instance_test.rb +3 -0
  285. data/test/test_helper.rb +6 -0
  286. data/test/util_test.rb +3 -0
  287. data/test/zerigo_test.rb +87 -0
  288. metadata +275 -50
  289. data/generators/vulcanize/templates/resque/config/rubber/deploy-resque-worker-default.rb +0 -38
  290. data/generators/vulcanize/templates/resque/config/rubber/role/resque_worker_default/monit-resque_worker_default.conf +0 -19
  291. /data/generators/vulcanize/templates/{complete_passenger_mysql → complete_passenger}/config/rubber/rubber-complete.yml +0 -0
@@ -0,0 +1,12 @@
1
+ <%
2
+ @path = "#{RUBBER_ROOT}/config/mongrel_cluster.yml"
3
+ %>
4
+ ---
5
+ user: <%= rubber_env.app_user %>
6
+ group: <%= rubber_env.app_user %>
7
+ cwd: <%= RUBBER_ROOT %>
8
+ port: "<%= rubber_env.mongrel_base_port %>"
9
+ environment: <%= RUBBER_ENV %>
10
+ address: <%= rubber_env.host %>
11
+ pid_file: tmp/pids/mongrel.pid
12
+ servers: <%= rubber_env.mongrel_count %>
@@ -0,0 +1,20 @@
1
+ <%
2
+ @path = '/etc/monit/monit.d/monit-mongrel.conf'
3
+ %>
4
+
5
+ <% (0..(rubber_env.mongrel_count.to_i - 1)).each do |i| %>
6
+
7
+ <% PORT = rubber_env.mongrel_base_port + i %>
8
+ <% PIDFILE = "#{RUBBER_ROOT}/tmp/pids/mongrel.#{PORT}.pid" %>
9
+ check process mongrel-<%= PORT %> with pidfile <%= PIDFILE %>
10
+ group mongrel-<%= RUBBER_ENV %>
11
+ start program = "/bin/sh -c 'cd <%= RUBBER_ROOT %> && PATH=<%= rubber_env.ruby_prefix %>/bin:/usr/local/bin:$PATH && mongrel_rails cluster::start --clean --only <%= PORT %>'"
12
+ <%
13
+ # Stop gracefully - monit waits for stop to complete (since below process exits immediately, it must
14
+ # wait for pid to disappear) before trying to start
15
+ %>
16
+ stop program = "/bin/sh -c 'cd <%= RUBBER_ROOT %> && PATH=<%= rubber_env.ruby_prefix %>/bin:/usr/local/bin:$PATH && mongrel_rails cluster::stop --clean --only <%= PORT %> && sleep 30 && mongrel_rails cluster::stop --clean --force --only <%= PORT %>'"
17
+ if totalmem > 200.0 MB for 3 cycles then restart
18
+ <%# monit needs to test on same same interface that mongrel is listening on (see mongrel_cluster.yml) %>
19
+ if failed host <%= rubber_env.host %> port <%= PORT %> protocol http with timeout 10 seconds for 10 cycles then restart
20
+ <% end %>
@@ -0,0 +1,9 @@
1
+
2
+ # These will probably need to be used by the rubber module used for the web role (nginx)
3
+ mongrel_base_port: 7000
4
+ mongrel_count: "#{RUBBER_ENV == 'production' ? 8 : 2}"
5
+
6
+ roles:
7
+ app:
8
+ gems: [mongrel, mongrel_cluster]
9
+
@@ -0,0 +1 @@
1
+ description: The mongrel module
@@ -0,0 +1,15 @@
1
+ <%
2
+ @path = '/etc/default/monit'
3
+ %>
4
+
5
+ # Defaults for monit initscript
6
+ # sourced by /etc/init.d/monit
7
+ # installed at /etc/default/monit by maintainer scripts
8
+ # Fredrik Steen <stone@debian.org>
9
+
10
+ # You must set this variable to for monit to start
11
+ startup=1
12
+
13
+ # To change the intervals which monit should run uncomment
14
+ # and change this variable.
15
+ # CHECK_INTERVALS=180
@@ -0,0 +1,252 @@
1
+ <%
2
+ @path = '/etc/monit/monitrc'
3
+ %>
4
+
5
+ ###############################################################################
6
+ ## Monit control file
7
+ ###############################################################################
8
+ ##
9
+ ## Comments begin with a '#' and extend through the end of the line. Keywords
10
+ ## are case insensitive. All path's MUST BE FULLY QUALIFIED, starting with '/'.
11
+ ##
12
+ ## Bellow is the example of some frequently used statements. For information
13
+ ## about the control file, a complete list of statements and options please
14
+ ## have a look in the monit manual.
15
+ ##
16
+ ##
17
+ ###############################################################################
18
+ ## Global section
19
+ ###############################################################################
20
+ ##
21
+ ## Start monit in background (run as daemon) and check the services at 2-minute
22
+ ## intervals.
23
+ #
24
+ # set daemon 120
25
+ set daemon 60
26
+
27
+ #
28
+ #
29
+ ## Set syslog logging with the 'daemon' facility. If the FACILITY option is
30
+ ## omited, monit will use 'user' facility by default. You can specify the
31
+ ## path to the file for monit native logging.
32
+ #
33
+ # set logfile syslog facility log_daemon
34
+ set logfile /var/log/monit.log
35
+ #
36
+ #
37
+ ## Set list of mailservers for alert delivery. Multiple servers may be
38
+ ## specified using comma separator. By default monit uses port 25 - it is
39
+ ## possible to override it with the PORT option.
40
+ #
41
+ # set mailserver mail.bar.baz, # primary mailserver
42
+ # backup.bar.baz port 10025, # backup mailserver on port 10025
43
+ # localhost # fallback relay
44
+ #
45
+ set mailserver localhost
46
+
47
+ #
48
+ ## By default monit will drop the event alert, in the case that there is no
49
+ ## mailserver available. In the case that you want to keep the events for
50
+ ## later delivery retry, you can use the EVENTQUEUE statement. The base
51
+ ## directory where undelivered events will be stored is specified by the
52
+ ## BASEDIR option. You can limit the maximal queue size using the SLOTS
53
+ ## option (if omited then the queue is limited just by the backend filesystem).
54
+ #
55
+ # set eventqueue
56
+ # basedir /var/monit # set the base directory where events will be stored
57
+ # slots 100 # optionaly limit the queue size
58
+ #
59
+ #
60
+ ## Monit by default uses the following alert mail format:
61
+ ##
62
+ ## --8<--
63
+ ## From: monit@$HOST # sender
64
+ ## Subject: monit alert -- $EVENT $SERVICE # subject
65
+ ##
66
+ ## $EVENT Service $SERVICE #
67
+ ## #
68
+ ## Date: $DATE #
69
+ ## Action: $ACTION #
70
+ ## Host: $HOST # body
71
+ ## Description: $DESCRIPTION #
72
+ ## #
73
+ ## Your faithful employee, #
74
+ ## monit #
75
+ ## --8<--
76
+ ##
77
+ ## You can override the alert message format or its parts such as subject
78
+ ## or sender using the MAIL-FORMAT statement. Macros such as $DATE, etc.
79
+ ## are expanded on runtime. For example to override the sender:
80
+ #
81
+ # set mail-format { from: monit@foo.bar }
82
+ #
83
+ #
84
+ ## You can set the alert recipients here, which will receive the alert for
85
+ ## each service. The event alerts may be restricted using the list.
86
+ #
87
+ # set alert sysadm@foo.bar # receive all alerts
88
+ # set alert manager@foo.bar only on { timeout } # receive just service-
89
+ # # timeout alert
90
+
91
+ # excluding instance, changed
92
+ set alert <%= rubber_env.admin_email %> only on {
93
+ connection
94
+ checksum
95
+ data
96
+ exec
97
+ gid
98
+ icmp
99
+ invalid
100
+ nonexist
101
+ permission
102
+ resource
103
+ size
104
+ timeout
105
+ timestamp
106
+ uid
107
+ }
108
+
109
+ #
110
+ #
111
+ ## Monit has an embedded webserver, which can be used to view the
112
+ ## configuration, actual services parameters or manage the services using the
113
+ ## web interface.
114
+ #
115
+ # set httpd port 2812 and
116
+ # use address localhost # only accept connection from localhost
117
+ # allow localhost # allow localhost to connect to the server and
118
+ # allow admin:monit # require user 'admin' with password 'monit'
119
+ #
120
+
121
+ <%
122
+ tools_server = rubber_instances.for_role('web_tools').first.internal_ip rescue "127.0.0.1"
123
+ %>
124
+ set httpd port <%= rubber_env.monit_admin_port %>
125
+ allow <%= tools_server %>
126
+
127
+ #
128
+ ###############################################################################
129
+ ## Services
130
+ ###############################################################################
131
+ ##
132
+ ## Check the general system resources such as load average, cpu and memory
133
+ ## usage. Each rule specifies the tested resource, the limit and the action
134
+ ## which will be performed in the case that the test failed.
135
+ #
136
+ # check system myhost.mydomain.tld
137
+ # if loadavg (1min) > 4 then alert
138
+ # if loadavg (5min) > 2 then alert
139
+ # if memory usage > 75% then alert
140
+ # if cpu usage (user) > 70% then alert
141
+ # if cpu usage (system) > 30% then alert
142
+ # if cpu usage (wait) > 20% then alert
143
+ #
144
+ #
145
+ ## Check a file for existence, checksum, permissions, uid and gid. In addition
146
+ ## to the recipients in the global section, customized alert will be send to
147
+ ## the additional recipient. The service may be grouped using the GROUP option.
148
+ #
149
+ # check file apache_bin with path /usr/local/apache/bin/httpd
150
+ # if failed checksum and
151
+ # expect the sum 8f7f419955cefa0b33a2ba316cba3659 then unmonitor
152
+ # if failed permission 755 then unmonitor
153
+ # if failed uid root then unmonitor
154
+ # if failed gid root then unmonitor
155
+ # alert security@foo.bar on {
156
+ # checksum, permission, uid, gid, unmonitor
157
+ # } with the mail-format { subject: Alarm! }
158
+ # group server
159
+ #
160
+ #
161
+ ## Check that a process is running, responding on the HTTP and HTTPS request,
162
+ ## check its resource usage such as cpu and memory, number of childrens.
163
+ ## In the case that the process is not running, monit will restart it by
164
+ ## default. In the case that the service was restarted very often and the
165
+ ## problem remains, it is possible to disable the monitoring using the
166
+ ## TIMEOUT statement. The service depends on another service (apache_bin) which
167
+ ## is defined in the monit control file as well.
168
+ #
169
+ # check process apache with pidfile /usr/local/apache/logs/httpd.pid
170
+ # start program = "/etc/init.d/httpd start"
171
+ # stop program = "/etc/init.d/httpd stop"
172
+ # if cpu > 60% for 2 cycles then alert
173
+ # if cpu > 80% for 5 cycles then restart
174
+ # if totalmem > 200.0 MB for 5 cycles then restart
175
+ # if children > 250 then restart
176
+ # if loadavg(5min) greater than 10 for 8 cycles then stop
177
+ # if failed host www.tildeslash.com port 80 protocol http
178
+ # and request "/monit/doc/next.php"
179
+ # then restart
180
+ # if failed port 443 type tcpssl protocol http
181
+ # with timeout 15 seconds
182
+ # then restart
183
+ # if 3 restarts within 5 cycles then timeout
184
+ # depends on apache_bin
185
+ # group server
186
+ #
187
+ #
188
+ ## Check the device permissions, uid, gid, space and inode usage. Other
189
+ ## services such as databases may depend on this resource and automatical
190
+ ## graceful stop may be cascaded to them before the filesystem will become
191
+ ## full and the data will be lost.
192
+ #
193
+ # check device datafs with path /dev/sdb1
194
+ # start program = "/bin/mount /data"
195
+ # stop program = "/bin/umount /data"
196
+ # if failed permission 660 then unmonitor
197
+ # if failed uid root then unmonitor
198
+ # if failed gid disk then unmonitor
199
+ # if space usage > 80% for 5 times within 15 cycles then alert
200
+ # if space usage > 99% then stop
201
+ # if inode usage > 30000 then alert
202
+ # if inode usage > 99% then stop
203
+ # group server
204
+ #
205
+ #
206
+ ## Check a file's timestamp: when it becomes older then 15 minutes, the
207
+ ## file is not updated and something is wrong. In the case that the size
208
+ ## of the file exceeded given limit, perform the script.
209
+ #
210
+ # check file database with path /data/mydatabase.db
211
+ # if failed permission 700 then alert
212
+ # if failed uid data then alert
213
+ # if failed gid data then alert
214
+ # if timestamp > 15 minutes then alert
215
+ # if size > 100 MB then exec "/my/cleanup/script"
216
+ #
217
+ #
218
+ ## Check the directory permission, uid and gid. An event is triggered
219
+ ## if the directory does not belong to the user with the uid 0 and
220
+ ## the gid 0. In the addition the permissions have to match the octal
221
+ ## description of 755 (see chmod(1)).
222
+ #
223
+ # check directory bin with path /bin
224
+ # if failed permission 755 then unmonitor
225
+ # if failed uid 0 then unmonitor
226
+ # if failed gid 0 then unmonitor
227
+ #
228
+ #
229
+ ## Check the remote host network services availability and the response
230
+ ## content. One of three pings, a successfull connection to a port and
231
+ ## application level network check is performed.
232
+ #
233
+ # check host myserver with address 192.168.1.1
234
+ # if failed icmp type echo count 3 with timeout 3 seconds then alert
235
+ # if failed port 3306 protocol mysql with timeout 15 seconds then alert
236
+ # if failed url
237
+ # http://user:password@www.foo.bar:8080/?querystring
238
+ # and content == 'action="j_security_check"'
239
+ # then alert
240
+ #
241
+ #
242
+ ###############################################################################
243
+ ## Includes
244
+ ###############################################################################
245
+ ##
246
+ ## It is possible to include the configuration or its parts from other files or
247
+ ## directories.
248
+ #
249
+ include /etc/monit/monit.d/*.conf
250
+ #
251
+ #
252
+
@@ -0,0 +1,33 @@
1
+
2
+ namespace :rubber do
3
+
4
+ namespace :monit do
5
+
6
+ rubber.allow_optional_tasks(self)
7
+
8
+ # monit needs to get stopped first and started last so that it doesn't
9
+ # mess with us restarting everything as part of a deploy.
10
+ before "rubber:pre_stop", "rubber:monit:stop"
11
+ before "rubber:pre_restart", "rubber:monit:stop"
12
+ after "rubber:post_start", "rubber:monit:start"
13
+ after "rubber:post_restart", "rubber:monit:start"
14
+
15
+ desc "Start monit daemon monitoring"
16
+ task :start do
17
+ rsudo "service monit start"
18
+ end
19
+
20
+ desc "Stop monit daemon monitoring"
21
+ task :stop do
22
+ rsudo "service monit stop; exit 0"
23
+ end
24
+
25
+ desc "Restart monit daemon monitoring"
26
+ task :restart do
27
+ stop
28
+ start
29
+ end
30
+
31
+ end
32
+
33
+ end
@@ -0,0 +1,10 @@
1
+ <%
2
+ @path = "/etc/nginx/rubber/tools/monit.conf"
3
+ %>
4
+
5
+ <% rubber_instances.each do |ic| %>
6
+ location /monit_<%= ic.name %>
7
+ {
8
+ proxy_pass http://<%= ic.full_name %>:<%= rubber_env.monit_admin_port %>;
9
+ }
10
+ <% end %>
@@ -0,0 +1,6 @@
1
+ # Uses admin_email from base
2
+
3
+ monit_admin_port: 2812
4
+
5
+ packages: [monit]
6
+
@@ -0,0 +1 @@
1
+ description: The monit module
@@ -0,0 +1,8 @@
1
+ <%
2
+ @path = '/etc/monit/monit.d/monit-munin.conf'
3
+ %>
4
+
5
+ check process munin-node with pidfile /var/run/munin/munin-node.pid
6
+ start program "/usr/sbin/service munin-node start"
7
+ stop program "/usr/sbin/service munin-node stop"
8
+ if 5 restarts within 5 cycles then timeout
@@ -0,0 +1,48 @@
1
+ <%
2
+ @path = '/etc/munin/munin-node.conf'
3
+ @post = 'service munin-node restart'
4
+ %>
5
+
6
+ #
7
+ # Example config-file for munin-node
8
+ #
9
+
10
+ log_level 4
11
+ log_file /var/log/munin/munin-node.log
12
+ port 4949
13
+ pid_file /var/run/munin/munin-node.pid
14
+ background 1
15
+ setseid 1
16
+
17
+ # Which port to bind to;
18
+ host *
19
+ user root
20
+ group root
21
+ setsid yes
22
+
23
+ # Regexps for files to ignore
24
+
25
+ ignore_file ~$
26
+ ignore_file \.bak$
27
+ ignore_file %$
28
+ ignore_file \.dpkg-(tmp|new|old|dist)$
29
+ ignore_file \.rpm(save|new)$
30
+
31
+ # Set this if the client doesn't report the correct hostname when
32
+ # telnetting to localhost, port 4949
33
+ #
34
+ #host_name localhost.localdomain
35
+
36
+ # A list of addresses that are allowed to connect. This must be a
37
+ # regular expression, due to brain damage in Net::Server, which
38
+ # doesn't understand CIDR-style network notation. You may repeat
39
+ # the allow line as many times as you'd like
40
+
41
+ allow ^127\.0\.0\.1$
42
+
43
+ <%
44
+ munin_server = rubber_instances.for_role('web_tools').first.internal_ip rescue "127.0.0.1"
45
+ munin_server = munin_server.gsub(/\./, "\\.")
46
+ %>
47
+ allow ^<%= munin_server %>$
48
+
@@ -0,0 +1,11 @@
1
+ <%
2
+ @path = '/etc/munin/plugin-conf.d/rubber'
3
+ %>
4
+
5
+ # munin-node clears out enviroment variables, so we need to add these in
6
+ # to make sure we are running the correct ruby (rvm env vars, plus paths)
7
+ [*]
8
+ <%- ENV.select {|k, v| k =~ /rvm|ruby|bundler|gem|path/i }.each do |k, v| -%>
9
+ env.<%= k %> <%= v %>
10
+ <%- end -%>
11
+ env.RUBYOPT rubygems
@@ -0,0 +1,46 @@
1
+
2
+ namespace :rubber do
3
+
4
+ namespace :munin do
5
+
6
+ rubber.allow_optional_tasks(self)
7
+
8
+ after "rubber:install_packages", "rubber:munin:custom_install"
9
+
10
+ # sometimes apt-get install of munin doesn't end up configuring
11
+ # plugins (e.g. installing postfix at same time, postfix plugin
12
+ # configure barfs as postfix not configured yet)
13
+ desc <<-DESC
14
+ Reconfigures munin
15
+ DESC
16
+ task :custom_install do
17
+ rubber.sudo_script 'setup_munin_plugins', <<-ENDSCRIPT
18
+ munin-node-configure --shell --remove-also > /tmp/setup-munin-plugins 2> /dev/null || true
19
+ sh /tmp/setup-munin-plugins
20
+ ENDSCRIPT
21
+ restart
22
+ end
23
+
24
+ # after "deploy:stop", "rubber:munin:stop"
25
+ # before "deploy:start", "rubber:munin:start"
26
+ # after "deploy:restart", "rubber:munin:restart"
27
+
28
+ desc "Start munin system monitoring"
29
+ task :start do
30
+ rsudo "service munin-node start"
31
+ end
32
+
33
+ desc "Stop munin system monitoring"
34
+ task :stop do
35
+ rsudo "service munin-node stop; exit 0"
36
+ end
37
+
38
+ desc "Restart munin system monitoring"
39
+ task :restart do
40
+ stop
41
+ start
42
+ end
43
+
44
+ end
45
+
46
+ end
@@ -0,0 +1,8 @@
1
+ <%
2
+ @path = "/etc/nginx/rubber/tools/munin.conf"
3
+ %>
4
+
5
+ location /munin
6
+ {
7
+ alias /var/www/munin;
8
+ }
@@ -0,0 +1,31 @@
1
+ <%
2
+ @path = "/etc/munin/plugin-conf.d/munin-node"
3
+ @additive = ["# rubber-munin-plugins-start", "# rubber-munin-plugins-end"]
4
+ @post = <<-POST
5
+ service munin-node restart
6
+ POST
7
+
8
+ root = RUBBER_ENV == 'development' ? "#{RUBBER_ROOT}/tmp/rubber" : ""
9
+ script_dir = "#{RUBBER_ROOT}/script/munin"
10
+ plugin_dir = "#{root}/etc/munin/plugins"
11
+ plugin_prefix = "rubber_"
12
+ %>
13
+
14
+ <%
15
+ # cleanup old plugins
16
+ File.delete(*Dir["#{plugin_dir}/#{plugin_prefix}*"])
17
+
18
+ # for each script in our source tree, create a wrapper in
19
+ # munin plgin dir so that we can set rails env
20
+ Dir["#{script_dir}/*"].each do |script|
21
+ plugin_name = plugin_prefix + File.basename(script)
22
+ File.open("#{plugin_dir}/#{plugin_name}", 'w') do |p|
23
+ p.chmod(0755)
24
+ p.puts('#!/bin/sh')
25
+ p.puts("RUBBER_ENV=#{RUBBER_ENV} #{script} $*")
26
+ end
27
+ end
28
+ %>
29
+
30
+ # Active rubber plugins: <%= Dir["#{plugin_dir}/#{plugin_prefix}*"].collect {|f| File.basename(f) }.join(", ") %>
31
+
@@ -0,0 +1,81 @@
1
+ <%
2
+ @path = '/etc/munin/munin.conf'
3
+ @post = "mkdir -p /var/www/munin; chown -R munin:munin /var/www/munin"
4
+ %>
5
+
6
+ # Example configuration file for Munin, generated by 'make build'
7
+
8
+ # The next three variables specifies where the location of the RRD
9
+ # databases, the HTML output, and the logs, severally. They all
10
+ # must be writable by the user running munin-cron.
11
+ dbdir /var/lib/munin
12
+ htmldir /var/www/munin
13
+ logdir /var/log/munin
14
+ rundir /var/run/munin
15
+
16
+ # Where to look for the HTML templates
17
+ tmpldir /etc/munin/templates
18
+
19
+ # Make graphs show values per minute instead of per second
20
+ #graph_period minute
21
+
22
+ # Drop somejuser@fnord.comm and anotheruser@blibb.comm an email everytime
23
+ # something changes (OK -> WARNING, CRITICAL -> OK, etc)
24
+ #contact.someuser.command mail -s "Munin notification" somejuser@fnord.comm
25
+ #contact.anotheruser.command mail -s "Munin notification" anotheruser@blibb.comm
26
+ #
27
+ # For those with Nagios, the following might come in handy. In addition,
28
+ # the services must be defined in the Nagios server as well.
29
+ #contact.nagios.command /usr/sbin/send_nsca -H nagios.host.com -c /etc/send_nsca.cfg
30
+
31
+ contacts dev
32
+ contact.dev.command mail -s "Munin notification ${var:host} : ${var:group}" <%= rubber_env.admin_email %>
33
+ contact.dev.always_send warning critical
34
+
35
+
36
+ <% rubber_instances.each do |i| %>
37
+ [<%= i.full_name %>]
38
+ address <%= i.internal_ip %>
39
+ use_node_name yes
40
+ <% end %>
41
+
42
+ #
43
+ # A more complex example of a host tree
44
+ #
45
+ ## First our "normal" host.
46
+ # [fii.foo.com]
47
+ # address foo
48
+ #
49
+ ## Then our other host...
50
+ # [fay.foo.com]
51
+ # address fay
52
+ #
53
+ ## Then we want totals...
54
+ # [foo.com;Totals] #Force it into the "foo.com"-domain...
55
+ # update no # Turn off data-fetching for this "host".
56
+ #
57
+ # # The graph "load1". We want to see the loads of both machines...
58
+ # # "fii=fii.foo.com:load.load" means "label=machine:graph.field"
59
+ # load1.graph_title Loads side by side
60
+ # load1.graph_order fii=fii.foo.com:load.load fay=fay.foo.com:load.load
61
+ #
62
+ # # The graph "load2". Now we want them stacked on top of each other.
63
+ # load2.graph_title Loads on top of each other
64
+ # load2.dummy_field.stack fii=fii.foo.com:load.load fay=fay.foo.com:load.load
65
+ # load2.dummy_field.draw AREA # We want area instead the default LINE2.
66
+ # load2.dummy_field.label dummy # This is needed. Silly, really.
67
+ #
68
+ # # The graph "load3". Now we want them summarised into one field
69
+ # load3.graph_title Loads summarised
70
+ # load3.combined_loads.sum fii.foo.com:load.load fay.foo.com:load.load
71
+ # load3.combined_loads.label Combined loads # Must be set, as this is
72
+ # # not a dummy field!
73
+ #
74
+ ## ...and on a side note, I want them listen in another order (default is
75
+ ## alphabetically)
76
+ #
77
+ # # Since [foo.com] would be interpreted as a host in the domain "com", we
78
+ # # specify that this is a domain by adding a semicolon.
79
+ # [foo.com;]
80
+ # node_order Totals fii.foo.com fay.foo.com
81
+ #
@@ -0,0 +1,8 @@
1
+ # Uses admin_email from base
2
+
3
+ packages: [munin-node, munin-plugins-extra, heirloom-mailx]
4
+
5
+ roles:
6
+ web_tools:
7
+ packages: [munin]
8
+
@@ -0,0 +1,55 @@
1
+ #!/usr/bin/env ruby
2
+ #
3
+ # Example munin plugin for querying stats out of db
4
+ # See munin plugin docs http://munin.projects.linpro.no/wiki/Documentation#Plugins
5
+ #
6
+ # Scripts added to RUBBER_ROOT/script/munin automatically
7
+ # get installed as munin plugins by rubber
8
+
9
+ # remove this line to enable
10
+ exit 0
11
+
12
+ # load just rubber config without loading rails (you can load rails
13
+ # if you want, but may be slow if your app loads a lot of plugins)
14
+
15
+ require "rubber"
16
+ env = ENV["RUBBER_ENV"] ||= "development"
17
+ root = File.join(File.dirname(__FILE__), '../..')
18
+ Rubber::initialize(root, env)
19
+
20
+ # Print config info need by munin for generating graphs
21
+ if ARGV[0] == "config"
22
+ puts 'graph_title User Count'
23
+ puts 'graph_vlabel Users'
24
+ puts 'graph_category Examples'
25
+ puts 'graph_scale no'
26
+ puts 'tusers.label total users'
27
+ puts 'tusers.type GAUGE'
28
+ puts 'nusers.label user delta'
29
+ puts 'nusers.type COUNTER'
30
+ exit 0
31
+ end
32
+
33
+
34
+ query = <<-EOF
35
+ select count(id) from users;
36
+ EOF
37
+
38
+ # pick a non-critical db if possible
39
+ source = Rubber.instances.for_role("mysql_util").first
40
+ source ||= Rubber.instances.for_role("mysql_slave").first
41
+ source ||= Rubber.instances.for_role("mysql_master").first
42
+ db_host = source ? source.full_name : 'localhost'
43
+
44
+ command = "mysql -u #{Rubber.config.db_slave_user}"
45
+ command << " --password=#{Rubber.config.db_pass}"
46
+ command << " -h #{db_host}"
47
+ command << " #{Rubber.config.db_name} --skip-column-names"
48
+
49
+ # execute a sql query to get some data
50
+ data = `echo "#{query}" | #{command}`
51
+ fail "Couldn't execute command" if $?.exitstatus > 0
52
+
53
+ # print graph data values
54
+ puts "tusers.value #{data}"
55
+ puts "nusers.value #{data}"