首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏DBA随笔

    Linux中的monit工具介绍使用

    下载的url如下 https://mmonit.com/monit/dist/binary/ 2、monit配置 monit的配置一般情况下分为两个地方,分别是/etc/monit.conf $EVENT Service $SERVICE $DESCRIPTION } set httpd port and ###设置web监控,用于web界面,由于使用MMonit monit start consul #启动服务 monit -V # 查看版本 关于monit的命令,还有很多,想要详细了解,可以查看monit的官方文档,地址: https://mmonit.com

    2.5K20发布于 2019-12-19
  • 来自专栏运维经验分享

    Monit 笔记 原

    | string>] [[AS] GID <number | string>] [[WITH] TIMEOUT <number> SECOND(S)] check process mmonit with pidfile /usr/local/mmonit/mmonit/logs/mmonit.pid start program = "/usr/local/mmonit/bin/mmonit " as uid "mmonit" and gid "mmonit" with timeout 60 seconds 默认是 30s 的尝试 start/stop, 失败后会放弃尝试并打印错误信息, 全局设定是通过 监控分组 monit -g <groupname> start/stop/restart check process mmonit with pidfile /usr/local/mmonit/mmonit /logs/mmonit.pid GROUP groupname GROUP groupname1 7.

    1.5K00发布于 2019-04-18
  • 来自专栏运维技术迷

    Monit部署及基本使用

    官网:https://mmonit.com/monit 文档:https://mmonit.com/monit/documentation/monit.html 最新版本:https://mmonit.com

    1.7K20编辑于 2023-10-19
  • 来自专栏北京马哥教育

    运维工具箱

    collectl(性能监控工具)、TCP优化监控工具tcpdive 免费APM工具:   mmtrix(见过的最全面的分析工具)、alibench、 JAVA性能监控pinpoint 进程监控:   mmonit

    2.1K100发布于 2018-05-02
  • 来自专栏互联网老辛

    运维技能武器库

    的网络连接工具)、iperf(网络性能工具)、smem)(高级内存报表工具)、collectl(性能监控工具) 免费APM工具: mmtrix(见过的最全面的分析工具)、alibench 进程监控: mmonit

    1.1K20发布于 2018-10-18
  • 来自专栏运维经验分享

    用monit监控mongodb,崩溃后自动重启mongdb

    官网:https://mmonit.com/monit 安装 yum install monit 如何配置 使用yum安装默认配置文件在: /etc/monitrc # 全局参数配置文件 /etc/

    2.2K00发布于 2019-04-18
  • 来自专栏北京马哥教育

    使用monit搭建一个监控系统

    sudo agt-get install monit CentOS系统下也是一样 yum install monit 我比较喜欢源码安装,原因是我喜欢看下源码: wget http://mmonit.com failed icmp type echo count 3 with timeout 3 seconds then alert 介绍了很多用法,但是挂一漏万,终极的学习方法还是看手册 http://mmonit.com

    1.8K70发布于 2018-05-02
  • 来自专栏物联网知识

    对计算机行业非常好用的网站

    https://mmonit.com/monit/# 09 — WOX 又是一个Github上一万多星星的神奇小软件。Window下的快速搜索框,可以极速搜索应用,文件,网页等等。

    63210发布于 2021-01-28
  • 来自专栏运维经验分享

    [喵咪Liunx(4)Monit进程监控 原

    附上: 喵了个咪的博客:w-blog.cn Monit官网地址:https://www.mmonit.com/monit/documentation/monit.html 1.

    66420发布于 2019-04-25
  • 来自专栏我的小碗汤

    4个好用的Linux监控工具

    https://mmonit.com/ Monit 允许你指定要在 Linux 操作系统上监视的进程、端口、文件等。

    2.3K40编辑于 2023-03-19
  • 来自专栏CDN及云技术分享

    一种监控apache服务的方法

    这是它的官网:https://mmonit.com/monit/,源码https://github.com/arnaudsj/monit二、安装在 Debian 或 Ubuntu Linux 下安装 monitapt-get

    1.6K210编辑于 2023-02-06
  • 来自专栏服务端思维

    4个好用的Linux监控工具

    https://mmonit.com/ Monit 允许你指定要在 Linux 操作系统上监视的进程、端口、文件等。

    2.2K30发布于 2020-06-03
  • 来自专栏叨叨软件测试

    Linux 下使用 Monit 实现服务挂掉自动拉起

    Rights Reserved. 12 13# 启动服务 14$ systemctl start monit 15 16# 启动 monit 守护进程 17$ monit 命令 官方手册:https://mmonit.com

    2.6K20发布于 2020-05-18
  • 来自专栏喵了个咪的博客空间

    [喵咪Liunx(4)Monit进程监控

    附上: 喵了个咪的博客:w-blog.cn Monit官网地址:https://www.mmonit.com/monit/documentation/monit.html 1.

    1.1K90发布于 2018-03-02
  • 来自专栏散尽浮华

    Linux下monit进程管理操作梳理

    ----------------------------------------------------------------------------------- 源码安装包下载:https://mmonit.com /monit/dist/binary/ # wget https://mmonit.com/monit/dist/binary/5.20.0/monit-5.20.0-linux-x86.tar.gz ---------------------------------------------------------------------- 3)monit配置说明(官网配置说明:https://mmonit.com

    4.9K110发布于 2018-01-23
  • 来自专栏运维经验分享

    Monit监控软件安装 原

    官网地址:https://mmonit.com/ 在CentOS 6.4上配置Monit的步骤: 我们以服务器IP地址:10.153.126.189,为例进行配置,监控10.153.110.12,

    2K20发布于 2019-04-23
  • 来自专栏北京马哥教育

    Linux 运维工程师必备的80个监控工具(第30-80个)

    29]: https://packages.debian.org/sid/utils/saidar [30]: http://oss.oetiker.ch/rrdtool/ [31]: http://mmonit.com

    3K70发布于 2018-05-03
  • 来自专栏菲宇

    从零起步到Linux运维经理,你必须管好的23个细节

    的网络连接工具)、iperf(网络性能工具)、smem)(高级内存报表工具)、collectl(性能监控工具) 免费APM工具: mmtrix(见过的最全面的分析工具)、alibench 进程监控: mmonit

    1.7K20发布于 2019-06-14
  • 来自专栏北京马哥教育

    从零起步做到Linux运维经理,你必须管好的23个细节

    的网络连接工具)、iperf(网络性能工具)、smem)(高级内存报表工具)、collectl(性能监控工具) 免费APM工具: mmtrix(见过的最全面的分析工具)、alibench 进程监控: mmonit

    2.7K51发布于 2018-05-03
  • 来自专栏热爱IT

    从零起步到Linux运维经理,你必须管好的23个细节

    的网络连接工具)、iperf(网络性能工具)、smem)(高级内存报表工具)、collectl(性能监控工具) 免费APM工具: mmtrix(见过的最全面的分析工具)、alibench 进程监控: mmonit

    1.2K31发布于 2019-04-10
领券