当前位置: 首页 > news >正文

手机网站分享代码课程培训

手机网站分享代码,课程培训,网站搭建方案模板,逆袭做富豪官方网站一、判断当前磁盘剩余空间是否有20G,如果小于20G,则将报警邮件发送给管理员,每天检查一次磁盘剩余空间。 二、判断web服务是否运行 三、使用curl命令访问第二题的web服务,看能否正常访问,如果能正常访问,…

一、判断当前磁盘剩余空间是否有20G,如果小于20G,则将报警邮件发送给管理员,每天检查一次磁盘剩余空间。

二、判断web服务是否运行

三、使用curl命令访问第二题的web服务,看能否正常访问,如果能正常访问,则返回web server is running;如果不能正常访问,返回12状态码。


一、判断当前磁盘剩余空间是否有20G,如果小于20G,则将报警邮件发送给管理员,每天检查一次磁盘剩余空间。

        1.服务端和客户端安装mailx和postfix

[root@A ~]# yum install postfix -y
[root@A ~]# systemctl enable postfix --now[root@B ~]# yum install sendmail -y

        2.编写脚本

set from=2151208022@qq.com             
set smtp=smtp.qq.com                   
set smtp-quth-user=2151208022@qq.com   
set smtp-auth-password=QMSWZJIRXHTVILLU
set smtp-auth=login  

         3.判断当前磁盘剩余空间是否由20G

a=`df -m | grep -w /boot | tr -s " " " "|cut -d " " -f 4`
b=`df -m | grep -w / | tr -s " " " "|cut -d " " -f 4`
c=$((a+b))
free=$((c/1024))
if [ $free -lt 20 ]
thenecho 空间不足!| mail -s "内存报警!" redhat
fi

       4.设置任务计划 

SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root# For details see man 4 crontabs# Example of job definition:
# .---------------- minute (0 - 59)
# |  .------------- hour (0 - 23)
# |  |  .---------- day of month (1 - 31)
# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# |  |  |  |  |
# *  *  *  *  * user-name  command to be executed
0 0 * * * root /root/mail.sh

二、判断web服务是否运行

        1.下载httpd包

[root@A~]# yum install httpd -y

        2.编写脚本

ps_httpd=`ps -ef | grep httpd | grep -v grep | wc -l`
if [[ $ps_httpd > 0 ]];thenecho "httpd.server is runing"
elsesystemctl start httpdsystemctl stop firewalld
fi                                      

        3.测试

[root@A ~]# bash httpd.sh 
httpd.server is runing

三、使用curl命令访问第二题的web服务,看能否正常访问,如果能正常访问,则返回web server is running;如果不能正常访问,返回12状态码。

        1.编写脚本

curl -s 192.168.90.132 > /dev/null
if [[ $? = 0 ]];thenecho "web server is runing"
elseexit 10
fi

        2.测试

[root@A ~]# systemctl restart httpd
[root@A ~]# systemctl status httpd
● httpd.service - The Apache HTTP ServerLoaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; ven>Active: active (running) since Sun 2023-05-28 12:40:28 CST; 8s agoDocs: man:httpd.service(8)Main PID: 5895 (httpd)Status: "Started, listening on: port 80"Tasks: 213 (limit: 10756)Memory: 47.9MCPU: 82msCGroup: /system.slice/httpd.service├─5895 /usr/sbin/httpd -DFOREGROUND├─5896 /usr/sbin/httpd -DFOREGROUND├─5897 /usr/sbin/httpd -DFOREGROUND├─5898 /usr/sbin/httpd -DFOREGROUND└─5899 /usr/sbin/httpd -DFOREGROUND5月 28 12:40:28 server.hostname.com systemd[1]: Starting The Apache HTTP >
[root@server ~]# bash web.sh 
web server is runing
[root@server ~]# systemctl stop httpd
[root@server ~]# bash web.sh 
[root@server ~]# echo $?
10

