Skip to content
Snippets Groups Projects
Commit cca30802 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

pridan popis _any_ pro nastaveni prijmu vsech typu udalosti ze serveru

parent 728ca11d
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ sub help { ...@@ -31,7 +31,7 @@ sub help {
print "-h print this text and exit\n"; print "-h print this text and exit\n";
print "-n hostname of receiver\n"; print "-n hostname of receiver\n";
print "-r client registration requestor\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 "-o enable receiving of own events\n";
print "-i CIDR of receiver\n"; print "-i CIDR of receiver\n";
exit 0; exit 0;
......
...@@ -272,8 +272,8 @@ E. Registration of Clients ...@@ -272,8 +272,8 @@ E. Registration of Clients
hostname - hostname of the client, hostname - hostname of the client,
requestor - organization or authorized person who demands new requestor - organization or authorized person who demands new
client registration, client registration,
type - the type of events the client wish to receive (only type - the type of events the client wish to receive or '_any_'
this and nothing else), for receiving of all types of events,
receive_own_events - boolean value describing if events originating from receive_own_events - boolean value describing if events originating from
the same CIDR will be sent to the client, the same CIDR will be sent to the client,
ip_net_client - CIDR the client is only allowed to communicate from. ip_net_client - CIDR the client is only allowed to communicate from.
......
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