It is rather uncommon to use Jenkins as a service health monitor, but you
might perform each of your checks as a JUnit test, write the results as a
JUnit file, then show the results as a JUnit test.  If a service is
unavailable, the JUnit results will show as a test failure.

If that's not a comfortable technique, you might consider creating a
multi-configuration job with one of the axes of the configurations being
the names of the servers you're checking.  A failure of one of those jobs
would be your indication that the service is not responding.

Mark Waite

On Fri, Nov 25, 2016 at 2:53 AM Gaganpreet Singh <
[email protected]> wrote:

> 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?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/e1abb6f9-ea01-41f3-85ee-a1443b05bb10%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-dev/e1abb6f9-ea01-41f3-85ee-a1443b05bb10%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtEHMDsz70HWGWD2TnRjR9CkZpwOgQoNhi030Ls8oEivjQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to