ispCP - Board - Support
proftpd.pid nicht vorhanden - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: proftpd.pid nicht vorhanden (/thread-11965.html)



proftpd.pid nicht vorhanden - elitepilot - 10-26-2010 02:48 AM

Hallo,

ich nutze Monit. Leider ist unter /var/run/ keine proftpd.pid. So denkt monit das proftpd nicht gestartet ist. Ich verwende ISPCP in der aktuellen Stable( Kein RC).

Weiss einer Rat?

"/etc/monit/monitrc":
# PROFTPD
check process proftpd with pidfile /var/run/proftpd.pid
group services
start program = "/etc/init.d/proftpd start"
stop program = "/etc/init.d/proftpd stop"
if failed port 21 protocol ftp then restart
if 5 restarts within 5 cycles then timeout

Gruß.

ElitePilot