Skip to content
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

Remove the result tag from the service check #103

Merged
merged 1 commit into from
Jul 31, 2020

Conversation

FlorianVeaux
Copy link
Contributor

The jenkins.job.status service check is currently reported with the result tag. This is useless as it creates two "groups" in monitor.

The first group is jenkins.job.status with result:SUCCESS. This one always report "OK" and will never trigger a monitor.
The second is jenkins.job.status with result:FAILURE. This one always report "CRITICAL" (sparsely).
The result tag is what should make the value of the service check.

@github-actions github-actions bot added the documentation Documentation related changes label Jul 31, 2020
@FlorianVeaux FlorianVeaux merged commit a336ad7 into master Jul 31, 2020
@FlorianVeaux FlorianVeaux deleted the florian/fix_sc_tag branch July 31, 2020 14:33
@FlorianVeaux FlorianVeaux added changelog/Added Added features results into a minor version bump changelog/Changed Changed features results into a major version bump and removed changelog/Added Added features results into a minor version bump labels Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/Changed Changed features results into a major version bump documentation Documentation related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants