OMP(Operation Management Platform)是云智慧公司自主设计、研发的轻量级、聚合型、智能运维管理平台。是一款为用户提供便捷运维能力和业务管理的综合平台。具备运维一应俱全的功能,目的是提升运维自动化、智能化,提高运维效率,提升业务连续性和安全性。
GNU General Public License v3.0
262
stars
87
forks
source link
重启客户端失败找不到进程bug #21
Open
jx10086 opened 2 years ago
在omp_monitor_agent/monitor_agent.sh第23行 ps aux | grep monitor_agent_exporter| grep -v grep | cut -c 9-15 | xargs kill -9 无法获取到正确pid 建议使用 ps aux | grep monitor_agent_exporter| grep -v grep | awk '{print $2}' | xargs kill -9