linux 恢复shell,shell写的告警次数控制及恢复示例代码
俺也是新手,写的有点老土,权当练手了,供初学的朋友们参考吧。#!/bin/bashif [ $succ_ping -gt $((ping_count-1)) ];thenif [ -f ./alarm_file/alarm_$host ];thenrm -rf ./alarm_file/alarm_$host#发送故障消除短信通知--调用insert_tablemessages="$host服务器...