In Soviet Russia, Ruby joins YOU!
This commit is contained in:
parent
0365b73da2
commit
19557d5735
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ done
|
|||
|
||||
while [ $? -eq 0 ] ; do
|
||||
time="$(date +%s)"
|
||||
for db in {{ databases.join(' ') }}
|
||||
for db in {{ ' '.join(databases) }}
|
||||
do
|
||||
echo "PUTVAL $host/pg_conns/pg_conns-$db $time:$(ps auxwww | grep -c $db)"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue