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

Last change on this file 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
Line 
1#!/bin/bash
2
3ulimit -v 102400
4
5read line
6line=${line%[:blank:]}
7line=${line%
8}
9
10/sbin/ipvsadm | awk '! ($1 == "->" && $4 == 0 && $5 == 0 && $6 == 0) { print }'
Note: See TracBrowser for help on using the repository browser.