lib/templates/monit/monitrc.erb in capitate-0.2.7 vs lib/templates/monit/monitrc.erb in capitate-0.2.8

- old
+ new

@@ -10,19 +10,9 @@ set httpd port <%= monit_port %> ssl enable pemfile /var/certs/monit.pem allow admin:<%= monit_password %> -# Core processes -# --------------------------- - -check process sshd with pidfile /var/run/sshd.pid - start program "/sbin/service sshd start" - stop program "/sbin/service sshd stop" - if failed port 22 protocol ssh then restart - if 5 restarts within 5 cycles then timeout - - # Includes # --------------------------- include /etc/monit/*.monitrc \ No newline at end of file