2020-06-25 AWS amazon linux2でのNagios NRPEのインストール方法 Nagios AWS nrpe amazon linux2 amazon linux2 $ sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm nagios nrpeのインストール $ sudo yum install --enablerepo=epel nagios-nrpe nagios-plugins-nrpe nagios-plugins-all 起動/自動起動の設定 $ sudo systemctl start nrpe $ sudo systemctl enable nrpe