print"\n Script is supposed to be used as a simple command-line warden client that can send one event to the warden server at a time. For more information about the Warden system and it's events' structure, please see warden-client/doc/README file.\n";
print"\nExample #2: ./command-line-sender.pl --service=ScanGuardian --event-type=portscan --source-type=IP --timestamp=\"2013-04-25T13:36:31\" --source-value=\"123.123.1.23\" --proto=TCP --port=25 --attack-scale=1234 --note=\"The very first run of ScanGuardian :)\" --warden-dir \"/opt/warden/warden-client\"\n";
print"\nNOTE: For more information how to use particular values see warden-client/doc/README file.\n\n";
print"\nNOTE: For more information how to use particular values see warden-client/doc/README file.\n\n";
...
@@ -64,7 +77,7 @@ if (!getopts("s:d:t:o:v:p:r:a:n:w:h") ||
...
@@ -64,7 +77,7 @@ if (!getopts("s:d:t:o:v:p:r:a:n:w:h") ||