From 8a1ae2ffa059e9ffb22cd0d0ecdc8ffbbb63c1f8 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Tue, 14 Jun 2022 21:41:22 -0700 Subject: [PATCH] Update TROUBLESHOOTING_DEVICE_COLLECTOR.md --- docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md b/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md index a277c6e..dbea27a 100644 --- a/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md +++ b/docs/TROUBLESHOOTING_DEVICE_COLLECTOR.md @@ -205,7 +205,7 @@ apt update && apt install -y sqlite3 sqlite3 /opt/scrutiny/config/scrutiny.db # 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 @@ -267,4 +267,4 @@ Or if you're not using docker, you can pass CLI arguments to the collector durin ```bash scrutiny-collector-metrics run --debug --log-file /tmp/collector.log -``` \ No newline at end of file +```