You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In contrast to Plugin.AddError which does not provide
deduplication of errors before growing the collection, the
Plugin.AddUniqueError method *does* provide deduplication.
The dedupe behavior is provided by case-insensitive
comparison of the error string for the provided error against
existing errors already in the collection.
refs GH-214
In contrast to the
(nagios.Plugin).AddError
method which does not perform deduplication, add a new method which does.The text was updated successfully, but these errors were encountered: