diff --git a/src/warden-client/doc/example-info.pl.txt b/src/warden-client/doc/example-info.pl.txt index f84e263b306845a96a4afad6cf1be34e197ad9ec..3a9d29422bd2a98ab9a713eba180694b8c65e803 100755 --- a/src/warden-client/doc/example-info.pl.txt +++ b/src/warden-client/doc/example-info.pl.txt @@ -18,7 +18,7 @@ use strict; # This code should developer add into his/her application. # Path to warden-client directory -my $warden_path = '/home/soukal/pokus/warden/warden-client/'; +my $warden_path = '/opt/warden-client/'; # Inclusion of warden-client receiving functionality require $warden_path . '/lib/WardenClientCommon.pm'; diff --git a/src/warden-client/doc/example-receiver.pl.txt b/src/warden-client/doc/example-receiver.pl.txt index ecfefc249a3daf2991f1f5b5ed76075e1ddeb489..19a628749db699d06c58fce0e8f6f5afbfc61142 100755 --- a/src/warden-client/doc/example-receiver.pl.txt +++ b/src/warden-client/doc/example-receiver.pl.txt @@ -18,7 +18,7 @@ use strict; # This code should developer add into his/her application. # Path to warden-client directory -my $warden_path = '/home/soukal/pokus/warden/warden-client/'; +my $warden_path = '/opt/warden-client/'; # Inclusion of warden-client receiving functionality require $warden_path . '/lib/WardenClientReceive.pm'; diff --git a/src/warden-client/doc/example-sender-random.pl.txt b/src/warden-client/doc/example-sender-random.pl.txt index 07a9e77493949e7dd9cf5cbf476802c8fa726e36..bbbe80a08f20890082c543b55b424b961fc3ef14 100755 --- a/src/warden-client/doc/example-sender-random.pl.txt +++ b/src/warden-client/doc/example-sender-random.pl.txt @@ -36,7 +36,7 @@ use Switch; use strict; use DateTime; -my $warden_path = '/home/soukal/pokus/warden-2.2-beta-package/warden-client-2.2-beta-installation-3/dummy/foo/whatever/warden-client'; +my $warden_path = '/opt/warden-client'; require $warden_path . '/lib/WardenClientSend.pm'; my $service = "test"; diff --git a/src/warden-client/doc/example-sender.pl.txt b/src/warden-client/doc/example-sender.pl.txt index e123eaf1a41fe8791f07ae9bf73eeb23b872aa17..ed5cbcc1bde7bc313f1572f5747c39f797827e81 100755 --- a/src/warden-client/doc/example-sender.pl.txt +++ b/src/warden-client/doc/example-sender.pl.txt @@ -45,7 +45,7 @@ my @event = ($service, $detected, $type, $source_type, $source, # (with corresponding paths appropriately changed). # Path to warden-client folder -my $warden_path = '/home/soukal/pokus/warden/warden-client'; +my $warden_path = '/opt/warden-client'; # Inclusion of warden-client sender module require $warden_path . '/lib/WardenClientSend.pm'; diff --git a/src/warden-client/etc/warden-client.conf b/src/warden-client/etc/warden-client.conf index 34a06b1418631e32d139b3477bb0b34e34c1234f..8e2569380c0babcdac35cd69e6f5111b5a29d771 100644 --- a/src/warden-client/etc/warden-client.conf +++ b/src/warden-client/etc/warden-client.conf @@ -10,17 +10,17 @@ $URI = "https://warden-c.cesnet.cz:443/Warden"; #------------------------------------------------------------------------------- # SSL_KEY_FILE - path to client SSL certificate key file #------------------------------------------------------------------------------- -$SSL_KEY_FILE = "/home/soukal/client-test/2.0.0_beta/warden-client/etc/warden-c.cesnet.cz.key"; +$SSL_KEY_FILE = "/opt/warden-client/etc/warden-client-key.pem"; #------------------------------------------------------------------------------- # SSL_CERT_FILE - path to client SSL certificate file #------------------------------------------------------------------------------- -$SSL_CERT_FILE = "/home/soukal/client-test/2.0.0_beta/warden-client/etc/warden-c.cesnet.cz.pem"; +$SSL_CERT_FILE = "/opt/warden-client/etc/warden-client-cert.pem"; #------------------------------------------------------------------------------- # SSL_CA_FILE - path to CA certificate file #------------------------------------------------------------------------------- -$SSL_CA_FILE = "/etc/ssl/certs/tcs-ca-bundle.pem"; +$SSL_CA_FILE = "/opt/warden-client/etc/tcs-ca-bundle.pem"; #------------------------------------------------------------------------------- # MAX_RCV_EVENTS_LIMIT - maximum number of events the client is allowd to get