Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

newrelic/go_nagios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Archived header

Go Nagios

This is a package with simple support for writing Nagios checks in Go. Includes a few simple types and methods for behaving as a Nagios check.

Supports aggregating multiple check statuses into a final status and message, with the highest priority winning out.

You might check out check_docker for a good example of how to use it.

Contributions

Contributions are more than welcome. Bug reports with specific reproduction steps are great. If you have a code contribution you'd like to make, open a pull request with suggested code.

Pull requests should:

  • Clearly state their intent in the title
  • Have a description that explains the need for the changes
  • Include tests!
  • Not break the public API

Copyright (c) 2014 New Relic, Inc. All rights reserved.