You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
676 B
27 lines
676 B
4 years ago
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: "[BUG]"
|
||
|
labels: bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Screenshots**
|
||
|
If applicable, add screenshots to help explain your problem.
|
||
|
|
||
|
**Log Files**
|
||
|
If related to missing devices or SMART data, please run the `collector` in DEBUG mode, and attach the log file.
|
||
|
|
||
|
```
|
||
|
docker exec scrutiny scrutiny-collector-metrics run --debug --log-file /tmp/test.log
|
||
|
# then use docker cp to copy the log file out of the container.
|
||
|
docker cp scrutiny:/tmp/test.log test.log
|
||
|
```
|