Skip to content
Snippets Groups Projects
Commit a6a72d76 authored by Jan Soukal's avatar Jan Soukal
Browse files

doplneny navratove hodnoty fce SaveNewEvent do sekce Arguments and calls.

parent 985a7df2
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ I. Functions, Arguments and Calls
@event = ($service, $detected, $type, $source_type, $source, $target_proto,
$target_port, $attack_scale, $note, $priority, $timeout );
Event array attributes with example value and explanation on the right
(Perl):
......@@ -394,6 +394,10 @@ I. Functions, Arguments and Calls
# considered timeouted.
$timeout = "20";
The return value of function SaveNewEvent is 1 when an event was
successfully received by the Warden server. Otherwise, the return value
is 0.
2. WardenClientReceive::getNewEvents
A function to download batch of events from the Warden server. Received
......
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