mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Update README.md
This commit is contained in:
parent
6e00d18508
commit
ac5bd21da9
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -253,11 +253,19 @@ tpotinit | chmod: /data/nginx/cert: Permission denied
|
|||
```sh
|
||||
chmod -R 770 data
|
||||
```
|
||||
**Note:** You may also encounter the following errors during T-Pot initialization:
|
||||
```
|
||||
tpotinit | chmod: /data/adbhoney/downloads.tgz: No such file or directory
|
||||
tpotinit | chmod: /data/cowrie/log/ttylogs.tgz: No such file or directory
|
||||
tpotinit | chmod: /data/cowrie/downloads.tgz: No such file or directory
|
||||
```
|
||||
These errors are not critical and T-Pot should still function correctly.
|
||||
|
||||
---
|
||||
<a name="management-tips"></a>
|
||||
### 2.2 Management Tips 🛟
|
||||
|
||||
1. **Kibana **: Kibana does not start immediately as it needs to establish a connection with Elasticsearch. Generally, the containers that take the longest to start are Kibana, Dionaea and Conpot. To monitor the status of the containers, you can run:
|
||||
1. **Kibana**: Kibana does not start immediately as it needs to establish a connection with Elasticsearch. Generally, the containers that take the longest to start are Kibana, Dionaea and Conpot. To monitor the status of the containers, you can run:
|
||||
```sh
|
||||
docker ps -a
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue