Health - Storage blank devices

Hi All

When I goto Health > Storage there are number of items with no device?
How do I get rid of them?

LibreNMS 21.4 CentOS 7.9 PHP 7.3 MariaDB 5.7

is daily running?

Hi Kevin

Yes daily.sh runs every day at 15:00,
but it is not actually running when I took the screen grab.

Sorry, should have said, they are not on any of the other Health pages, only storage.

Probably got orphaned somehow.

This will remove them:

lnms tinker --execute '\App\Models\Storage::whereDoesntHave("device")->delete()'

Worked a treat.

Many thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.