mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
Update CONTRIBUTING.MD
This commit is contained in:
parent
c1434c0fb0
commit
bf51829dca
1 changed files with 6 additions and 8 deletions
|
@ -3,13 +3,13 @@
|
|||
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](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first
|
||||
- 🧐 Check our [WIKI](https://github.com/dtag-dev-sec/tpotce/wiki)
|
||||
- 📚 Consult the documentation of
|
||||
- - 💻 [Debian](https://www.debian.org/doc/),
|
||||
- - 🐳 [Docker](https://docs.docker.com/),
|
||||
- - the 🦌 [ELK stack](https://www.elastic.co/guide/index.html)
|
||||
- - and the 🍯 [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md).
|
||||
- 📚 Consult the documentation of 💻 [Debian](https://www.debian.org/doc/), 🐳 [Docker](https://docs.docker.com/), the 🦌 [ELK stack](https://www.elastic.co/guide/index.html) and the 🍯 [T-Pot Readme](https://github.com/dtag-dev-sec/tpotce/blob/master/README.md).
|
||||
- **⚠️ Provide [basic support information](#info) or similiar information with regard to your issue or we can not help you and will close the issue without further notice ⚠️**
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<a name="info"></a>
|
||||
## ⚠️ Basic support information (commands are expected to run as `root`) ⚠️
|
||||
|
||||
|
@ -25,7 +25,5 @@ Before you post your issue make sure it has not been answered yet and provide `b
|
|||
- 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?
|
||||
- - 1. Stop T-Pot `systemctl stop tpot`
|
||||
- - 2. Run `netstat -tulpen`
|
||||
- What ports are being occupied? Stop T-Pot `systemctl stop tpot` and run `netstat -tulpen`
|
||||
- If a single container shows as `DOWN` you can run `docker logs <container-name>` for the latest log entries
|
||||
|
|
Loading…
Reference in a new issue