source: branches/fc19-dev/lvs/debian/config/etc/ha.d/ldirectord-finger.sh @ 2434

Last change on this file since 2434 was 2434, checked in by achernya, 11 years ago
Merge r2402-r2433 from trunk to branches/fc19-dev
  • Property svn:executable set to *
File size: 160 bytes
RevLine 
[1200]1#!/bin/bash
2
[2434]3ulimit -v 102400
[1202]4
[1200]5read line
6line=${line%[:blank:]}
7line=${line%
8}
9
[1374]10/sbin/ipvsadm | awk '! ($1 == "->" && $4 == 0 && $5 == 0 && $6 == 0) { print }'
Note: See TracBrowser for help on using the repository browser.