Rev 671: added monitoring of ftp ports in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Fri Oct 26 04:53:10 GMT 2007


------------------------------------------------------------
revno: 671
revision-id: tridge at samba.org-20071026045309-uzmrlsu8b4tpyt66
parent: tridge at samba.org-20071023015652-ocpxfasra7qtmlb7
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Fri 2007-10-26 14:53:09 +1000
message:
  added monitoring of ftp ports
modified:
  config/events.d/40.vsftpd      40.vsftpd-20070605080716-mih15mjbgsjt7niv-1
=== modified file 'config/events.d/40.vsftpd'
--- a/config/events.d/40.vsftpd	2007-09-14 04:14:03 +0000
+++ b/config/events.d/40.vsftpd	2007-10-26 04:53:09 +0000
@@ -40,6 +40,10 @@
 
 	/bin/rm -f $CTDB_BASE/state/vsftpd/restart
 	;;
+
+     monitor)
+	ctdb_check_tcp_ports "ftp" 20 21
+	;;
 esac
 
 exit 0



More information about the samba-cvs mailing list