You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am running into a few issues regarding to the storage space.
I have 2 instances of tpot installed, one Hive and one Sensor, the Sensor has been paired with the Hive using the ./deploy.sh script.
Now my first problem is, that my Hives OS storage is constantly running out of storage space (30GB). I have another partition (260GB) that i would love to use for collecting the honeypot log data instead: mounted on /data1 .
I have tried to change the TPOT_DATA_PATH = /data1 in the /tpotce/.env file, but that just causes my log collection to stop completely, while all the honeypots keep running on the hive itself (checked with command dps).
When i change the TPOT_DATA_PATH back to the standard ./data, it will work again.
I have aswell tried to change the /etc/docker/daemon.json to use /data1/docker instead of its initially coming /var/lib/docker variable setting, aswell with no success.
My second issue, or more like thought is, that my Sensor needs aswell to be reconfigurated according to a (hopefully) solution to my first problem. Which can be hopefully explained here aswell.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am running into a few issues regarding to the storage space.
I have 2 instances of tpot installed, one Hive and one Sensor, the Sensor has been paired with the Hive using the ./deploy.sh script.
Now my first problem is, that my Hives OS storage is constantly running out of storage space (30GB). I have another partition (260GB) that i would love to use for collecting the honeypot log data instead: mounted on
/data1
.I have tried to change the
TPOT_DATA_PATH
=/data1
in the/tpotce/.env
file, but that just causes my log collection to stop completely, while all the honeypots keep running on the hive itself (checked with commanddps
).When i change the
TPOT_DATA_PATH
back to the standard./data
, it will work again.I have aswell tried to change the
/etc/docker/daemon.json
to use/data1/docker
instead of its initially coming/var/lib/docker
variable setting, aswell with no success.My second issue, or more like thought is, that my Sensor needs aswell to be reconfigurated according to a (hopefully) solution to my first problem. Which can be hopefully explained here aswell.
Beta Was this translation helpful? Give feedback.
All reactions