Skip to content

Instantly share code, notes, and snippets.

@johndel
Created October 3, 2014 14:56
Show Gist options
  • Save johndel/37d0b849ae834ac3edfc to your computer and use it in GitHub Desktop.
Save johndel/37d0b849ae834ac3edfc to your computer and use it in GitHub Desktop.
ssh conf for monit
check process sshd with pidfile /var/run/sshd.pid
start program "/etc/init.d/ssh start"
stop program "/etc/init.d/ssh stop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment