mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -40,7 +40,6 @@ RUN ARCH=$(arch) && \
|
||||
python3-boto3 \
|
||||
python3-bson \
|
||||
python3-yaml \
|
||||
python3-psutil \
|
||||
fonts-liberation && \
|
||||
#
|
||||
# Get and install dionaea
|
||||
@ -96,6 +95,7 @@ RUN ARCH=$(arch) && \
|
||||
python3 \
|
||||
python3-boto3 \
|
||||
python3-bson \
|
||||
python3-psutil \
|
||||
python3-yaml \
|
||||
libcurl4 \
|
||||
libemu2 \
|
||||
|
2
docker/dionaea/dist/cpu_check.py
vendored
2
docker/dionaea/dist/cpu_check.py
vendored
@ -3,7 +3,7 @@ import sys
|
||||
import time
|
||||
|
||||
if len(sys.argv) != 3:
|
||||
print("Usage: script.py <PID> <CPU_USAGE_THRESHOLD>")
|
||||
print("Usage: cpu_check.py <PID> <CPU_USAGE_THRESHOLD>")
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user