Database JUNKY

MySQL,MariaDBを中心としたブログです

AWS amazon linux2でのNagios NRPEのインストール方法

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

f:id:hit10231023:20180116184008p:plain