You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have replace a hdd disk for my NAS,but the record data not update。
i delete the device on table devices from sqlite db,and re-run collect to work-aroud to fix it。will you fix it?
the fix step as below:
scrutiny/config# sqlite3 scrutiny.db
sqlite> .tables devices
devices
sqlite> .schema devices
sqlite> select * from devices where host_id like '%woniu%';
sqlite> delete from devices where device_name = 'sde' and host_id like '%woniu%';
sqlite> select * from devices where host_id like '%woniu%';
sudo docker exec scrutiny-collector /opt/scrutiny/bin/scrutiny-collector-metrics run
The text was updated successfully, but these errors were encountered:
i have replace a hdd disk for my NAS,but the record data not update。
i delete the device on table devices from sqlite db,and re-run collect to work-aroud to fix it。will you fix it?
The text was updated successfully, but these errors were encountered: