ntt360 / pmon2

golang进程管理工具(golang process manager)
Apache License 2.0
988 stars 133 forks source link

FATA stat /var/run/pmon2/pmon2.sock: no such file or directory #1

Closed lanyulei closed 4 years ago

apptut commented 4 years ago

感谢反馈。

能给我一些详细的反馈信息吗?

  1. 安装的操作系统是?
  2. 执行什么操作产生的这个错误呢?
apptut commented 4 years ago

you need start the pmond process when use pmon2 the first time。

# centos6
sudo initctl start pmond

# centos7
sudo systemctl start pmond

then, you can use sudo pmon2 run [process],the pmond process for monitor the run process state, but it's not start auto when first installed