LoginSignup
1
0

More than 5 years have passed since last update.

monit: error connecting to the monit daemon

Posted at

monitをインストールしてmonit statusをしたところ以下のようなエラーがでました。

monit: error connecting to the monit daemon

/etc/monit/monitrc

 set httpd port 2812
    use address localhost  # only accept connection from localhost
    allow localhost        # allow localhost to connect to the server and
    allow admin:monit

上記のようにmonitrcのコメントアウトを外すことで解決しました。
詳しくは下記のURLを参照してください
http://dasunhegoda.com/what-why-how-monit/756/

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0