diff options
| author | mo khan <mo@mokhan.ca> | 2013-07-29 13:00:47 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-07-29 13:00:47 -0600 |
| commit | fb2d2a8cefd9672e0c7cf62e5faa515339b8d2ec (patch) | |
| tree | 57098d57eb8c06e236d56c153448657dfa4d4c31 /config/recipes | |
| parent | 8597e59b4011dac9c4ed896e2d9ce0d2c9d213fc (diff) | |
alert tyler instead of ryan bates
Diffstat (limited to 'config/recipes')
| -rw-r--r-- | config/recipes/templates/monit/monitrc.erb | 2 | ||||
| -rw-r--r-- | config/recipes/templates/monit/unicorn.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/recipes/templates/monit/monitrc.erb b/config/recipes/templates/monit/monitrc.erb index 88816e0..d22e50f 100644 --- a/config/recipes/templates/monit/monitrc.erb +++ b/config/recipes/templates/monit/monitrc.erb @@ -13,7 +13,7 @@ set eventqueue # using tlsv1 # with timeout 30 seconds -set alert ryan@railscasts.com +set alert tyler@madebyuppercut.com set httpd port 2812 allow admin:"secret" diff --git a/config/recipes/templates/monit/unicorn.erb b/config/recipes/templates/monit/unicorn.erb index f75722a..8a0e7a3 100644 --- a/config/recipes/templates/monit/unicorn.erb +++ b/config/recipes/templates/monit/unicorn.erb @@ -10,6 +10,6 @@ check process <%= application %>_unicorn with pidfile <%= unicorn_pid %> if mem > 200.0 MB for 1 cycles then restart if cpu > 50% for 3 cycles then restart if 5 restarts within 5 cycles then timeout - alert ryan@railscasts.com only on { pid } + alert tyler@madebyuppercut.com only on { pid } if changed pid 2 times within 60 cycles then alert <% end %> |
