首页/系统工具/内容

Linux系统怎样监控Mogilefs存储节点

系统工具2024-01-19 阅读()
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操作系统



第1页  第2页  第3页 

……

相关阅读