awk '{print $5}'"
values = os.popen(check).read()
i=0
for v in values.split('\n'):
if v != 'OK' and v !='':
print "Critical mogielstorage%d,IP:%s is not ok" %(i+1,hosts[i])
sys.exit(1)
break;
i=i+1
print "OK every one is ok"
sys.exit(0)
以上就是Linux利用Nagios脚本监控Mogilefs的方法了,只要实现对Mogilefs进行监控,这样就不至于在发生问题之后才能发现问题,而是把错误扼杀在萌芽之中。
Linux是一套免费使用和自由传播的类Unix操作系统
……