templates/monit/config/rubber/role/sphinx/monit-sphinx.conf in rubber-2.6.1 vs templates/monit/config/rubber/role/sphinx/monit-sphinx.conf in rubber-2.6.2

- old
+ new

@@ -8,6 +8,6 @@ check process sphinx with pidfile <%= pidfile %> group sphinx-<%= Rubber.env %> start program = "/usr/bin/sudo -H -u <%= rubber_env.app_user %> bash -l -c '<%= start_program %>'" stop program = "/usr/bin/sudo -H -u <%= rubber_env.app_user %> bash -l -c '<%= stop_program %>'" - if failed host <%= rubber_env.host %> port 9312 with timeout 5 seconds for 5 cycles then restart + if failed host "<%= rubber_env.host %>" port 9312 with timeout 5 seconds for 5 cycles then restart