no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | tech:linux:nagios_nrpe_redhat [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Steps to Install Nagios Remote Plug-ins Execution (NRPE) daemon ====== | ||
| + | The Monitored (target) host was running Redhat and the Monitoring (source) host was running Ubuntu. | ||
| + | |||
| + | ===== Install (Target) ===== | ||
| + | * yum -y install nagios-nrpe.x86_64 | ||
| + | ===== Configure (Target) ===== | ||
| + | * Edit / | ||
| + | * Update: allowed_hosts to include (Source) host that will execute nrpe | ||
| + | ===== Start and Update startp (Target) ===== | ||
| + | * service nrpe start | ||
| + | * chkconfig nrpe on | ||
| + | ===== Validate (Source) ===== | ||
| + | In this case my monitoring host was an Ubuntu Server. | ||
| + | * aptitude -y install nagios-nrpe-server | ||
| + | * aptitude -y install nagios-nrpe-plugin | ||
| + | |||
| + | From monitoring (Ubuntu) host run: | ||
| + | * / | ||
| + | You should get a response such as: NRPE v2.14 | ||