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

extract the flapping detector as a plugin #41

Closed
tarekziade opened this issue Mar 14, 2012 · 1 comment
Closed

extract the flapping detector as a plugin #41

tarekziade opened this issue Mar 14, 2012 · 1 comment
Milestone

Comments

@tarekziade
Copy link
Member

it should be a pubsub + controller plugin, that listen to events and act upon against the controller

it should be based on a base plugin

circus should be configurable to enable some plugins (via ini or via the APIs)

@tarekziade
Copy link
Member Author

e0664e7 is the first step

daker pushed a commit to daker/circus that referenced this issue Jun 19, 2012
Plugins can be configured in a [plugin:name] section
and in every watcher with "plugin.option" variables.

"plugin.active = False" deactivates a plugin on a
given watcher but it's up to the plugin tp check this
flag and act upon.

More docs to come. bacward incompatible change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant