This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem On-the-fly Windows directory mirroring using VSS snapshot | |
rem with ShadowSpawn (https://github.com/candera/shadowspawn) and robocopy | |
rem This script mirrors SRC directory contents into DST directory | |
set SHADOWSPAWN="C:\Program Files\ShadowSpawn\ShadowSpawn.exe" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16276 # OVH | |
44493 # Chelyabinsk-Signal | |
46606 # UNIFIEDLAYER-AS-1 | |
48666 # MAROSNET Telecommunication Company Network | |
49505 # SELECTEL-NET | |
133165 # DIGITALOCEAN | |
201229 # DIGITALOCEAN | |
202018 # DIGITALOCEAN | |
200130 # DIGITALOCEAN | |
21100 # ITLDC-NL (UA) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem Munin Node for Windows external plugin wrapper | |
rem Low physical memory warnings | |
rem | |
rem The default thresholds (usage in percents) are warning=80 critical=90 . | |
rem Set environment variables as shown below to override the defaults. | |
rem | |
rem set mem_used.warning=80 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <type>: (If applied, this commit will...) <subject> (Max 50 char) | |
# |<---- Using a Maximum Of 50 Characters ---->| | |
#Update to [GH_TAGNAME] | |
# Explain why this change is being made | |
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/utils/rspamd_stats.pl b/utils/rspamd_stats.pl | |
index 3a8affce1..a8d65e36b 100755 | |
--- a/utils/rspamd_stats.pl | |
+++ b/utils/rspamd_stats.pl | |
@@ -81,6 +81,7 @@ my %scanTime = ( | |
total => 0, | |
); | |
my %bidir_match; | |
+my %fh_cache; # Cache for sub interactive | |
OlderNewer