位置: 编程技术 - 正文

用Monit监测Linux 服务器(linux测试软件)

编辑:rootadmin
monit用 Monit 监测 linux 服务器 Monit 是一个用来监测系统状态的工具,不但可以用来监视进程、服务、文件、目录、文件系统,还可以在服务 down 掉的时候自动重启服务或者当某个进程占用过多的资源的时候自动停掉进程,并且支持 Email 报警功能、远程服务器监测、web 管理界面等,功能很多很强大。VPSee 用 monit 来监测多个 VPS 和独立服务器,如果某个 VPS down 了、某个服务器资源紧张,就能第一时间知道,而且某个服务停了的话可以自动重启服务。 安装 monit 在 CentOS 下安装和配置文件: 复制代码代码如下: # wget # rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.i.rpm # yum install monit # vi /etc/monit.conf 配置 monit 修改 monit 的配置文件,/etc/monit.conf(CentOS)或者 /etc/monit/monitrc(Debian),每隔秒检查一次系统,如果 httpd/mysql/sshd 服务停掉了就重新启动相应服务。对于 httpd 服务器,当发现 CPU/MEM 占用过大、loadavg 太高时就执行相应的报警、重启服务指令。如果使用 Email 报警功能,需要配置 Email 地址、邮件服务器等信息: 复制代码代码如下: set daemon check process sshd with pidfile /var/run/sshd.pid start program “/etc/init.d/sshd start” stop program “/etc/init.d/sshd stop” if failed port protocol ssh then restart if 5 restarts within 5 cycles then timeout check process mysql with pidfile /var/run/mysqld/mysqld.pid group database start program = “/etc/init.d/mysqld start” stop program = “/etc/init.d/mysqld stop” if failed host .0.0.1 port then restart if 5 restarts within 5 cycles then timeout check process nginx with pidfile /var/run/nginx.pid start program = “/etc/init.d/nginx start” stop program = “/etc/init.d/nginx stop” if failed host www.yanghengfei.com port protocol http then restart check process php_cgi with pidfile /var/run/php_cgi.pid start program = “/etc/init.d/php_cgi start” stop program = “/etc/init.d/php_cgi stop” if failed host .0.0.1 port then restart if 5 restarts within 5 cycles then timeout check process apache with pidfile /var/run/httpd.pid group www start program = “/etc/init.d/httpd start” stop program = “/etc/init.d/httpd stop” if failed host www.yanghengfei.com port protocol http then restart if cpu is greater than % for 2 cycles then alert if cpu > % for 5 cycles then restart if totalmem > MB for 5 cycles then restart if children > then restart if loadavg(5min) greater than for 8 cycles then stop if 3 restarts within 5 cycles then timeout 更多详细信息可以参考配置文件,里面注释写得很详细。 启动 monit 在 CentOS 下启动并加入到系统启动脚本: 复制代码代码如下: # /etc/init.d/monit start # /sbin/chkconfig monit on

推荐整理分享用Monit监测Linux 服务器(linux测试软件),希望有所帮助,仅作参考,欢迎阅读内容。

用Monit监测Linux 服务器(linux测试软件)

文章相关热门搜索词:linux监控工具nmon,linux monitor,linux测试软件,linux monitor,linux检测,linux性能监控工具nmon,linux monitor,linux系统监测软件,内容如对您有帮助,希望把文章链接给更多的朋友!

Linux Top 命令解析 比较详细 TOP是一个动态显示过程,即可以通过用户按键来不断刷新当前状态.如果在前台执行该命令,它将独占前台,直到用户终止该程序为止.比较准确的说,top命令

Linux 内存机制详解宝典 一.我们先来查看一个内存使用的例子:[oracle@db1~]$free-mtotalusedfreesharedbufferscachedMem:-/+buffers/cache:Swap:上述结果显示了

Linux 性能监控分析 敲个命令都没反应。TOP命令显示的是一些Oraclesession占用CPU资源太多。杯具的是在服务器上连sqlplus都进不去了,命令都没反应。只好把服务器重启了。重

标签: linux测试软件

本文链接地址:https://www.jiuchutong.com/biancheng/364914.html 转载请保留说明!

上一篇:Linux开启snmp监控后大量 Received SNMP packet(s) from UDP 的解决方法(linux 开启snmp)

下一篇:Linux Top 命令解析 比较详细(linux中的top命令)

  • 增值税发票能不能报销
  • 向银行借款存入银行会引起
  • 其他权益工具投资科目编码
  • 季度30万免增值税什么时候结束
  • 党建经费可以用来干什么
  • 财务费用最后怎么结转
  • 小规模纳税人标准2019
  • 递延所得税当期所得税费用
  • 现金抵用券购买怎么用
  • 新企业如何办理税务登记
  • 滞留票的原因是什么?
  • 营改增怎么抵扣
  • 印刷制作费税收编码是啥
  • 企业为什么要缴纳增值税
  • 增值税发票红冲后增值税销项为负数
  • 预存话费返还怎么操作
  • 建筑业预缴税款怎么退税
  • 委托贷款利息收入增值税
  • 计算应纳税所得额时可以扣除的项目有
  • 关闭guest账户
  • 如何增强无线网卡的接收能力
  • 企业固定资产出售账务处理
  • 无法启用网络发展
  • 电脑睡眠唤醒教程视频
  • PHP clearstatcache()函数详解
  • 共用水电无法取水怎么办
  • wordpress怎么搜索域名
  • 股东变更需要哪些手续的法律规定
  • 喝咖啡的好处和坏处 女性
  • 固定资产付款流程
  • 餐饮业原料采购都包括哪些
  • php递归遍历文件夹
  • thinkphp3.1.3手册
  • php储存数据的方法
  • 注销后怎么补缴社保
  • 努沙杜瓦酒店
  • 自愿放弃增值税优惠怎么写
  • 工商年报纳税总额包括滞纳金吗
  • 用php写的一个冒号的句子
  • html零基础入门教程
  • react moment
  • 基于opencv的人脸检测算法
  • gpt3 transformer
  • 购物卡怎么开发票比较好
  • 报销用别的发票抵用怎么入账
  • 公转私法人
  • 供货单位与开票单位不一致
  • linux中ubuntu安装教程
  • 所得税费用影响企业营业利润吗
  • 个税申报填错了就这样报了怎么办
  • 其他债权投资如何计提减值
  • 固定资产的后续支出应如何进行会计处理
  • 小规模纳税人转一般纳税人当月如何申报
  • 一般纳税人纳税申报表
  • 建筑工程公司的经营范围有哪些
  • 货物赔偿款怎么做账
  • 买一送一会计分录怎么写
  • 查账征收的个体户怎么交个税
  • 房地产开发企业增值税税率
  • Advanced Pagination for MySQL(mysql高级分页)
  • 利用的英文
  • Windows Server 2003系统进程中NETWORK SERVICE相关知识详解
  • 如何制作ubuntu系统盘
  • Windows PC用iCloud多设备共享数据图文教程
  • 如何激活Win8.1
  • centos关闭kdump
  • 进程lsass.exe
  • xp电脑开机自检怎么取消
  • win8如何进行系统还原
  • nodejs中的事件循环的执行顺序
  • python生成器详解
  • android 样式
  • python汉字字符
  • js实现二叉查找树
  • unity3d操作
  • macos moja
  • unity3d物体旋转
  • shell的使用
  • 后缀名为是什么意思
  • Jquery实现select multiple左右添加和删除功能的简单实例
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设