Skip to content
Snippets Groups Projects
+------------------------------------------+
| README - Warden Client 2.2-nosoap-alpha2 |
+------------------------------------------+

WARNING - this code is experimental and especially documentation may not
exactly reflect the exact state of affairs.

Content

 A. Overall Information
 B. Installation Dependencies
 C. Installation, Configuration, Registration, Usage


--------------------------------------------------------------------------------
A. Overall Information

 1. About Warden Client
 
    Warden is a client-based architecture service designed to share detected
    security events (issues) among CSIRT and CERT teams in a simple and fast
    way.
    
    This package offers a client capable of both reporting events to server and 
    retreiving batch of new events from server. It consists of several Perl 
    modules/libraries which should be included into detection applications.

    This is experimental version of Warden client without dependence on
    SOAP::Lite and LWP::Protocol::https. However it is designed to work with
    existing SOAP capable Warden server and expose exactly the same API as
    SOAP::Lite based client (so there's no need for any changes in existing
    applications whatsoever).
 
--------------------------------------------------------------------------------
B. Installation Dependencies
  
    Perl                  >= 5.10.1  
    Net::SSLeay           >= 1.55
    XML::Parser           >= 2.41
    FindBin               >= 1.50
    DateTime              >= 0.61
    Carp                  >= 1.11

--------------------------------------------------------------------------------
C. Installation, Configuration, Registration, Usage

    This code is experimental and does not yet have streamlined instalation.
    Simply copy the tree into desired place (usually /opt/warden-client, or
    preferably /opt/warden-client-nosoap), add necessary certificates, edit
    etc/warden-client.conf to your liking and from your application import
    library and call the API exactly the same way you did with original SOAP
    client (see the readme or examples in doc directory).

    For configuration, registration and usage please refer to documentation
    of original SOAP based Warden client.

--------------------------------------------------------------------------------

Copyright (C) 2011-2013 Cesnet z.s.p.o