OMP icon indicating copy to clipboard operation
OMP copied to clipboard

重启客户端失败找不到进程bug

Open jx10086 opened this issue 3 years ago • 1 comments

在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

jx10086 avatar Feb 14 '22 09:02 jx10086

收到,非常感谢,该问题已修复

Xiaoyuerwise avatar Dec 13 '22 03:12 Xiaoyuerwise