-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] how to remove zombie data? #696
Comments
Can't say how that happened, but removing sounds like a lot of pain. First you need to find scrutiny internal database. Assuming you running omnibus docker image it will be in |
not work Dashboard |
this no null device_name,but dashboard show /DEV/- column, what's wrong? What's the views sql of Dashboard? sqlite> select host_id,device_name from devices; |
I think something happened during the deletion it removed the entry in SQLite db but they are remaining data in influxdb for the device. if it finds some data in influxdb that are not linked to a device in SQLite it create a zombie device in the frontend. See here :
|
could you please fix this bug |
I'm not the maintainer I don't know if there is valid reason to do so.
It worked for me |
there is a zombie data wich not have any disk information, how to remove it from dashboard?
i use the delete device in “…” menu, but no response, how ?
The text was updated successfully, but these errors were encountered: