Tom

This is exactly the sort of information I was chasing.

I will let you know how I get on.

Additionally, I will post a doc on the AG website once I have the various tests 
in place.

Thanks for your feedback.

Cheers,
Jason.


-----Original Message-----
From: Thomas Uram [mailto:tu...@mcs.anl.gov] 
Sent: Thursday, 26 August 2010 7:14 AM
To: Jason Bell
Cc: ag-t...@mcs.anl.gov
Subject: Re: [AG-TECH] Monitoring of the Access Grid Services


We did this during the AG2 days. Those scripts are still in the SVN repo under 
tools/nagios, but would need to be rewritten to be useful.

As an alternative for the venue server, you can use the URL test from nagios 
with the WSDL URL for the server; for example

https://vv3.mcs.anl.gov:8000/VenueServer?WSDL

This will tell you if the SOAP interface is responsive, but will not 
unfortunately tell you if a VenueClient can successfully enter. Most of the 
time these two are synonymous, but not always.

For the bridge, you could easily build a good test using the "main" code from 
the AccessGrid/QuickBridgeClient.py module. This code requests a bridge from 
the bridge service, raising an exception if it fails. If it succeeds, then it 
pings the bridge and prints the round-trip time, and then tests the bridge to 
see if it can receive data from it (return value of 1 is success).

Tom



On Aug 22, 2010, at 11:00 PM, Jason Bell wrote:

> G'day all
> 
> Quick question.  Has anyone implemented any monitoring (particularly using 
> Nagios) any of the Access Grid services...  Examples include the monitoring 
> of the Venue Server and/or Unicast bridges.
> 
> I am looking to initially test a particular Venue Server using the simple 
> test of "telnet [Venue Server address] 8000".  But I was thinking that it 
> would be a lot smarter, if you could use the SOAP interface somehow to 
> provide a better testing mechanism.
> 
> So my question that I would like to ask, has anyone done anything similar and 
> if so, how did you go about it?  Does anyone has any ideas of better ways to 
> be able to test?
> 
> Many thanks in advance,
> Jason.
> 
> --------------------------------------------
> Jason Bell, B.I.T. (Honours)
> 
> Video Collaboration Team Leader
> Australian Research Collaboration Service
> http://www.arcs.org.au/
> 
> Research Systems Support Officer
> Information Technology Division 
> CQ University Australia
> 
> E-mail : j.b...@cqu.edu.au
>         jason.b...@arcs.org.au
> Work   : +61 7 4930 9229
> Mobile : 0409 630897
> Postal : Building 19
>         Central Queensland University
>         Bruce Highway
>         Rockhampton, Queensland, Australia, 4702
> --------------------------------------------
> Patience is a virtue.
> 
> But if I wanted Patience,
> I would have become a Doctor.
> --------------------------------------------
> 
> 

Reply via email to