Browse Source

Correct typo

Mike Ashley 8 years ago
parent
commit
e29be39280
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/monitoring/files/etc_monit_conf.d_sshd

+ 1
- 1
roles/monitoring/files/etc_monit_conf.d_sshd View File

1
 check process sshd with pidfile /var/run/sshd.pid
1
 check process sshd with pidfile /var/run/sshd.pid
2
-  start program "systemctl start sst"
2
+  start program "systemctl start ssh"
3
   stop program  "systemctl stop ssh"
3
   stop program  "systemctl stop ssh"
4
   if failed host 127.0.0.1 port 22 protocol ssh then restart
4
   if failed host 127.0.0.1 port 22 protocol ssh then restart
5
   if 5 restarts within 5 cycles then timeout
5
   if 5 restarts within 5 cycles then timeout

Loading…
Cancel
Save