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

zmena volani funkce saveNewEvents; pridan modul warnings; uprava data

parent 54b9dcf1
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/perl -w #!/usr/bin/perl
# #
# Copyright (C) 2011-2013 Cesnet z.s.p.o # Copyright (C) 2011-2015 Cesnet z.s.p.o
# #
# Use of this source is governed by a BSD-style license, see LICENSE file. # Use of this source is governed by a BSD-style license, see LICENSE file.
use Switch;
use strict; use strict;
use warnings;
use Switch;
use DateTime; use DateTime;
my $warden_path = '/opt/warden-client'; my $warden_path = '/opt/warden-client';
require $warden_path . '/lib/WardenClientSend.pm'; require $warden_path . '/lib/WardenClient.pm';
my $service = "test"; my $service = "test";
# service is needed in authorization process of the client, # service is needed in authorization process of the client,
...@@ -84,7 +86,7 @@ my @event = ( ...@@ -84,7 +86,7 @@ my @event = (
$timeout, # $timeout $timeout, # $timeout
); );
WardenClientSend::saveNewEvent($warden_path, \@event); WardenClient::saveNewEvent(\@event);
#foreach (@event) { #foreach (@event) {
# print "$_\n"; # print "$_\n";
......
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