Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2809225
  • 博文数量: 587
  • 博客积分: 6356
  • 博客等级: 准将
  • 技术积分: 6410
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-23 10:54
个人简介

器量大者,福泽必厚

文章分类

全部博文(587)

文章存档

2019年(3)

2018年(1)

2017年(29)

2016年(39)

2015年(66)

2014年(117)

2013年(136)

2012年(58)

2011年(34)

2010年(50)

2009年(38)

2008年(16)

发布时间:2013-06-11 13:53:23

用途:检测php-fpm、nginx、mysql进程是否正常,如果不正常,则重启服务!#!/bin/bashlogpath=/home/scriptsurl="http://l**b.g**yz.com/index.php" status=$(/usr/bin/curl -s --head "$url" | awk '/HTTP/ {print $2}')if [ "$status" != "200" ] ;  thenecho `date`          .........【阅读全文】

阅读(1778) | 评论(1) | 转发(0)

发布时间:2013-06-09 16:19:56

在lvs机器上有如下的防火墙配置: -A INPUT -p tcp -m state --state NEW -m tcp --dport 80 -j ACCEPT  导致后台的realserver机器上的httpd进程不正常,有很多的D状态的进程:如下: 29679 httpuser  16 &.........【阅读全文】

阅读(2008) | 评论(0) | 转发(0)

发布时间:2013-05-27 17:03:42

转摘之:http://www.cnblogs.com/yeahgis/archive/2012/05/15/2501112.html......【阅读全文】

阅读(3175) | 评论(0) | 转发(0)

发布时间:2013-05-27 15:10:57

Configure Postfix to Use Gmail SMTP on UbuntuPosted by Rahul Bansal on February 18, 2013 in Tutorials{11 Comments}If you want to use a Gmail account as a free SMTP server on your Ubuntu-Linux server, you will find this article useful. This gui.........【阅读全文】

阅读(1483) | 评论(0) | 转发(0)

发布时间:2013-05-24 15:44:02

[root@varnish1 ~]# cat mongo.sh.bak #!/bin/shecho "db.serverList.find({status:\"0\"},{ip:1,\"_id\":0})" | mongo loldbRtmp  | grep ip >/root/ip.txtif [ -s /root/ip.txt  ] ; thenecho "It has errors" >/root/mongodbstatus.txt/bin/awk -F\" '{ print $4}'  /root/ip.txt>/root/proble.........【阅读全文】

阅读(2685) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2010-04-10 18:37

呵呵,文章中露点了!

回复 |  删除 |  举报

chinaunix网友2009-11-05 22:00

写的非常好,收益匪浅,加油啊,caoshouwen!

回复 |  删除 |  举报

chinaunix网友2008-12-02 15:50

强嘎~!

回复 |  删除 |  举报

yexin2182008-11-26 23:38

不错啊,加油哦

回复  |  举报
留言热议
请登录后留言。

登录 注册