This commit is contained in:
t3chn0m4g3
2024-02-28 21:05:03 +01:00
parent be74fc75ca
commit 519a101fdf
10 changed files with 37 additions and 36 deletions

View File

@ -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 \

View File

@ -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: