Переглянути джерело

Merge pull request #492 from mikeashley/ssh-monitor-fix

Correct typo
Allen Riddell 8 роки тому
джерело
коміт
3ef7f91423
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      roles/monitoring/files/etc_monit_conf.d_sshd

+ 1
- 1
roles/monitoring/files/etc_monit_conf.d_sshd Переглянути файл

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

Завантаження…
Відмінити
Зберегти