Update TROUBLESHOOTING_DEVICE_COLLECTOR.md
This commit is contained in:
@@ -205,7 +205,7 @@ apt update && apt install -y sqlite3
|
|||||||
sqlite3 /opt/scrutiny/config/scrutiny.db
|
sqlite3 /opt/scrutiny/config/scrutiny.db
|
||||||
|
|
||||||
# reset/update the devices table, unset the failure status.
|
# reset/update the devices table, unset the failure status.
|
||||||
UPDATE devices SET device_status = null
|
UPDATE devices SET device_status = null;
|
||||||
|
|
||||||
# exit sqlite CLI
|
# exit sqlite CLI
|
||||||
.exit
|
.exit
|
||||||
@@ -267,4 +267,4 @@ Or if you're not using docker, you can pass CLI arguments to the collector durin
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
scrutiny-collector-metrics run --debug --log-file /tmp/collector.log
|
scrutiny-collector-metrics run --debug --log-file /tmp/collector.log
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user