source:
trunk/lvs/debian/config/etc/ha.d/ldirectord-finger.sh
@
1554
Last change on this file since 1554 was 1374, checked in by quentin, 15 years ago | |
---|---|
|
|
File size: 159 bytes |
Rev | Line | |
---|---|---|
[1200] | 1 | #!/bin/bash |
2 | ||
[1203] | 3 | ulimit -v 10240 |
[1202] | 4 | |
[1200] | 5 | read line |
6 | line=${line%[:blank:]} | |
7 | line=${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.