2012-08-28
hadoop系统对硬盘消耗很大。所以需要一种远程监控的方法。当然可以用一些现成的工具,如cacti,nagios等工具。也可以自己写脚本,方便管理。
#!/bin/bash
# zhouhh 2012.7.23
source config.sh
for ahost in ${hosts[@]};
do
echo "===host:$ahost==="
ssh -f $ahost 'df -H' | grep -vE '^文件系统|^Filesystem|tmpfs|cdrom' | awk '{ print $5 " " $1 }' | while read output;
do
#echo $output
usep=$(echo $output | awk '{ print $1}' | cut -d'%' -f1 )
partition=$(echo $output | awk '{ print $2 }' )
if [ $usep -ge $DISALERT ]; then
echo "[$(date +%y-%m-%d,%T)] [$ahost] $partition ($usep%) Running out of space. " >> $DISKMSG
echo "-m ${DISKMSG} -t ${DTITLE} -c ${DFCOUNT}"
source failhandle.sh -m ${DISKMSG} -t ${DTITLE} -c ${DFCOUNT}
fi
done
done
在config.sh里面配置hosts变量,指定哪些服务器和告警的百分比$DISALERT。 在failhandle.sh里面决定如何告警。 用ssh 远程执行命令获取结果。-f参数是必须的,否则远程执行后不会返回。 在循环里处理每一个分区的硬盘占用情况,计算百分比。
如非注明转载, 均为原创. 本站遵循知识共享CC协议,转载请注明来源
FEATURED TAGS
css
vc6
http
automake
linux
make
makefile
voip
乱码
awk
flash
vista
vi
vim
javascript
pietty
putty
ssh
posix
subversion
svn
windows
删除
编译
多线程
wxwidgets
ie
ubuntu
开源
c
python
bash
备份
性能
scp
汉字
log
ruby
中文
bug
msn
nginx
php
shell
wordpress
mqueue
android
eclipse
java
mac
ios
html5
js
mysql
protobuf
apache
hadoop
install
iocp
twisted
centos
mapreduce
hbase
thrift
tutorial
hive
erlang
lucene
hdfs
sqoop
utf8
filter
草原
yarn
ganglia
恢复
scrapy
django
fsimage
flume
tail
flume-ng
mining
scala
go
kafka
gradle
cassandra
baas
spring
postgres
maven
mybatis
mongodb
https
nodejs
镜像
心理学
机器学习
Keras
theano
anaconda
docker
spark
akka-http
json
群论
区块链
加密
抽象代数
离散对数
同余
欧拉函数
扩展欧几里德算法
ES6
node-inspect
debug
win10
vscode
挖矿