monit が気になっていたので調べてみる

 
列車戦隊トッキュージャーのネタバレがぼちぼちではじめていますが、
5歳児と3歳児の兄弟の父としては
トッキュウレッシャーがすでに獣電竜と同等またはそれ以上という事実に
お財布の心配、いや父は大丈夫、父は大丈夫...

仮面ライダーWは財団Xよりも財団Bをどうにかしてください。

キョウリュウジャーといえば、Loppi限定両面ぬいぐるみポーチとか
これも財団Bですか?まんまと...
http://l-tike.com/gd/kyouryuvsgo-bus.html
 
はっ monit を調べるつもりがスーパーヒーロータイム関連を調べている...
 

monit が気になっていた

ので、書きながら調べてみることに。
まずは

# wget http://mmonit.com/monit/dist/monit-5.6.tar.gz
# tar xzvf monit-5.6.tar.gz
# cd monit-5.6
# ./configure

したところで、

# configure: error: PAM enabled but headers or library not found, install the PAM development support or run configure --without-pam

この環境(CentOS6.4 Minimal desktopにちょっと変更)ではPAMとやらが足りぬと。エアコン?

# yum list pam-devel
# yum -y install pam-devel

して

# ./configure

したんだけど、

Couldn't find your SSL header files.
Use --with-ssl-incl-dir option to fix this problem or disable
the SSL support with --without-ssl

なら

# yum -y install openssl-devel 

して

# ./configure
# make
# make install

インストールできたみたい。
 

最終的なインストールコマンドは...
# yum -y install pam-devel openssl-devel
# wget http://mmonit.com/monit/dist/monit-5.6.tar.gz
# tar xzvf monit-5.6.tar.gz
# cd monit-5.6
# ./configure
# make
# make install
結構時間がかかってしまったので、設定編はまた次回以降に。

 

先伸ばしていること

・gradleその2
・monitのmake install後から