mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
1.9 KiB
1.9 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report for T-Pot | Bug report for T-Pot |
Before you post your issue make sure it has not been answered yet and provide basic support information
if you come to the conclusion it is a new issue.
- 🔍 Use the search function first
- 🧐 Check our WIKI
- 📚 Consult the documentation of 💻 Debian, 🐳 Docker, the 🦌 ELK stack and the 🍯 T-Pot Readme.
- ⚠️ Provide basic support information or similiar information with regard to your issue or we can not help you and will close the issue without further notice
⚠️ Basic support information (commands are expected to run as root
)
- What version of the OS are you currently using
lsb_release -a
anduname -a
? - What T-Pot version are you currently using?
- What edition (Standard, Nextgen, etc.) of T-Pot are you running?
- What architecture are you running on (i.e. hardware, cloud, VM, etc.)?
- Did you have any problems during the install? If yes, please attach
/install.log
/install.err
. - How long has your installation been running?
- Did you install upgrades, packages or use the update script?
- Did you modify any scripts or configs? If yes, please attach the changes.
- Please provide a screenshot of
glances
andhtop
. - How much free disk space is available (
df -h
)? - What is the current container status (
dps.sh
)? - What is the status of the T-Pot service (
systemctl status tpot
)? - What ports are being occupied? Stop T-Pot
systemctl stop tpot
and runnetstat -tulpen
- If a single container shows as
DOWN
you can rundocker logs <container-name>
for the latest log entries