Skip to content

Commit

Permalink
OSSEC rules: Remove alert when Tor guard is overloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Aug 23, 2017
1 parent dd40158 commit 32b18ad
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,16 @@
<options>no_email_alert</options>
</rule>
</group>

<!--
Do not send an email alert on overloaded Tor guard events.
These are purely informational notifications, but would be
a candidate for sending up to FPF for analysis in aggregate.
-->
<group name="tor guard overloaded">
<rule id="200002" level="0">
<if_sid>1002</if_sid>
<match>this means the Tor network is overloaded</match>
<options>no_email_alert</options>
</rule>
</group>

0 comments on commit 32b18ad

Please sign in to comment.