Devices are not showing in LibreNMS panel

Hi,
We are using LibreNMS on our server. Suddenly, the disk was full. So we have increased disk size and ran ./daily.sh script. but now no devices are showing in LibreNMS panel. Can you please let me know how to fix this issue. We have attached screenshot, please check

Thank you!

What is the output of ./validate.php ?
Is the partition on which the RRD files live the one you grew?

[root@librenms librenms]# ./validate.php

Component Version
LibreNMS 1.64.1-248-gdba7daa
DB Schema 2020_06_23_00522_alter_availability_perc_column (170)
PHP 7.2.10
Python 3.6.8
MySQL 5.5.60-MariaDB
RRDTool 1.4.8
SNMP NET-SNMP 5.7.2

====================================

[OK] Composer Version: 1.10.8
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
html/js/L.Control.Locate.min.js
html/js/L.Control.Locate.min.js.map
html/js/Leaflet.GoogleMutant.js
html/js/RrdGraphJS/DragCursor.cur
html/js/RrdGraphJS/MoveCursor.cur
html/js/RrdGraphJS/moment-timezone-with-data.js
html/js/RrdGraphJS/q-5.0.2.min.js
html/js/RrdGraphJS/rrdGraphPng.js
html/js/app.js
html/js/boot.js
html/js/bootstrap-datetimepicker.min.js
html/js/bootstrap-hover-dropdown.min.js
html/js/bootstrap-switch.js
html/js/bootstrap-switch.min.js
html/js/bootstrap.js
and 88 more…
[root@librenms librenms]#

Are those files you created yourself?

Nope , we have not created those files by ourself.

Then you can run the github script to remove those files. You want to end up with a clean validate.php for a start, and then take it from there.

Hi,

Thanks a lot . it worked

./scripts/github-remove -d

./validate.php

I am glad it worked. Think it would be good if you could mark this as solved?