Skip to content
This repository has been archived by the owner on Jun 18, 2018. It is now read-only.

skottler/go-nrpe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NRPE in Go

This project is an alternate implementation of NRPE in golang. There are a few advantages to this project over the main implemenation of NRPE:

  1. Statically linked binary. A single build will work across distros.
  2. A configuration format that it not completely custom and is machine parseable.
  3. 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.

Authors

Sam Kottler [email protected]

About

An alternative implementation of NRPE in golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published