I've to create Jenkins Page that would check the server status by SOAP UI and if server is accessible then green status would return and if server not accessible then red status updated in desire column.
problem description
1) We have 10 server on which latest build installed on daily basics, In Jenkins we wants to create a page which contains all 10 server and there corresponding status whether they are accessible or not (this will be checked by SOAPUI Script which we have, if server is accessible then green status would return and if server not accessible then red status updated in desire column.)
Question
Pls suggest which Plugin we can use for the same?