source: trunk/lvs/debian/config/etc/ha.d/ldirectord-finger.sh @ 2247

Last change on this file since 2247 was 1374, checked in by quentin, 14 years ago
Don't show quiescent servers in ldirectord finger output
  • Property svn:executable set to *
File size: 159 bytes
Line 
1#!/bin/bash
2
3ulimit -v 10240
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.