From 49315c1beee2f2b2bc889d85f0af67375a6df70c Mon Sep 17 00:00:00 2001
From: Jan Soukal <soukal@ics.muni.cz>
Date: Mon, 23 Jan 2012 19:33:40 +0100
Subject: [PATCH] Doplnena veticka do sekce Nagios Integration. Doplnena
 podsekce Register Sender.

---
 src/warden-server/doc/README | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README
index 4ca856f..802546f 100644
--- a/src/warden-server/doc/README
+++ b/src/warden-server/doc/README
@@ -193,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
 
@@ -219,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
-- 
GitLab