Python3 Monitoring website Status

Source: Internet
Author: User

I have already written Python3 e-mails, Python-sent articles. You can import directly.

#/usr/bin/env python#guoyabin#-*-coding:utf-8-*-import configparser,requestsfrom time import Sleepimport WeChat, Mailclass Checkurl (object):d EF __init__ (self,file): Self.file=fileself.cfg=configparser. Configparser () def cfg_load (self): Self.cfg.read (self.file) self.allurl=self.cfg.items (' yuming ') self.reload= Self.cfg.get (' time ', ' Reload ') self.mailto=self.cfg.items (' mailto ') def cfg_dump (self): while True:for k,v in Self.allurl:try:res=requests.get (v) print (V,res.status_code) res.close () if Res.status_code >= 400:errinfo=v+ ' + STR (res.status_code) wechat.send (' @all ', errinfo) for key,values in Self.mailto:mail.send (values,errinfo, ' URL access failed alarm ' ) except:errinfo=v+ ' is the error ' Print (errinfo) wechat.send (' @all ', errinfo) for key,values in Self.mailto:mail.send ( Values,errinfo, ' URL access failed alarm ') sleep (int (self.reload)) if __name__ = = ' __main__ ': Mail=mail.sendmail () wechat= Wechat.wechat () check=checkurl (' Yuming.ini ') check.cfg_load () Check.cfg_dump ()

  

Shameless begging for sponsorship

Python3 Monitoring website Status

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.