[Mon-commit] mon/mon.d fping.monitor,1.3,1.3.2.1
Brought to you by:
trockij
From: Jim T. <tr...@us...> - 2007-05-11 01:00:32
|
Update of /cvsroot/mon/mon/mon.d In directory sc8-pr-cvs16:/tmp/cvs-serv586/mon.d Modified Files: Tag: mon-1-2-branch fping.monitor Log Message: fix to fping.monitor to make it work with fping 2.2b1 Index: fping.monitor =================================================================== RCS file: /cvsroot/mon/mon/mon.d/fping.monitor,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -C2 -d -r1.3 -r1.3.2.1 *** fping.monitor 17 Apr 2005 07:42:27 -0000 1.3 --- fping.monitor 11 May 2007 01:00:26 -0000 1.3.2.1 *************** *** 69,73 **** { chomp; ! if (/^(\S+).*unreachable/i) { push (@unreachable, $1); --- 69,73 ---- { chomp; ! if (/^(\S+) is unreachable/) { push (@unreachable, $1); |