The health status turns to OK as soon as the device communicates with the server by sending a checksum request or it sends monitoring data, this triggers "device recovery detection", which makes the system execute monitoring checks again on the device.
Opening the device details page has no effect on the device health status, the only difference it makes is that refreshing the page gets the latest information. So I am not really sure what problem you're pointing out. Do you care to expand? Best regards *Federico Capoano* OpenWISP OÜ Kotkapoja tn 2a-10, 10615, Harju maakond, Tallinn, Estonia VAT: EE101989729 +372 59361689 *openwisp.io* <http://openwisp.io> On Mon, 16 Feb 2026 at 01:49, Logunath K <[email protected]> wrote: > Dear team, > I am writing to report a potential synchronization issue > I've noticed in the OpenWISP2 dashboard regarding device health statuses. > > *Issue Description:* In the main device list page, several devices are > showing a *"Critical"* status. However, when I click on an individual > device to view its overview page, the status correctly updates to *"OK."* > > Interestingly, once I navigate back to the list page, the status for that > specific device remains "OK." This suggests that the status is only being > refreshed when the device's detail page is manually visited. > > *Technical Evidence:* I have verified this discrepancy using the Python > shell. Even when a device is physically reachable, the DeviceMonitoring > model still reflects a stale "critical" status until the web interface > triggers an update: > > > > > *>>> from openwisp_monitoring.device.models import DeviceMonitoring>>> d = > DeviceMonitoring.objects.get(device__id='[DEVICE_UUID]')>>> > print(d.status)critical* > > I've inspected the Celery task logs; all background processes appear to be > running correctly without any reported failures. > > regards, > > logu > > > > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion, visit > https://groups.google.com/d/msgid/openwisp/CAJy2ivrVO9gBxiJLL0BR8n_ta9EZdsZwqzJhOSafE05MxHhHug%40mail.gmail.com > <https://groups.google.com/d/msgid/openwisp/CAJy2ivrVO9gBxiJLL0BR8n_ta9EZdsZwqzJhOSafE05MxHhHug%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion, visit https://groups.google.com/d/msgid/openwisp/CAAGgX6%2BRxb27EzBAaCp_-5g9GgVyKF0Nav-6FVgFJHyoxxWMUQ%40mail.gmail.com.
