mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-14 04:08:09 +00:00
Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
572d90a1a9
commit
391097a2a1
1 changed files with 5 additions and 12 deletions
17
.github/ISSUE_TEMPLATE.md
vendored
17
.github/ISSUE_TEMPLATE.md
vendored
|
@ -6,33 +6,26 @@ Thank you for your decision to contribute to T-Pot.
|
||||||
|
|
||||||
Please feel free to post your problems, ideas and issues [here](https://github.com/dtag-dev-sec/tpotce/issues). We will try to answer ASAP, but to speed things up we encourage you to ...
|
Please feel free to post your problems, ideas and issues [here](https://github.com/dtag-dev-sec/tpotce/issues). We will try to answer ASAP, but to speed things up we encourage you to ...
|
||||||
- [ ] Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first
|
- [ ] Use the [search function](https://github.com/dtag-dev-sec/tpotce/issues?utf8=%E2%9C%93&q=) first
|
||||||
- [ ] Check the [FAQ](#faq)
|
- [ ] Check the FAQs in our [WIKI](https://github.com/dtag-dev-sec/tpotce/wiki)
|
||||||
- [ ] Provide [basic support information](#info) with regard to your issue
|
- [ ] Provide [basic support information](#info) with regard to your issue
|
||||||
|
|
||||||
Thank you :smiley:
|
Thank you :smiley:
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
<a name="faq"></a>
|
|
||||||
### FAQ
|
|
||||||
|
|
||||||
##### Where can I find the honeypot logs?
|
|
||||||
###### The honeypot logs are located in `/data/`. You have to login via ssh and run `sudo cd /data/`. Do not change any permissions here or T-Pot will fail to work.
|
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
|
|
||||||
<a name="info"></a>
|
<a name="info"></a>
|
||||||
### Baisc support information
|
### Basic support information
|
||||||
|
|
||||||
- What T-Pot version are you currtently using?
|
- What T-Pot version are you currently using?
|
||||||
- Are you running on a Intel NUC or a VM?
|
- Are you running on a Intel NUC or a VM?
|
||||||
- How long has your installation been running?
|
- How long has your installation been running?
|
||||||
- Did you install any upgrades or packages?
|
- Did you install any upgrades or packages?
|
||||||
- Did you modify any scripts?
|
- Did you modify any scripts?
|
||||||
- Have you turned persistence on/off?
|
- Have you turned persistence on/off?
|
||||||
- How much RAM available (login via ssh and run `htop`)?
|
- How much RAM is available (login via ssh and run `htop`)?
|
||||||
- How much stress are the CPUs under (login via ssh and run `htop`)?
|
- How much stress are the CPUs under (login via ssh and run `htop`)?
|
||||||
- How much swap space is being used (login via ssh and run `htop`)?
|
- How much swap space is being used (login via ssh and run `htop`)?
|
||||||
- How much free disk space is available (login via ssh and run `sudo df -h`)?
|
- How much free disk space is available (login via ssh and run `sudo df -h`)?
|
||||||
- What is the current container status (login via ssh and run `sudo start.sh`)?
|
- What is the current container status (login via ssh and run `sudo dps.sh`)?
|
||||||
|
|
Loading…
Reference in a new issue