forked frommicrosoft/ModSecurity
- Notifications
You must be signed in to change notification settings - Fork0
Commit0c6a661
Felipe Zimmerle
First version of the status engine implementation
The Status Engine allow the measurements of how many ModSecurityinstances are running around the world, as long as informationon how many times it had been restarted and so on. Everytime thatthe server is started it perform a DNS query that is redirectedto our servers, that query constains information about theModSecurity version and it dependencies versions. It also sends aunique indetification generate locally for the server, avoidingcounting the same server twice while generating the statistics.This id is a sha-1 hash of the machine name + mac address of thefirst network adapter. In this commit it is enabled by default,in the release will be a configuration option to disable thisfunctionality. It also important to cite that the informationgather by this query will be also available in ModSecurity websitepublic open via a JSON stateless API. There will be an fancyheatmap as well.1 parentd93ce9c commit0c6a661
File tree
5 files changed
+470
-0
lines changed- apache2
- standalone
5 files changed
+470
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
722 | 723 | | |
723 | 724 | | |
724 | 725 | | |
| 726 | + | |
| 727 | + | |
725 | 728 | | |
726 | 729 | | |
727 | 730 | | |
| |||
0 commit comments
Comments
(0)