diff options
author | Hendrik Jäger <hendrik@securosys.ch> | 2020-10-30 19:06:31 +0200 |
---|---|---|
committer | Hendrik Jäger <hendrik@securosys.ch> | 2020-10-30 19:06:31 +0200 |
commit | 848612c374bf35300f5b90b9496651f07ae00a75 (patch) | |
tree | e24f6db270e78559c1473e4de93b9540644d2933 | |
parent | 81b9b3ef0a36e46010182ecd311437ae214f318d (diff) |
Update logcheck rules
-rw-r--r-- | files/etc/logcheck/ignore.d.server/local-tor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/logcheck/ignore.d.server/local-tor b/files/etc/logcheck/ignore.d.server/local-tor index 98af394..26f1321 100644 --- a/files/etc/logcheck/ignore.d.server/local-tor +++ b/files/etc/logcheck/ignore.d.server/local-tor @@ -1,2 +1,2 @@ -^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ Tor\[[[:digit:]]+\]: Heartbeat: Tor's uptime is ([[:digit:]]+ days )?[[:digit:]]+:[[:digit:]]+ hours, with [[:digit:]]+ circuits open. I've sent [[:digit:].]+ [GM]B and received [[:digit:].]+ [GM]B\.$ +^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ Tor\[[[:digit:]]+\]: Heartbeat: Tor's uptime is ([[:digit:]]+ day(s)? )?[[:digit:]]+:[[:digit:]]+ hours, with [[:digit:]]+ circuits open. I've sent [[:digit:].]+ [GM]B and received [[:digit:].]+ [GM]B\.$ ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ Tor\[[[:digit:]]+\]: Average packaged cell fullness: [[:digit:].]+%\. TLS write overhead: [[:digit:]]+%$ |