We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The type column of the event table now has a defined type which only allows certain values:
type
event
Previously only the following values where used:
We need to support the new values, remove all workarounds (internal support, message matching) and show proper phrases:
internal
The text was updated successfully, but these errors were encountered:
There are also two new event types (mute, unmute) since Icinga/icinga-notifications#200.
mute
unmute
Sorry, something went wrong.
This is a very different change. A separate issue will follow.
They are not that different, at least in regard to the event table. These two events are also part of the event.type enum.
event.type
270797f
sukhwinder33445
Successfully merging a pull request may close this issue.
The
type
column of theevent
table now has a defined type which only allows certain values:Previously only the following values where used:
We need to support the new values, remove all workarounds (
internal
support, message matching) and show proper phrases:The text was updated successfully, but these errors were encountered: