当前位置:网站首页>monit安装和使用
monit安装和使用
2022-07-25 11:23:00 【托塔天王李】
centos 安装和使用monit
monit 主要命令
- 安装monit
# yum install monit
- 启动monit
# monit -c /etc/monitrc
- 停止monit监控
# monit quit
- 输出monit监控服务的状态
monit status
配置monit监控keepalived
[[email protected] monit.d]# ll
总用量 28
-rw-r--r-- 1 root root 173 3月 4 17:15 httpd
-rw-r--r-- 1 root root 183 3月 4 17:11 keepalived
-rw-r--r-- 1 root root 51 12月 27 2017 logging
-rw-r--r-- 1 root root 177 3月 4 17:27 mariadb
-rw-r--r-- 1 root root 246 3月 5 09:37 nsnrtmlicd
-rw-r--r-- 1 root root 200 3月 5 12:16 zabbix_agent
-rw-r--r-- 1 root root 201 3月 5 09:58 zabbix_server
[[email protected] monit.d]# pwd
/etc/monit.d
# 在keepalived文件里
配置如下
check process keepalived with matching "/usr/sbin/keepalived -D"
start program = "/usr/bin/bash -c 'systemctl start keepalived'"
stop program = "/usr/bin/bash -c 'systemctl stop keepalived'"
边栏推荐
- Hystrix使用
- 小程序image 无法显示base64 图片 解决办法 有效
- Meta-learning(元学习与少样本学习)
- 银行理财子公司蓄力布局A股;现金管理类理财产品整改加速
- [RS sampling] a gain tuning dynamic negative sampler for recommendation (WWW 2022)
- Atomic 原子类
- 【GCN】《Adaptive Propagation Graph Convolutional Network》(TNNLS 2020)
- LeetCode第303场周赛(20220724)
- Mirror Grid
- [high concurrency] Why is the simpledateformat class thread safe? (six solutions are attached, which are recommended for collection)
猜你喜欢

【AI4Code】《GraphCodeBERT: Pre-Training Code Representations With DataFlow》 ICLR 2021

RestTemplate与Ribbon简单使用

Hardware connection server TCP communication protocol gateway

【多模态】《HiT: Hierarchical Transformer with Momentum Contrast for Video-Text Retrieval》ICCV 2021

给生活加点惊喜,做创意生活的原型设计师丨编程挑战赛 x 选手分享

客户端开放下载, 欢迎尝鲜

Qin long, a technical expert of Alibaba cloud: a prerequisite for reliability assurance - how to carry out chaos engineering on the cloud

Pycharm connects to the remote server SSH -u reports an error: no such file or directory

【GCN-RS】Learning Explicit User Interest Boundary for Recommendation (WWW‘22)

【AI4Code】《IntelliCode Compose: Code Generation using Transformer》 ESEC/FSE 2020
随机推荐
【GCN-RS】Towards Representation Alignment and Uniformity in Collaborative Filtering (KDD‘22)
Transformer变体(Routing Transformer,Linformer,Big Bird)
创新突破!亚信科技助力中国移动某省完成核心账务数据库自主可控改造
【多模态】《TransRec: Learning Transferable Recommendation from Mixture-of-Modality Feedback》 Arxiv‘22
GPT plus money (OpenAI CLIP,DALL-E)
Intelligent information retrieval(智能信息检索综述)
【AI4Code】《GraphCodeBERT: Pre-Training Code Representations With DataFlow》 ICLR 2021
Hardware connection server TCP communication protocol gateway
Meta-learning(元学习与少样本学习)
Transformer variants (spark transformer, longformer, switch transformer)
Go 垃圾回收器指南
【AI4Code】《CodeBERT: A Pre-Trained Model for Programming and Natural Languages》 EMNLP 2020
马斯克的“灵魂永生”:一半炒作,一半忽悠
Zero-Shot Image Retrieval(零样本跨模态检索)
Brpc source code analysis (V) -- detailed explanation of basic resource pool
Introduction to redis
Learning to Pre-train Graph Neural Networks(图预训练与微调差异)
Those young people who left Netease
【AI4Code】《IntelliCode Compose: Code Generation using Transformer》 ESEC/FSE 2020
How to solve the problem of the error reported by the Flink SQL client when connecting to MySQL?