Page History
...
This type of message likely indicates that the Global Scan page is attempting to display recent performance data from an element that was removed or deleted from Uptime Infrastructure Monitor. To verify this condition, run the following queries to see if there are entries in the entity_latest_data_sample table that do not correspond to an existing element in the entity table:
Code Block | ||
---|---|---|
| ||
select host_id from entity_latest_data_sample where host_id not in (select entity_id from entity); |
...