[root@centos ~]# wget https://downloads.sourceforge.net/project/nagios/nrpe-3.x/nrpe-3.1.0.tar.gz ← nrpeダウンロード ※最新版のURLはダウンロードページで確認すること [root@centos ~]# tar zxvf nrpe-3.1.0.tar.gz ← nrpe展開 [root@centos ~]# cd nrpe-3.1.0 ← nrpe展開先ディレクトリへ移動 [root@centos nrpe-3.1.0]# ./configure && make check_nrpe && make install-plugin ← nrpeプラグインインストール [root@centos nrpe-3.1.0]# cd ← nrpe展開先ディレクトリを抜ける [root@centos