This project is an alternate implementation of NRPE in golang. There are a few
advantages to this project over the main implemenation of NRPE:
Statically linked binary. A single build will work across distros.
A configuration format that it not completely custom and is machine parseable.
Not maintained by Nagios Enterprises.
Some notes
This project is not a drop-in replacement for NRPE. It solely implements the
wire protocol, the per-node configuration is different. This is because the
NRPE configuration format is generally obnoxious to automate.
License
This project is licensed under Apache 2.0. See the LICENSE file in this repo
for the full text of the license.