Table of Contents

Nagios installation on CentOS 6.2

Nagios server

Nagiosgraph

Nagios NRPE client installation

NRPE client enables Nagios to query and use plugins remotely from Linux and Windows servers. This one is about Linux client.

define service{

      use                             local-service,graphed-service
      host_name                       myhost
      service_description             Root Partition
      check_command                   check_nrpe!check_rootv
      }

</code>