This commit is contained in:
Jokob-sk
2023-07-08 09:35:24 +10:00
parent a5aa3d550d
commit 235264ed1e
2 changed files with 20 additions and 12 deletions

View File

@@ -7,24 +7,19 @@ assignees: ''
---
**Describe the issue**
## Describe the issue
> When submitting an issue ❗[enable debug](https://github.com/jokob-sk/Pi.Alert/blob/main/docs/DEBUG_TIPS.md)❗ and [have a look at the docs](https://github.com/jokob-sk/Pi.Alert/tree/main/docs)
**Paste last few lines from `pialert.log`**
[describe your issue]
> You can use `tail -20 /home/pi/pialert/front/log/pialert.log`
## Paste your `pialert.conf` (remove personal info)
```
paste_here
```
**Paste your `pialert.conf` (remove personal info)**
```
paste_here
```
**Paste your `docker-compose.yml` and `.env` (remove personal info)**
## Paste your `docker-compose.yml` and `.env` (remove personal info)**
`docker-compose.yml`
@@ -38,5 +33,14 @@ paste_here
paste_here
```
**Screenshots**
If applicable, add screenshots to help explain your problem.
## Screenshots
[If applicable, add screenshots to help explain your problem.]
## Paste last few lines from `pialert.log`
> You can use `tail -100 /home/pi/pialert/front/log/pialert.log`
```bash
# paste_here

View File

@@ -62,6 +62,10 @@ services:
* Check that your `SCAN_SUBNETS` variable is using the correct mask and `--interface` as outlined in the instructions above.
### Invalid JSON
Check the [Invalid JSON errors debug help](/docs/DEBUG_INVALID_JSON.md) docs on how to proceed.
### sudo execution failing (e.g.: on arpscan) on a Raspberry Pi 4
> sudo: unexpected child termination condition: 0