Status Page Discussion

Hi guys,
would like to get your focus and help please

I am trying to have some status page for my microservices project.
I want to have ‘Green square’ in my main dashboard when every microservice is ok.

In another dashboard i want to have the microservices status as ‘squares’,
so when one or more microservice is down (got some unique queries for each) its need to be a ‘Red square’.

How can i propogate the status up to the top?

Thanks !