Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pavel Valach
Warden
Commits
d1026276
Commit
d1026276
authored
13 years ago
by
Jan Soukal
Browse files
Options
Downloads
Patches
Plain Diff
dokoncena sekce G. Registration of Clients.
parent
f6423f85
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/warden-server/doc/README
+41
-9
41 additions, 9 deletions
src/warden-server/doc/README
with
41 additions
and
9 deletions
src/warden-server/doc/README
+
41
−
9
View file @
d1026276
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment