Untitled
unknown
plain_text
a year ago
1.5 kB
1
Indexable
Never
kazantsev@ansible-01:~/git/ansible$ sudo /opt/wasd/ansible/bin/ansible third_party -i hosts -u wasder -m shell -a "ps -eo size,pid,user,command | grep postgres | awk '{ hr=\$1/1024 ; printf(\"%13.6f Mb \",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf(\"%s \",\$x) } print \"\" }' | sort | awk '{print \$1}' | awk '{s+=\$1} END {print s}'" [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details third-party.berlin.wasd.tv | CHANGED | rc=0 >> 1733.24 third-party.vegas.wasd.tv | CHANGED | rc=0 >> 1722.05 third-party.paris.wasd.tv | CHANGED | rc=0 >> 1763.14 third-party.dev.wasd.tv | CHANGED | rc=0 >> 15701.7 third-party.mobile.wasd.tv | CHANGED | rc=0 >> 15621.9 third-party.kostroma.wasd.tv | CHANGED | rc=0 >> 1742.89 third-party.rostov.wasd.tv | CHANGED | rc=0 >> 3783.75 third-party.rc.wasd.tv | CHANGED | rc=0 >> 11686.9 third-party.stage.wasd.tv | CHANGED | rc=0 >> 4259.23 third-party.samara.wasd.tv | CHANGED | rc=0 >> 15722.6 third-party.combine.wasd.tv | CHANGED | rc=0 >> 2824.43 [WARNING]: Unhandled error in Python interpreter discovery for host third-party.chicago.wasd.tv: EOF on stream; last 100 lines received: ssh: connect to host 172.16.19.12 port 22: Connection timed out third-party.chicago.wasd.tv | UNREACHABLE! => { "changed": false, "msg": "EOF on stream; last 100 lines received:\nssh: connect to host 172.16.19.12 port 22: Connection timed out\r", "unreachable": true }