-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for overriding section headers/labels #107
Labels
enhancement
New feature or request
output/plugin
plugin output intended for monitoring system ingest
Milestone
Comments
atc0005
added a commit
that referenced
this issue
Jun 15, 2022
Exported functionality: - add exported methods to set label text for Thresholds, Errors and Detailed Info sections Unexported/helper functionality: - add unexported fields to track client code choices - add helper methods to provide client code choices or default values refs GH-107
atc0005
added a commit
that referenced
this issue
Jun 15, 2022
Exported functionality: - add exported methods to set label text for Thresholds, Errors and Detailed Info sections Unexported/helper functionality: - add unexported fields to track client code choices - add helper methods to provide client code choices or default values refs GH-107
atc0005
added a commit
that referenced
this issue
Jun 15, 2022
Exported functionality: - add exported methods to set label text for Thresholds, Errors and Detailed Info sections Unexported/helper functionality: - add unexported fields to track client code choices - add helper methods to provide client code choices or default values refs GH-107
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
output/plugin
plugin output intended for monitoring system ingest
As an example, the section header/label for service check thresholds is a hard-coded "THRESHOLDS" text string.
In the strictest sense, thresholds should be crossed before a service state changes, not just met.
In some cases, you may not want to focus on a threshold being crossed, but rather a specific external status being reached.
For example, if you're monitoring a remote web server you may wish to indicate in
Long Service Output
that receiving a 5xx server response code will result in a CRITICAL service check state, not crossing a threshold of a 5xx server response code.To support those use cases (and many others), each section header/label should allow client code to specify what text values to use.
The text was updated successfully, but these errors were encountered: