This commit is contained in:
Nick Bebout 2012-04-16 17:31:15 -05:00
parent ae3e0f4870
commit 74ca16d8c6
23 changed files with 404 additions and 2734 deletions

6
memo
View file

@ -1,6 +1,6 @@
#!/bin/sh
# $Id: memo,v 1.40 2012/01/08 05:12:55 gilles Exp gilles $
# $Id: memo,v 1.41 2012/02/04 23:55:37 gilles Exp gilles $
software_version() {
@ -42,7 +42,7 @@ echo -n "lfo count ip: "
ssh glamiral@linux-france.org "grep -h prj/imapsync/VERSION /usr/local/apache/logs/access_log.bak|cut -d ' ' -f 1,12,13,18,19|sort -n|uniq -c|sort -n|wc -l" # count ip
echo -n "lfo imapsync runs: "
ssh glamiral@linux-france.org "grep -h prj/imapsync/VERSION /usr/local/apache/logs/access_log.bak|wc -l" # imapsync runs
date
}
@ -75,7 +75,7 @@ echo -n "ks count ip: "
ssh root@ks "cd /var/log/apache2/;grep -h prj/imapsync/VERSION access.log_????????|cut -d ' ' -f 1,12,13,18,19|sort -n|uniq -c|sort -n|wc -l" # count ip
echo -n "ks imapsync runs: "
ssh root@ks "cd /var/log/apache2/;grep -h prj/imapsync/VERSION access.log_????????|wc -l" # imapsync runs
date
}