没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > watch-dog-engine |
watch-dog-engine
|
0 | 0 | 108 |
贡献者 | 讨论 | 代码提交 |
概述
This engine has originally been written to monitor Unix log files to detect intrusion attempts and prevent clients to continue guessing password or attempting exploiting the exposed services.
Library jar provided by this project are a framework (base class that you can extend) for implementing your own monitoring engine.
Also some example runnable applications are provided.
It can monitor resources (files, urls, etc) and based on events on that resources trigger some actions. You can monitor a website from events on which you are interested and make the software do something for you. For example, I implemented an automatic moderation engine that removes spam and unwanted messages from a public forum.
创建时间:2014-05-11 22:53