嫁が息子のために、¥250-/100gのさつまいもを買ってきた。「蜜芋」というらしい。598g¥1,500-。
2g損している。
見た目はまあるいさつまいも。
オーブンを使って低めの温度設定で約90分。
電力不足の昨今、豪勢な話である。
甘い。
とうちゃんは、一袋¥29-の「もやし」しか食べさせてもらってないぞ!それも電子レンジで30秒チンだ!
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]
2011/11/27
— posted by nitobe at 09:52 pm Comment [0]
Comments