Skip to content
Snippets Groups Projects
Commit d1026276 authored by Jan Soukal's avatar Jan Soukal
Browse files

dokoncena sekce G. Registration of Clients.

parent f6423f85
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,15 @@ F. Init Scripts
--------------------------------------------------------------------------------
G. Registration of Clients
/*TODO*/Popsat registraci klientu
The Warden server administrator is responsible for registering new clients or
removing those already registered. Both registration or unregistreation scripts
are provided in the Warden server package. Those scripts should be run from
localhost (the same machine the Warden server is installed and running on).
Members of Warden community who would like to have their client registered must
contact the Warden server administrator with the requirement. This is usually
done via secured e-mail. Requestor should provide all important data to the
Warden server administrator so that the client can be successfully registered.
1. Register Sender
......@@ -199,22 +207,46 @@ G. Registration of Clients
Following attributes must be provided in order to register new client
successfully:
hostname - hostname of the client,
requestor - organization or authorized person who demands new
client registration,
service - name of the service of a new registered client,
description_tags - tags describing the nature of the service,
ip_net_client - CIDR the client is only allowed to communicate from.
hostname - hostname of the client,
requestor - organization or authorized person who demands new
client registration,
service - name of the service of a new registered client,
description_tags - tags describing the nature of the service,
ip_net_client - CIDR the client is only allowed to communicate from.
One can always run registerSender.pl with -h argument to see a help.
2. Register Receiver
/*TODO*/Doplnit...
New receiver clients are registered in Warden system via
warden-server/bin/registerReceiver.pl.
Following attributes must be provided in order to register new client
successfully:
hostname - hostname of the client,
requestor - organization or authorized person who demands new
client registration,
type - the type of events the client wish to receive (only
this and nothing else)
receive_own_events - boolean value describing if events originating from
the same CIDR will be sent to the client.
ip_net_client - CIDR the client is only allowed to communicate from.
One can always run registerReceiver.pl with -h argument to see a help.
3. Unregister Client
/*TODO*/Doplnit...
In the Warden system, already register clients can be removed (unregistered)
via warden-server/bin/unregisterClient.pl.
Following attribute must be provided in order to unregister existing client
successfully:
client_id - ID of the client that should be removed (unregistered).
One can always run unregisterClient.pl with -h argument to see a help.
--------------------------------------------------------------------------------
H. Status Info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment