必要パッケージ †# yum install openssl.x86_64 openssl-devel ユーザの追加,グループの変更 †# useradd -d /usr/local/nagios -M nagios # usermod -G nagios apache nagiosインストール †# ./configure --with-nagios-user=nagios --with-nagios-group=nagios --with-command-group=nagios # make all # make install # make install-init # make install-commandmode # make install-config # make install-webconf nagios-pluginインストール †tar zxvf nagios-plugins-1.4.16.tar.gz # ./configure --prefix=/usr/local/nagios --with-ipv6=no --with-cgiurl=nagios/cgi-bin \ --with-nagios-user=nagios --with-nagios-grp=nagios --with-openssl=/usr/bin/openssl # make # make install エラー →opensslのdevelが入っていない可能性がある。またはバージョンが古い。 |