Provide that status information displayed on client admin page (including log) on pifr_server in something like 5-10 second intervals.

Comments

boombatower’s picture

Shouldn't be too difficult, but I would shy away from allowing people to browse to the clients. I have even considered removing the url from the client information collect (not displayed) since the API no-long requires it. That continues the idea that the clients could be wherever and come and go from places like Amazon. That requires that the clients to send status updates to qa.d.o and that qa.d.o store them and display them.

Main question is do we want to have that always happen or only when someone requests it (more complicated) to keep load on clients down. Or the simpler have server request from clients...but that breaks the PULL architecture.