 | New homepage The plug-in is being maintained by its owner/maintainers from a new home. The plug-in is still compatible with Hudson, however, the entry points for documentation and issue reporting have been combined in order to provide a single point of entry. |
Plugin Information
Monitors web site up/down status.
Comments (8)
Apr 13, 2010
David C. says:
Hi, This plugin is very useful to check if a server is available before trigger...Hi,
This plugin is very useful to check if a server is available before triggering any further action. However, it is cumbersome to browse through the jobs (and maintain the information many times) to find out on the build page whether the site is up or not. Is there a plan to make the site monitor overview available on the job page and/or the main hudson page, e.g. as portlet in the Dashboard View?
Best regards,
David
May 18, 2010
Cliffano Subagio says:
Hi David, (Sorry for late reply, I haven't been monitoring this wiki page). Th...Hi David,
(Sorry for late reply, I haven't been monitoring this wiki page).
The idea is that the build should fail when there's a site down. That way you don't have to go through the jobs to check if the sites are up or not, you can use one of Hudson job result notifier plugins to be alerted when a job fails.
If the job fails, then check one of the sites.
If the job passes, everything is up, you don't have to do anything.
Thanks,
Cliff.
Jun 02, 2010
vivot nicolas says:
Hi, A question about this plugin. I tried to use it to test web applications u...Hi,
A question about this plugin.
I tried to use it to test web applications using SPNEGO technology (authentification protocol - an auth. pop-up is displayed when logging in the URL of the application) but it failed.
I tried with both Firefox (that doesn't support SPNEGO authentification for the moment) and Internet Explorer (it works manually), the results are the sames.
Do you have an idea why it doesn't work? Or will it work in next release with application using SPNEGO authentification?
Best regards,
Nico.
Jul 08, 2010
Zak Jacobson says:
Hi- Is there any reason this plugin would not work with https urls? I'm gettin...Hi-
Is there any reason this plugin would not work with https urls? I'm getting this error and I'm not sure if it's my network or the plugin: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target - sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
URL: https: //[my url], response code: null, status: EXCEPTION
Is this a bug?
Thanks -
Zak
Sep 04, 2010
Leo Lima says:
It is an excelent plugin. Thanks for sharing. I was wondering if it is possible...It is an excelent plugin. Thanks for sharing.
I was wondering if it is possible to allow the use of enviroment variables to define the site URL. Something like:
http://${JOB_ID}I don't know about you, but in my company we use the URL as hudson job name for some automatic scripts due continuos integration process.
Cheers.
Nov 29, 2010
Riccardo Casatta says:
Hi, i would like this plugin manages also an uptime percentage like: totale suc...Hi,
i would like this plugin manages also an uptime percentage like:
totale success / total try
over the last N builds (where N is configurable)
Dec 09, 2010
Fabio Ribeiro says:
It will be great if plugin could verify pages protected by authentication.It will be great if plugin could verify pages protected by authentication.
Dec 17, 2010
Riccardo Casatta says:
Hi, i realized a shell script to calculate the uptime with the info from the log...Hi,
i realized a shell script to calculate the uptime with the info from the logs generated by the SiteMonitor Plugins,
if someone is interested here is a link with the script.