summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/recipes/templates/monit/monitrc.erb2
-rw-r--r--config/recipes/templates/monit/unicorn.erb2
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 %>