diff options
| author | admins <admins@tilde.institute> | 2020-12-05 21:10:48 -0500 |
|---|---|---|
| committer | admins <admins@tilde.institute> | 2020-12-05 21:10:48 -0500 |
| commit | 8c90a2336cd04672adb81f96e8d7abb0fed2670f (patch) | |
| tree | 11e32625338cbf95c7f6c5bb2ed0cc8409984338 | |
| parent | df97f74fdd75a96171c6370b668e703769082321 (diff) | |
| download | admin-8c90a2336cd04672adb81f96e8d7abb0fed2670f.tar.gz | |
removed some procs from badprocs notify script
| -rwxr-xr-x | bin/badprocs.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/badprocs.py b/bin/badprocs.py index 863e365..ae41702 100755 --- a/bin/badprocs.py +++ b/bin/badprocs.py @@ -40,12 +40,9 @@ def mailAdmins(procsFound): if __name__ == "__main__": procsList = [ - "crowdserv", # sauerbraten "eggdrop", "miner", # lots of btc miners have this in the name "nmap", - "regen2", # sauerbraten - "sauer", # sauerbraten "torrent", "transmission", "tshark", |