search
Homephp教程PHP源码监控日志,发现500 503 等错误发送邮件提示

php代码

<?php
include("PHPMailer/class.phpmailer.php");
//error_reporting(0);
$mail             = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP
$mail->SMTPDebug  = 1;                     // enables SMTP debug information (for testing)
// 1 = errors and messages
// 2 = messages only
$mail->SMTPAuth   = true;                  // enable SMTP authentication
$mail->Host       = "smtp.126.com"; // sets the SMTP server
$mail->Port       = 25;                    // set the SMTP port for the GMAIL server
$mail->Username   = "xxx@126.com"; // SMTP account username 邮箱用户名
$mail->Password   = "xxxxxxxxx";        // SMTP account password 密码
$mail->SetFrom(&#39;xxxxxxx@126.com&#39;, &#39;报错&#39;);//


$now = "u_ex".date("ymdH").".log";

try{
    $log = file("F:/iis-log/W3SVC2/".$now);//日志路径自己改
}catch(Exception $e){
    echo "no file ";
    exit;
 }

$error = array();
$start = date("i",time()-120);
$end = date("i");
if($start > $end){
    exit;
}
$aa = range($start,$end);
$code = mkstr($aa);
echo $code;
$pattern = "/($code).*(\s500\s|\s503\s)/";//这里自己修改
$i = 0;
foreach($log as $k => $v){
    if(preg_match($pattern,$v)){
        $error[] =  $v;
		echo $v;
		$i += 1;
    }
}
if(!empty($error)){
	$content = implode("<br/>",$error);
	$mail->Subject="$i errors ";
	$mail->AddAddress("xxxxxxxxxx@163.com");
	$mail->AddAddress("xxxxxxxx@126.com");
	$mail->MsgHTML($content);
	$mail->send();
}
echo "\nover";
function mkstr($arr){
    $code = &#39;&#39;;
    foreach($arr as $k => $e){
        $code .="\:$e\:|";
    }
    $code = rtrim($code,"|");
    return $code;
}
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Redis在服务注册与发现中的应用Redis在服务注册与发现中的应用Jun 20, 2023 am 08:39 AM

Redis是一种高性能的键值数据库,通过其快速的数据存储和访问能力,它在服务注册与发现的过程中得到广泛应用。服务注册与发现是一个在分布式系统中十分重要的过程。当我们在一个机器上运行多个服务时,我们需要一个方法来让客户端发现这些服务以及如何与它们交互。在一个完整的分布式系统中,可能运行着数十个服务,而手动配置已经变得不可行。这时,我们就需要使用服务注册与发现。

自主机器人发现已知最坚韧结构自主机器人发现已知最坚韧结构Sep 08, 2023 pm 03:57 PM

一个机器人实验室BEAR。图片来源:波士顿大学据英国《新科学家》杂志网站8月29日报道,美国一个机器人实验室发现了迄今已知最坚韧的结构,该实验室可以在没有人类监督的情况下每天开展50次实验,制造并测试机械结构。最新研究有望加速新材料的发现,相关论文已经提交预印本网站。波士顿大学研究人员表示,在这项最新研究中,他们使用名为贝叶斯实验自主研究员(BEAR)的自主机器人实验室,发现了迄今已知能量吸收效率最高的材料结构。BEAR由五台3D打印机、一套天平、一台测试机、一个机械臂和一个移动样本的计算机视觉

500internal server error什么意思500internal server error什么意思Feb 21, 2023 pm 03:39 PM

500internal server error的意思是HTTP 500内部服务器错误,表示服务器遇到意外情况,导致其无法履行请求,但它无法说明具体错误或发生错误的根本原因;当发生错误时,访问的网站会显示发生错误。

Go语言中的服务注册与发现Go语言中的服务注册与发现Jun 01, 2023 am 09:12 AM

随着微服务架构的发展,服务注册与发现变得越来越重要。对于Go语言来说,因其高效且并发性能表现优异,作为微服务的开发语言越来越受到青睐。本文将介绍在Go语言中如何进行服务注册与发现。什么是服务注册与发现?服务注册与发现是指服务提供方将自己的服务注册到服务注册中心,服务消费方从注册中心获取可用的服务列表,并调用相应的服务。服务注册中心可以是一个独立的进程或一个独

Ethereum (ETH) Price Recovers Above $2,320, But Struggles to Gain PaceEthereum (ETH) Price Recovers Above $2,320, But Struggles to Gain PaceSep 10, 2024 pm 03:20 PM

Ethereum price started a recovery wave above the $2,250 level. ETH was able to clear the $2,280 resistance zone to move into a positive zone, but momentum was weak compared to Bitcoin.

Bitcoin (BTC) Price Analysis: BTC Initiates Significant Upward Movement, Targets $60,000 MarkBitcoin (BTC) Price Analysis: BTC Initiates Significant Upward Movement, Targets $60,000 MarkSep 12, 2024 pm 06:35 PM

Bitcoin has initiated a significant upward movement, surpassing the $57,500 resistance level and now showing promising signs of potentially reaching the $60,000 mark.

Brits urged to check at home for rare 50p coin that could be worth £2,500Brits urged to check at home for rare 50p coin that could be worth £2,500Oct 28, 2024 pm 04:20 PM

According to one expert, the 2011 piece was minted to celebrate the London Olympics in 2012

BetMGM Michigan Bonus Code MLIVEMGM: Get a $1,500 First Bet OfferBetMGM Michigan Bonus Code MLIVEMGM: Get a $1,500 First Bet OfferNov 18, 2024 am 03:36 AM

New players can claim the BetMGM welcome bonus and get up to $1,500 paid back in bonus bets by using promo code MLIVEMGM.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment