|
![](/images/resource/spacer.gif) |
|
ผมจะทำ AutoAlert ping IP SERVER เมือ SERVER offonline php ส่ง Email ว่า IP ไหนดับ ขอคำนะนำหน่อยครับ |
|
![](/images/resource/viewboard_01.gif?v=1001) |
|
|
![](/images/resource/viewboard_03.gif?v=1001) |
![](/images/resource/viewboard_04.gif?v=1001) |
|
ตรวจสอบว่ามี string คำว่า 100% loss หรือไม่ ถ้ามีแสดงว่า IP นี้ไม่มีอยู่จริง หรือ Offline ครับ
Code (PHP)
<?php
$ip = "192.168.104.105";
$exe= shell_exec("ping -n 3 $ip");
if(strrpos($exe, "100% loss") > 0)
{
echo "Server Offline";
}
else
{
echo "Server Online";
}
?>
|
![](/images/resource/blockviewtopic_01.gif?v=1001) |
![](/images/resource/blockviewtopic_02.gif?v=1001) |
![](/images/resource/blockviewtopic_03.gif?v=1001) |
![](/images/resource/blockviewtopic_04.gif?v=1001) |
Date :
2012-01-10 16:41:06 |
By :
webmaster |
|
![](/images/resource/blockviewtopic_06.gif?v=1001) |
![](/images/resource/blockviewtopic_07.gif?v=1001) |
![](/images/resource/blockviewtopic_08.gif?v=1001) |
![](/images/resource/blockviewtopic_09.gif?v=1001) |
|
|
![](/images/resource/viewboard_06.gif?v=1001) |
![](/images/resource/viewboard_07.gif?v=1001) |
|
![](/images/resource/viewboard_08.jpg?v=1001) |
![](/images/resource/viewboard_09.gif?v=1001) |
|
|
|
![](/images/digitalocean-banner.jpg)
|
Load balance : Server 02
|