From cca30802608680516c737a9f0395bea36c6fe1dc Mon Sep 17 00:00:00 2001
From: Tomas Plesnik <plesnik@ics.muni.cz>
Date: Mon, 6 Aug 2012 14:15:51 +0200
Subject: [PATCH] pridan popis _any_ pro nastaveni prijmu vsech typu udalosti
 ze serveru

---
 src/warden-server/bin/registerReceiver.pl | 2 +-
 src/warden-server/doc/README              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/warden-server/bin/registerReceiver.pl b/src/warden-server/bin/registerReceiver.pl
index b9df7a4..cada6e2 100755
--- a/src/warden-server/bin/registerReceiver.pl
+++ b/src/warden-server/bin/registerReceiver.pl
@@ -31,7 +31,7 @@ sub help {
   print "-h     print this text and exit\n";
   print "-n     hostname of receiver\n";
   print "-r     client registration requestor\n";
-  print "-t     type of received events\n";
+  print "-t     type of received events or '_any_' for receiving of all types of events\n";
   print "-o     enable receiving of own events\n";
   print "-i     CIDR of receiver\n";
   exit 0;
diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README
index ec0ebdf..0a775a8 100644
--- a/src/warden-server/doc/README
+++ b/src/warden-server/doc/README
@@ -272,8 +272,8 @@ E. Registration of Clients
     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),
+    type               - the type of events the client wish to receive or '_any_'
+    			 for receiving of all types of events,
     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.
-- 
GitLab