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.
- data/CHANGELOG +82 -0
- data/VERSION +1 -1
- data/bin/vulcanize +10 -33
- data/generators/vulcanize/templates/apache/config/rubber/deploy-apache.rb +6 -6
- data/generators/vulcanize/templates/apache/config/rubber/role/apache/monit-apache.conf +2 -2
- data/generators/vulcanize/templates/apache/config/rubber/role/apache/ports.conf +3 -0
- data/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache-vhost.conf +29 -16
- data/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html +1 -1
- data/generators/vulcanize/templates/base/Rakefile +19 -0
- data/generators/vulcanize/templates/base/config/rubber/common/crontab +6 -1
- data/generators/vulcanize/templates/base/config/rubber/common/monit-postfix.conf +2 -2
- data/generators/vulcanize/templates/base/config/rubber/common/rubber.profile +3 -4
- data/generators/vulcanize/templates/base/config/rubber/deploy-setup.rb +28 -49
- data/generators/vulcanize/templates/base/config/rubber/deploy-util.rb +97 -0
- data/generators/vulcanize/templates/base/config/rubber/rubber-dns.yml +0 -1
- data/generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml +25 -0
- data/generators/vulcanize/templates/base/config/rubber/rubber.yml +21 -13
- data/generators/vulcanize/templates/base/script/cron-runner +1 -1
- data/generators/vulcanize/templates/base/templates.rb +1 -0
- data/generators/vulcanize/templates/base/templates.yml +5 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/deploy-cassandra.rb +88 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.in.sh +58 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.yaml +210 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/log4j-server.properties +45 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/monit-cassandra.conf +8 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/rubber-cassandra.yml +18 -0
- data/generators/vulcanize/templates/cassandra/templates.yml +1 -0
- data/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/haproxy/haproxy-mongrel.conf +2 -2
- data/generators/vulcanize/templates/{complete_passenger_mysql → complete_passenger}/config/rubber/role/haproxy/haproxy-passenger.conf +2 -2
- data/generators/vulcanize/templates/complete_passenger/templates.rb +9 -0
- data/generators/vulcanize/templates/complete_passenger/templates.yml +9 -0
- data/generators/vulcanize/templates/complete_passenger_mysql/templates.yml +1 -7
- data/generators/vulcanize/templates/complete_passenger_postgresql/templates.yml +4 -0
- data/generators/vulcanize/templates/cruise/config/rubber/deploy-cruise.rb +3 -3
- data/generators/vulcanize/templates/cruise/config/rubber/role/cruise/my.cnf +1 -1
- data/generators/vulcanize/templates/haproxy/config/rubber/deploy-haproxy.rb +5 -5
- data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/monit-haproxy.conf +2 -2
- data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf +8 -3
- data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslogd-default.conf +4 -0
- data/generators/vulcanize/templates/jetty/config/rubber/deploy-jetty.rb +5 -5
- data/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached.conf +1 -1
- data/generators/vulcanize/templates/mongrel/config/rubber/deploy-mongrel.rb +4 -4
- data/generators/vulcanize/templates/monit/config/rubber/common/monit.conf +2 -1
- data/generators/vulcanize/templates/monit/config/rubber/deploy-monit.rb +5 -4
- data/generators/vulcanize/templates/munin/config/rubber/common/monit-munin.conf +2 -2
- data/generators/vulcanize/templates/munin/config/rubber/common/munin-node.conf +1 -1
- data/generators/vulcanize/templates/munin/config/rubber/common/munin-plugins.conf +4 -2
- data/generators/vulcanize/templates/munin/config/rubber/deploy-munin.rb +5 -5
- data/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-plugins.conf +1 -1
- data/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin.conf +1 -0
- data/generators/vulcanize/templates/munin/config/rubber/rubber-munin.yml +1 -1
- data/generators/vulcanize/templates/munin/script/munin/example_mysql_query.rb +6 -8
- data/generators/vulcanize/templates/mysql/config/rubber/common/database.yml +1 -0
- data/generators/vulcanize/templates/mysql/config/rubber/deploy-mysql.rb +40 -27
- data/generators/vulcanize/templates/mysql/config/rubber/role/db/apparmor-mysql.conf +46 -0
- data/generators/vulcanize/templates/mysql/config/rubber/role/db/monit-mysql.cnf +2 -2
- data/generators/vulcanize/templates/mysql/config/rubber/role/db/my.cnf +2 -6
- data/generators/vulcanize/templates/mysql/config/rubber/rubber-mysql.yml +2 -1
- data/generators/vulcanize/templates/mysql_cluster/config/rubber/deploy-mysql_cluster.rb +19 -15
- data/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/monit-mysql_cluster_sql.cnf +2 -2
- data/generators/vulcanize/templates/mysql_proxy/config/rubber/common/monit-mysql_proxy.cnf +2 -2
- data/generators/vulcanize/templates/mysql_proxy/config/rubber/deploy-mysql_proxy.rb +3 -3
- data/generators/vulcanize/templates/nginx/config/rubber/deploy-nginx.rb +5 -5
- data/generators/vulcanize/templates/nginx/config/rubber/role/nginx/monit-nginx.conf +2 -2
- data/generators/vulcanize/templates/passenger/config/rubber/deploy-passenger.rb +10 -1
- data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-memory.conf +1 -1
- data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-sudoers.conf +2 -2
- data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger.conf +1 -1
- data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger.conf +28 -3
- data/generators/vulcanize/templates/passenger/config/rubber/rubber-passenger.yml +3 -3
- data/generators/vulcanize/templates/postgresql/config/rubber/common/database.yml +12 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/deploy-postgresql.rb +131 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/crontab +14 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/monit-postgresql.conf +10 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/pg_hba.conf +89 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql-sysctl.conf +6 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql.conf +504 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/rubber-postgresql.yml +45 -0
- data/generators/vulcanize/templates/postgresql/templates.yml +1 -0
- data/generators/vulcanize/templates/redis/config/rubber/deploy-redis.rb +8 -7
- data/generators/vulcanize/templates/resque/config/initializers/resque.rb +15 -0
- data/generators/vulcanize/templates/resque/config/rubber/common/resque.yml +5 -0
- data/generators/vulcanize/templates/resque/config/rubber/deploy-resque.rb +46 -27
- data/generators/vulcanize/templates/resque/config/rubber/role/resque_web/monit-resque_web.conf +14 -0
- data/generators/vulcanize/templates/resque/config/rubber/role/resque_worker/monit-resque_worker.conf +19 -0
- data/generators/vulcanize/templates/resque/config/rubber/rubber-resque.yml +14 -6
- data/generators/vulcanize/templates/resque/script/resque_worker_management.rb +112 -0
- data/generators/vulcanize/templates/resque/templates.rb +1 -0
- data/generators/vulcanize/templates/sphinx/config/rubber/deploy-sphinx.rb +8 -8
- data/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/monit-sphinx.conf +7 -4
- data/generators/vulcanize/vulcanize_generator.rb +139 -49
- data/lib/generators/vulcanize/USAGE +6 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/deploy-apache.rb +51 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/deflate.conf +10 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/expires.conf +9 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/headers.conf +6 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/monit-apache.conf +8 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/ports.conf +8 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/setenvif.conf +52 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache-vhost.conf +79 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache.auth +7 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html +34 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/rubber-apache.yml +6 -0
- data/lib/generators/vulcanize/templates/apache/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/base/Capfile +14 -0
- data/lib/generators/vulcanize/templates/base/Rakefile +19 -0
- data/lib/generators/vulcanize/templates/base/config/deploy.rb +55 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/common/crontab +22 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/common/monit-postfix.conf +8 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/common/rubber.profile +13 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/deploy-setup.rb +63 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/deploy-util.rb +97 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/rubber-dns.yml +78 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml +25 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/rubber.yml +235 -0
- data/lib/generators/vulcanize/templates/base/lib/tasks/rubber.rake +15 -0
- data/lib/generators/vulcanize/templates/base/script/cron-rake +18 -0
- data/lib/generators/vulcanize/templates/base/script/cron-runner +18 -0
- data/lib/generators/vulcanize/templates/base/script/cron-sh +67 -0
- data/lib/generators/vulcanize/templates/base/templates.rb +1 -0
- data/lib/generators/vulcanize/templates/base/templates.yml +6 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/deploy-cassandra.rb +88 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.in.sh +58 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.yaml +210 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/log4j-server.properties +45 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/monit-cassandra.conf +8 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/rubber-cassandra.yml +18 -0
- data/lib/generators/vulcanize/templates/cassandra/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/haproxy/haproxy-mongrel.conf +23 -0
- data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/nginx/nginx-mongrel.conf +113 -0
- data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/rubber-complete.yml +41 -0
- data/lib/generators/vulcanize/templates/complete_mongrel_mysql/templates.yml +6 -0
- data/lib/generators/vulcanize/templates/complete_passenger/config/rubber/role/haproxy/haproxy-passenger.conf +21 -0
- data/lib/generators/vulcanize/templates/complete_passenger/config/rubber/rubber-complete.yml +40 -0
- data/lib/generators/vulcanize/templates/complete_passenger/templates.rb +9 -0
- data/lib/generators/vulcanize/templates/complete_passenger/templates.yml +9 -0
- data/lib/generators/vulcanize/templates/complete_passenger_mysql/templates.yml +4 -0
- data/lib/generators/vulcanize/templates/complete_passenger_postgresql/templates.yml +4 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/deploy-cruise.rb +72 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/cruise +40 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/my.cnf +165 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/production.rb +8 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/site_config.rb +76 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/web_tools/cruise-nginx.conf +11 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/rubber-cruise.yml +18 -0
- data/lib/generators/vulcanize/templates/cruise/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/deploy-haproxy.rb +45 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf +26 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-default.conf +8 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/monit-haproxy.conf +9 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf +11 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslogd-default.conf +21 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf +10 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/rubber-haproxy.yml +7 -0
- data/lib/generators/vulcanize/templates/haproxy/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/deploy-jetty.rb +59 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/jetty.sh +589 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/jetty.xml +199 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/monit-jetty.conf +9 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/rubber-jetty.yml +10 -0
- data/lib/generators/vulcanize/templates/jetty/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/memcached/config/memcached.yml +28 -0
- data/lib/generators/vulcanize/templates/memcached/config/rubber/common/memcached.yml +14 -0
- data/lib/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached.conf +52 -0
- data/lib/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached_munin_plugin +249 -0
- data/lib/generators/vulcanize/templates/memcached/config/rubber/rubber-memcached.yml +7 -0
- data/lib/generators/vulcanize/templates/memcached/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/minimal_mysql/templates.yml +7 -0
- data/lib/generators/vulcanize/templates/minimal_nodb/templates.yml +6 -0
- data/lib/generators/vulcanize/templates/mongrel/config/rubber/deploy-mongrel.rb +75 -0
- data/lib/generators/vulcanize/templates/mongrel/config/rubber/role/mongrel/mongrel_cluster.yml +12 -0
- data/lib/generators/vulcanize/templates/mongrel/config/rubber/role/mongrel/monit-mongrel.conf +20 -0
- data/lib/generators/vulcanize/templates/mongrel/config/rubber/rubber-mongrel.yml +9 -0
- data/lib/generators/vulcanize/templates/mongrel/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/common/monit-default.conf +15 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/common/monit.conf +252 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/deploy-monit.rb +33 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/role/web_tools/monit-admin-nginx.conf +10 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/rubber-monit.yml +6 -0
- data/lib/generators/vulcanize/templates/monit/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/common/monit-munin.conf +8 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/common/munin-node.conf +48 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/common/munin-plugins.conf +11 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/deploy-munin.rb +46 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-nginx.conf +8 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-plugins.conf +31 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin.conf +81 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/rubber-munin.yml +8 -0
- data/lib/generators/vulcanize/templates/munin/script/munin/example_mysql_query.rb +55 -0
- data/lib/generators/vulcanize/templates/munin/script/munin/example_simple.rb +24 -0
- data/lib/generators/vulcanize/templates/munin/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/common/database.yml +12 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/deploy-mysql.rb +169 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/apparmor-mysql.conf +46 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/crontab +14 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/monit-mysql.cnf +10 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/my.cnf +163 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/mysql_slave/mysql_slave_munin_plugin +51 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/rubber-mysql.yml +47 -0
- data/lib/generators/vulcanize/templates/mysql/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/common/mysql_cluster_migrations.rb +13 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/deploy-mysql_cluster.rb +177 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_data/my.cnf +15 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_mgm/ndb_mgmd.cnf +39 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/monit-mysql_cluster_sql.cnf +10 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/my.cnf +23 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/rubber-mysql_cluster.yml +32 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/database.yml +16 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/monit-mysql_proxy.cnf +10 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy +153 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy.conf +10 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy.lua +5 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/deploy-mysql_proxy.rb +52 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/rubber-mysql_proxy.yml +11 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/deploy-nginx.rb +45 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/crontab +9 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/monit-nginx.conf +8 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/nginx.conf +42 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/nginx-tools.conf +55 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/tools-index.html +30 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/tools-nginx.auth +7 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/rubber-nginx.yml +10 -0
- data/lib/generators/vulcanize/templates/nginx/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/deploy-passenger.rb +46 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-memory.conf +34 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-sudoers.conf +7 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger.conf +47 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger-apache-vhost.conf +46 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger.conf +35 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/rubber-passenger.yml +15 -0
- data/lib/generators/vulcanize/templates/passenger/templates.yml +3 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/common/database.yml +12 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/deploy-postgresql.rb +131 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/crontab +14 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/monit-postgresql.conf +10 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/pg_hba.conf +89 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql-sysctl.conf +6 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql.conf +504 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/rubber-postgresql.yml +45 -0
- data/lib/generators/vulcanize/templates/postgresql/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/deploy-redis.rb +37 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/crontab +8 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/monit-redis.conf +9 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/redis.conf +141 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/rubber-redis.yml +4 -0
- data/lib/generators/vulcanize/templates/redis/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/resque/config/initializers/resque.rb +15 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/common/resque.yml +5 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/deploy-resque.rb +58 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/role/resque_web/monit-resque_web.conf +14 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/role/resque_worker/monit-resque_worker.conf +19 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/rubber-resque.yml +18 -0
- data/lib/generators/vulcanize/templates/resque/script/resque_worker_management.rb +112 -0
- data/lib/generators/vulcanize/templates/resque/templates.rb +1 -0
- data/lib/generators/vulcanize/templates/resque/templates.yml +3 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/common/sphinx.yml +46 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/deploy-sphinx.rb +112 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/crontab +11 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/monit-sphinx.conf +13 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/rubber-sphinx.yml +6 -0
- data/lib/generators/vulcanize/templates/sphinx/templates.yml +1 -0
- data/lib/generators/vulcanize/vulcanize_generator.rb +157 -0
- data/lib/rubber/cloud/aws.rb +7 -2
- data/lib/rubber/dns/zerigo.rb +60 -125
- data/lib/rubber/environment.rb +6 -6
- data/lib/rubber/generator.rb +33 -25
- data/lib/rubber/instance.rb +11 -1
- data/lib/rubber/railtie.rb +14 -0
- data/lib/rubber/recipes/rubber/deploy.rb +3 -3
- data/lib/rubber/recipes/rubber/instances.rb +12 -1
- data/lib/rubber/recipes/rubber/setup.rb +96 -55
- data/lib/rubber/recipes/rubber/spot_requests.rb +6 -0
- data/lib/rubber/recipes/rubber/static_ips.rb +83 -0
- data/lib/rubber/recipes/rubber/utils.rb +39 -16
- data/lib/rubber/recipes/rubber/volumes.rb +4 -4
- data/lib/rubber/recipes/rubber.rb +16 -9
- data/lib/rubber/util.rb +28 -1
- data/lib/rubber.rb +47 -7
- data/rails/init.rb +1 -4
- data/test/environment_test.rb +3 -0
- data/test/generator_test.rb +47 -0
- data/test/instance_test.rb +3 -0
- data/test/test_helper.rb +6 -0
- data/test/util_test.rb +3 -0
- data/test/zerigo_test.rb +87 -0
- metadata +275 -50
- data/generators/vulcanize/templates/resque/config/rubber/deploy-resque-worker-default.rb +0 -38
- data/generators/vulcanize/templates/resque/config/rubber/role/resque_worker_default/monit-resque_worker_default.conf +0 -19
- /data/generators/vulcanize/templates/{complete_passenger_mysql → complete_passenger}/config/rubber/rubber-complete.yml +0 -0
data/lib/generators/vulcanize/templates/mongrel/config/rubber/role/mongrel/mongrel_cluster.yml
ADDED
@@ -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 @@
|
|
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 @@
|
|
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,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,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}"
|