{"id":393,"date":"2021-01-29T10:57:20","date_gmt":"2021-01-29T13:57:20","guid":{"rendered":"http:\/\/xaxowareti.com.br\/?p=393"},"modified":"2021-01-29T10:57:22","modified_gmt":"2021-01-29T13:57:22","slug":"script-reboot-se-houver-falha-na-rede","status":"publish","type":"post","link":"https:\/\/xaxowareti.com.br\/?p=393","title":{"rendered":"script reboot se houver falha na rede."},"content":{"rendered":"\n<p>crontab<\/p>\n\n\n\n<p>*\/5 * * * * \/usr\/bin\/reset_net.sh<\/p>\n\n\n\n<p>vi \/usr\/bin\/reset_net.sh<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">!\/bin\/bash<\/h1>\n\n\n\n<p>HOSTS=&#8221;8.8.8.8&#8243;<\/p>\n\n\n\n<p>COUNT=10<\/p>\n\n\n\n<p>for myHost in $HOSTS<br>do<br>count=$(ping -c $COUNT $myHost | grep &#8216;received&#8217; | awk -F&#8217;,&#8217; &#8216;{ print $2 }&#8217; | awk &#8216;{ print $1 }&#8217;)<br>if [ $count -eq 0 ]; then<br># 100% failed<br>echo &#8220;Host : $myHost is down (ping failed) at $(date)&#8221; >> \/var\/log\/log_controle_net.log<br>systemctl reboot -i;<br>else<br>echo &#8220;tudo ok $(date)&#8221; >> \/var\/log\/log_controle_net.log<br>fi<br>done<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>crontab *\/5 * * * * \/usr\/bin\/reset_net.sh vi \/usr\/bin\/reset_net.sh !\/bin\/bash HOSTS=&#8221;8.8.8.8&#8243; COUNT=10 for myHost in $HOSTSdocount=$(ping -c $COUNT $myHost | grep &#8216;received&#8217; | awk -F&#8217;,&#8217; &#8216;{ print $2 }&#8217; | awk &#8216;{ print $1 }&#8217;)if [ $count -eq 0 ]; then# 100% failedecho &#8220;Host : $myHost is down (ping failed) at $(date)&#8221; >> \/var\/log\/log_controle_net.logsystemctl reboot [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-393","post","type-post","status-publish","format-standard","hentry","category-sem-categoria"],"_links":{"self":[{"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/posts\/393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=393"}],"version-history":[{"count":1,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/posts\/393\/revisions"}],"predecessor-version":[{"id":394,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=\/wp\/v2\/posts\/393\/revisions\/394"}],"wp:attachment":[{"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=393"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=393"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xaxowareti.com.br\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}