-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Nagios Performance Data
- Add `PerformanceData` type to represent a single, complete Performance Data entry - Extend `ExitState` type to hold Performance Data entries - Modify `ExitState.ReturnCheckResults()` method to process Performance Data entries if present - Add `ExitState.AddPerfData()` method with optional flag to skip validation - intended to allow client code full control of validation This is a first draft and has not undergone sufficient testing to be considered stable. Documentation updates have not been made yet to illustrate use of the new functionality. refs GH-81
- Loading branch information
Showing
1 changed file
with
137 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters