Time data was collected
Time data was collected
I'm trying to view the last time the disk usage data was collected from a server:
SELECT UNIXTIME(COLLECTIONTIME/1000) as `DateTime Collected` FROM HostDiskUtilDataCollected
However, these times are over 4 hours old...I was under the impression that the disk data was refreshed every hour.
Is the latest data stored somewhere else?
Thanks.