We use webtest to check the login.

http://webtest.canoo.com/

e.g.

<?xml version="1.0"?>

<!DOCTYPE project SYSTEM "../dtd/Project.dtd">

<project default="test">

        <target name="test">

                <webtest name="Go to login">
                        <invoke url="https://cas.acme.com/";
description="Go to CAS"/>
                        <verifyTitle text="Central Authentication
Service" />
                        <setInputField name="username"
value="[email protected]" />
                        <setInputField name="password"
value="TopSecret999" />
                        <clickButton name="submit" />
                        <verifyTitle text="Home" />
                </webtest>

        </target>
</project>

-----Original Message-----
From: David Ruwoldt [mailto:[email protected]] 
Sent: Thursday, 19 March 2009 2:20 p.m.
To: [email protected]
Subject: [cas-user] Monitoring of CAS

Dear All,

CAS 3.3.1, RHEL 5.3, Tomcat 5

We have groundwork which sits on top of Nagios. What I need to be able
to do is monitor the ability to authenticate to CAS through a command
line script. Has anyone done this? 
Does anyone have any pointers?

I have found soapUI which looks like it may be able to do this for me
but it needs a WSDL file which I am not familiar with.

Any help would be very appreciated.

Yours sincerely

David Ruwoldt
--
David Ruwoldt
Senior Systems Specialist
Information Technology Services
Level 9, 9 Gawler Place
ADELAIDE UNIVERSITY SA 5005
AUSTRALIA

CRICOS Provider Number 00123M
-----------------------------------------------------------
This email message is intended only for the addressee(s) and contains
information that may be confidential and/or copyright.  If you are not
the intended recipient please notify the sender by reply email and
immediately delete this email. Use, disclosure or reproduction of this
email by anyone other than the intended recipient(s) is strictly
prohibited. No representation is made that this email or any attachments
are free of viruses. Virus scanning is recommended and is the
responsibility of the recipient.

--
You are currently subscribed to [email protected] as:
[email protected] To unsubscribe, change settings or access
archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to