
深夜食堂 / 8 安倍夜郎 小学館
2011/10/28
ISBN9784091842114

「深夜食堂2」(一部で)絶賛放映中!
TBS毎週火曜深夜24:55−25:25
ドラマ「深夜食堂」公式サイト

2011/12/2
— posted by nitobe at 11:23 pm
Comment [4]
— posted by nitobe at 12:43 am
Comment [0]
2011/11/29
— posted by nitobe at 11:54 pm
Comment [2]
#!/bin/bash sour=/tmp file=$sour/thresh_$1 dist=saigyo:tmp echo Target name: $1 > $file echo Broken value: $2 >> $file echo Current value: $3 >> $file rsync -az -e ssh $file $dist rm -f $file 2> /dev/null exit 0通常ここは、mail送信スクリプトだが、今回は公開サーバへデータを押し込むだけ。
: ThreshProgI[_]: /usr/local/bin/thresh.sh : ThreshMaxI[geiger]: 15 :
#!/bin/bash file=/home/******/**********/tmp/thresh_geiger to=nitosan***@ezweb.ne.jp if [ -e $file ] then mail -s "mrtg thresh" $to < $file rm -f $file 2> /dev/null exit 0 else exit 1 fiこれを cron で回して crontab -e
*/5 * * * * sleep 10; /home/******/**********/bin/mrtg_thresh.sh 1> /dev/null
Subject: mrtg thresh Body: Target name: geiger Broken value: 15 Current value: 16
— posted by nitobe at 10:21 pm
Comment [0]
2011/11/28
— posted by nitobe at 02:31 pm
Comment [0]
Comments