https://github.com/spiderlabs/modsecurity-status
ModSecurity status
https://github.com/spiderlabs/modsecurity-status
Last synced: over 1 year ago
JSON representation
ModSecurity status
- Host: GitHub
- URL: https://github.com/spiderlabs/modsecurity-status
- Owner: SpiderLabs
- Created: 2014-01-14T14:31:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-27T12:42:32.000Z (about 12 years ago)
- Last Synced: 2025-04-07T10:35:52.191Z (over 1 year ago)
- Language: JavaScript
- Size: 461 KB
- Stars: 34
- Watchers: 17
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
ModSecurity status
ModSecurity status is a mechanism to collect and display usage statistics of
ModSecurity. It is divided into four main components:
- WebSite: A rich html page that is responsable to show the utilization
status in a user friendly way.
- API: An api which is utilized by the WebSite component to retrieve
data from our database.
- Collector: Set of scripts responsable to parser tinydns log files and
populate a database that can be comsumed by the API.
- ModSecurity: Responsible to provide information about every instance of
itself, using DNS queries.
ModSecurity is not part of this repository, it is available under its own
repository at: https://github.com/SpiderLabs/ModSecurity. The other three
compoents lies on the same repository as that file.
The WebSite and API componets are deployed under the official ModSecurity
status page, public available at:
http://status.modsecurity.org
For more information about the stats mechanism, check ModSecurity wiki.
FIXME: feed the wiki and place the url.