Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Create rule manager daemon for traptor #5

Closed
jasonrhaas opened this issue Sep 11, 2015 · 3 comments
Closed

Create rule manager daemon for traptor #5

jasonrhaas opened this issue Sep 11, 2015 · 3 comments
Assignees
Milestone

Comments

@jasonrhaas
Copy link
Contributor

Currently the rulesets for traptor are parsed out with a script rule-extract.py and added to a redis database manually. Would like to have something running that checks every x minutes for new rules, and if there are new rules, push updates out to the traptors with the new rules.

For this, the API connection need to be reset so we don't want to do this too often.

@jasonrhaas jasonrhaas added this to the Traptor 1.1 milestone Nov 25, 2015
@jasonrhaas jasonrhaas self-assigned this Nov 25, 2015
@jasonrhaas jasonrhaas assigned rdempsey and unassigned jasonrhaas Feb 23, 2016
@jasonrhaas
Copy link
Contributor Author

Going to use a redis pub-sub approach for the rule manager.

@jasonrhaas
Copy link
Contributor Author

@rdempsey can you update this issue? Should be able to close this out with v1.1

@rdempsey
Copy link
Contributor

This functionality has been implemented as another project. Traptor will refresh it's rules if it finds a message for itself in the Redis pubsub. Check the docs for all the info!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants