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

selectively include or exclude monitors for specific prefixes #21

Merged
merged 1 commit into from
Sep 26, 2019

Conversation

massimocandela
Copy link
Member

@massimocandela massimocandela commented Sep 26, 2019

  • introduced two new attributes for monitored prefixes includeMonitors and excludeMonitors
  • both attributes are array of string and they can be populated with monitors names
  • if includeMonitors is used, the prefix will be only monitored with the specific monitor(s)
  • if excludeMonitors is used, all monitors except the escluded ones will monitor the prefix
  • only one of the two options can be set
  • if the options are not declared, all monitors will be used

@massimocandela
Copy link
Member Author

This PR will resolve #20

@massimocandela massimocandela merged commit f9e3602 into master Sep 26, 2019
@massimocandela massimocandela deleted the ignore-monitors branch September 26, 2019 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant