GitHub - stockholmuniversity/Nagios-NRPE: A pure perl implementation of the Nagios NRPE daemon and client

3 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

A pure perl implementation of the Nagios NRPE daemon and client

License

View license

13 stars 12 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

Nagios::NRPE 
============

An implementation of NRPE in pure perl

INSTALLATION
------------

To install it: 

   perl Build.PL
   ./Build
   ./Build test 
   ./Build install

SCRIPTS
-------

Inside bin/ you'll find an implementation of the check_nrpe binary normally
shipped with Nagios' nrpe server.

DOCUMENTATION
-------------

Every module shipped with this package has a full documentation in pod format. 
To read it use perldoc like this:
   
   perldoc Nagios::NRPE::Client

In the case of problems or appreciation please visit these URLs

*   [Github issues](https://github.com/stockholmuniversity/nagios-nrpe/issues) 

*   [MetaCPAN](https://metacpan.org/dist/Nagios-NRPE)

*   [Github repository](https://github.com/stockholmuniversity/nagios-nrpe/)

COPYRIGHT AND LICENSE
---------------------

This software is copyright (c) 2013-2018 by the authors (see AUTHORS file).

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.