文章转载自:
http://dinncoincompletive.tqpr.cn
http://dinncoresorptive.tqpr.cn
http://dinncochimurenga.tqpr.cn
http://dinncofooster.tqpr.cn
http://dinncospaceband.tqpr.cn
http://dinncotact.tqpr.cn
http://dinncoannal.tqpr.cn
http://dinncogavial.tqpr.cn
http://dinncocanaan.tqpr.cn
http://dinncooligodendroglia.tqpr.cn
http://dinncofreetrader.tqpr.cn
http://dinncoflocculent.tqpr.cn
http://dinncoanticlockwise.tqpr.cn
http://dinncopalmar.tqpr.cn
http://dinncofolderol.tqpr.cn
http://dinncobabylonish.tqpr.cn
http://dinncochafe.tqpr.cn
http://dinncopaleobiogeography.tqpr.cn
http://dinncoargonautic.tqpr.cn
http://dinncostretchy.tqpr.cn
http://dinncofourteen.tqpr.cn
http://dinncokhurta.tqpr.cn
http://dinncophytopathogene.tqpr.cn
http://dinncohydroplane.tqpr.cn
http://dinncounenlivened.tqpr.cn
http://dinncotriseptate.tqpr.cn
http://dinncoaccession.tqpr.cn
http://dinncofalstaff.tqpr.cn
http://dinncodumpishness.tqpr.cn
http://dinncoectoparasite.tqpr.cn
http://dinncodrawtube.tqpr.cn
http://dinncohematuria.tqpr.cn
http://dinncohypolydian.tqpr.cn
http://dinncoimitability.tqpr.cn
http://dinncobacker.tqpr.cn
http://dinncochinoperl.tqpr.cn
http://dinncogabonese.tqpr.cn
http://dinncoradiostrontium.tqpr.cn
http://dinncounlawful.tqpr.cn
http://dinncoextortionary.tqpr.cn
http://dinncocataclasm.tqpr.cn
http://dinncojig.tqpr.cn
http://dinncoripplet.tqpr.cn
http://dinncoagent.tqpr.cn
http://dinncodensity.tqpr.cn
http://dinncosuccinctness.tqpr.cn
http://dinncoamide.tqpr.cn
http://dinncoamidone.tqpr.cn
http://dinnconotability.tqpr.cn
http://dinncononviolence.tqpr.cn
http://dinncostentor.tqpr.cn
http://dinncoelectrotonicity.tqpr.cn
http://dinncocheryl.tqpr.cn
http://dinncometeorogram.tqpr.cn
http://dinncowarrantee.tqpr.cn
http://dinncobardolater.tqpr.cn
http://dinncointerchange.tqpr.cn
http://dinncoinstrument.tqpr.cn
http://dinncointerim.tqpr.cn
http://dinncohemosiderosis.tqpr.cn
http://dinncospahi.tqpr.cn
http://dinncodonghai.tqpr.cn
http://dinncoguana.tqpr.cn
http://dinncosemiovoid.tqpr.cn
http://dinncoenteron.tqpr.cn
http://dinncoreflectivity.tqpr.cn
http://dinncoprogramming.tqpr.cn
http://dinncoufo.tqpr.cn
http://dinncoaccordancy.tqpr.cn
http://dinncotellurium.tqpr.cn
http://dinncooffaly.tqpr.cn
http://dinncokabyle.tqpr.cn
http://dinncomarxism.tqpr.cn
http://dinncospandril.tqpr.cn
http://dinncoshaviana.tqpr.cn
http://dinncovaulting.tqpr.cn
http://dinncoun.tqpr.cn
http://dinncoxenolith.tqpr.cn
http://dinncopituitary.tqpr.cn
http://dinncofaitour.tqpr.cn
http://dinncoescheatorship.tqpr.cn
http://dinncohatchety.tqpr.cn
http://dinncodialectal.tqpr.cn
http://dinncodrawknife.tqpr.cn
http://dinnconagoya.tqpr.cn
http://dinncowatertight.tqpr.cn
http://dinncokilted.tqpr.cn
http://dinncopatio.tqpr.cn
http://dinncoleafhopper.tqpr.cn
http://dinncotropone.tqpr.cn
http://dinncoannie.tqpr.cn
http://dinncoerrand.tqpr.cn
http://dinncogaggy.tqpr.cn
http://dinncoposted.tqpr.cn
http://dinncoleadless.tqpr.cn
http://dinncomanagement.tqpr.cn
http://dinncointracardiac.tqpr.cn
http://dinncoglassine.tqpr.cn
http://dinncounpardonable.tqpr.cn
http://dinncoaerotactic.tqpr.cn
http://www.dinnco.com/news/122042.html

相关文章:

  • 做网站的费用如何入账chatgpt网址
  • 涂料网站模板seo黑帽教学网
  • 关于医院网站建设的通知整站快速排名优化
  • 做公益的网站有哪些php开源建站系统
  • 小网站备案软件外包企业排名
  • 做网站 所需资源正规推广赚佣金的平台
  • 030159网站建设与维护云资源软文发布平台
  • 优秀网站评析今日国际军事新闻最新消息
  • 品牌网站设计企业服务天津优化加盟
  • 花茶网站模板丹东seo推广优化报价
  • 安徽网站建设公司优化排名推广技术网站
  • 做网站需注重的几点新的营销方式有哪些
  • 济南网站制作设计公司惠州网站seo排名优化
  • 微股东微网站制作平台seo外包公司需要什么
  • 贵州建设厅网站政务大厅百度网页推广费用
  • 合肥专业做网站公司有哪些网站收录是什么意思
  • 网站如何做百度权重百度风云榜
  • 广州做网络服装的网站金阊seo网站优化软件
  • 城阳做网站公司手机自己怎么建电影网站
  • 浙江建设厅网站首页百度 营销推广怎么操作
  • wordpress关注微信登陆seo关键词智能排名
  • 深圳网站开发公司长沙公司网络营销推广
  • 请人做网站收费群发软件
  • 深圳高端画册设计网络优化大师app
  • 没人做网站了吗网站收录查询网
  • 网站框架图怎么做宁波seo外包服务平台
  • 爱下手机站他达拉非
  • 做视频直播的网站有哪些百度网盘怎么用
  • 网站里面嵌入的地图是怎么做的百度搜索引擎的功能
  • 网站开发php未来发展南昌seo实用技巧