Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden - archive
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
713
Warden
Warden - archive
Commits
27ba1b80
Commit
27ba1b80
authored
13 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of homeproj.cesnet.cz:warden
parents
da525dc5
49315c1b
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
+42
-19
42 additions, 19 deletions
src/warden-server/doc/README
with
42 additions
and
19 deletions
src/warden-server/doc/README
+
42
−
19
View file @
27ba1b80
...
...
@@ -18,35 +18,46 @@ Content
--------------------------------------------------------------------------------
A. Overall Information
/*TODO*/Upravit pro kontext warden serveru
1. About Warden Client
Warden is a client-based architecture service designed to share detected
security issues (events) among CSIRT and CERT teams in a simple and fast way.
This package offers full client functionality to both report events to
server and to retreive batch of new events from server. It is composed from
several perl modules/libraries which should be included into local
application of detection of reaction type.
This package offers full server functionality to both install and maintain
Warden server and to register and/or unregister particular clients.
2. Version
1.0.0 (201
1-11-16
)
1.0.0 (201
2-01-31
)
3. Package structure
warden-client/
warden-server/
bin/
getClients.pl
getStatus.pl
registerReceiver.pl
registerSender.pl
unregisterClients.pl
warden-alive
wardend
warden-server.pl
doc/
example-sender.pl.txt
example-receiver.pl.txt
CHANGELOG
INSTALL
LICENSE
README
etc/
warden-client.conf
var/
warden-server.conf
lib/
WardenClientSend.pm
WardenClientReceive.pm
WardenConf.pm
WardenConf.pm
WardenReg.pm
WardenStatus.pm
sh/
create_table
install
update
--------------------------------------------------------------------------------
B. Installation Dependencies
...
...
@@ -182,7 +193,20 @@ G. Registration of Clients
1. Register Sender
/*TODO*/Doplnit...
New sender clients are registered in Warden system via
warden-server/bin/registerSender.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,
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
...
...
@@ -208,9 +232,8 @@ H. Status Info
--------------------------------------------------------------------------------
I. Nagios Integration
/*TODO*/Doplnit...
Is available via Nagios plugin /opt/warden-server/bin/warden-alive.
Nagios controll is available via Nagios plugin located in
/opt/warden-server/bin/warden-alive.
--------------------------------------------------------------------------------
J. Authors
...
...
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