Skip to content

Instantly share code, notes, and snippets.

@mayeco
Created February 14, 2016 04:45
Show Gist options
  • Select an option

  • Save mayeco/d4c146e3b1069394aa48 to your computer and use it in GitHub Desktop.

Select an option

Save mayeco/d4c146e3b1069394aa48 to your computer and use it in GitHub Desktop.
Installing nagios NRPE on AWS EC2 Amazon AMI boxes

Installing nagios NRPE on AWS EC2 Amazon AMI boxes

Grab all of the NRPE items via yum

yum install nagios-plugins-all nagios-plugins-nrpe nrpe
chkconfig nrpe on

Update the Config for NRPE

update the config by checking allowed_hosts and

vi /etc/nagios/nrpe.cfg
@harrywebster
Copy link

If using a fresh install on Amazon Linux 2 >= kernel 5.10 you'll need to run sudo amazon-linux-extras install epel -y first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment