Willkommen, Gast. Einloggen.

Nagios

Nagios Client Install on Linux CentOS

Packages you will need:
gcc
openssl-devel

  • Create an install dir: mkdir /install
  • Download NRPE: wget http://prdownloads.sourceforge.net/sourceforge/nagios/nrpe-2.12.tar.gz
  • tar -zxvf nrpe-2.12.tar.gz
  • cd nrpe-2.12
  • ./configure should end with an output like this:

    *** Configuration summary for nrpe 2.12 03-10-2008 ***:

    General Options:
    -------------------------
    NRPE port: 5666
    NRPE user: nagios
    NRPE group: nagios
    Nagios user: nagios
    Nagios group: nagios

  • Syndicate content