- updateovi dokumentacije, sshd.conf update
[monit-cn.git] / monit-cn / sshd.conf
index 9bbd5e2..21482c0 100644 (file)
@@ -1,8 +1,13 @@
-# sshd monit-cn template
+## Begin - Generated by CARNet package monit-cn
+#
+#  This is a monit-cn template file.  REMOVE this whole comment block if
+#  you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
 
 check process sshd with pidfile "/var/run/sshd.pid"
     start program = "/etc/init.d/ssh start"
     stop program = "/etc/init.d/ssh stop"
     if failed host 127.0.0.1 port 22 protocol ssh
-               with timeout 15 seconds
+        with timeout 15 seconds
         then restart