Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pavel Valach
Warden
Commits
f7885c5c
Commit
f7885c5c
authored
10 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
pridana hlavicka souboru; pridana promenna BASEDIR; zmena nazvu promennych; zmena popisnych textu
parent
f6512569
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/warden-client/etc/warden-client.conf
+33
-26
33 additions, 26 deletions
src/warden-client/etc/warden-client.conf
with
33 additions
and
26 deletions
src/warden-client/etc/warden-client.conf
+
33
−
26
View file @
f7885c5c
#
#
# warden-client.conf - configuration file for the
w
arden
sender/receiver
client
# warden-client.conf - configuration file for the
W
arden client
#
#
# Copyright (C) 2011-2015 Cesnet z.s.p.o
#
# Use of this source is governed by a BSD-style license, see LICENSE file.
#-------------------------------------------------------------------------------
# BASEDIR - base directory of Warden client
#-------------------------------------------------------------------------------
$
BASEDIR
=
"/opt/warden-client"
;
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# URI - URI address of Warden server
# URI - URI address of Warden server
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
$
URI
=
"https://warden
-c
.cesnet.cz:443/Warden"
;
$
URI
=
"https://warden.cesnet.cz:443/Warden"
;
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# SSL_KEY
_FILE
- path to client SSL
certificate key file
# SSL_KEY - path to client SSL
key
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
$
SSL_KEY
_FILE
=
"/opt/warden-client/etc/warden-client-key.pem
"
;
$
SSL_KEY
=
"/etc/ssl/private/warden.cesnet.cz.key
"
;
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# SSL_CERT
_FILE
- path to client SSL certificate
file
# SSL_CERT - path to client SSL certificate
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
$
SSL_CERT
_FILE
=
"/opt/warden-client/etc/warden-client-cert
.pem"
;
$
SSL_CERT
=
"/etc/ssl/certs/warden.cesnet.cz
.pem"
;
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# SSL_CA_
FILE
- path to CA certificate
file
# SSL_CA_
CERT
- path to CA certificate
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
$
SSL_CA_
FILE
=
"/
opt/warden-client/etc
/tcs-ca-bundle.pem"
;
$
SSL_CA_
CERT
=
"/
etc/ssl/certs
/tcs-ca-bundle.pem"
;
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# MAX_RCV_EVENTS_LIMIT - maximum number of events the client is allowd to get
# MAX_RCV_EVENTS_LIMIT - maximum number of events the client is allowd to get
# from the Warden server in one batch
# from the Warden server in one batch. 6000 events
# consumes app. 250 MB of memory
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
$
MAX_RCV_EVENTS_LIMIT
=
6000
;
#consumes app. 250 MB of memory
$
MAX_RCV_EVENTS_LIMIT
=
6000
;
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# CONNECTION_TIMEOUT - interval in seconds to timeout connection with Warden
# CONNECTION_TIMEOUT - interval in seconds to timeout connection with Warden
# server. If your client timeouts, consider using higher
# server. If your client timeouts, consider using higher
...
@@ -37,23 +46,21 @@ $MAX_RCV_EVENTS_LIMIT = 6000; #consumes app. 250 MB of memory
...
@@ -37,23 +46,21 @@ $MAX_RCV_EVENTS_LIMIT = 6000; #consumes app. 250 MB of memory
$
CONNECTION_TIMEOUT
=
60
;
$
CONNECTION_TIMEOUT
=
60
;
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Log options
# LOG_STDERR - enable/disable error reporting to stderr
#
# LOG_STDERR, LOG_SYSLOG - hide (0) or allow (1) error reporting on STDERR
# and/or to Syslog
# LOG_STDERR_VERBOSE, LOG_SYSLOG_VERBOSE - print only error message without
# a stack (0) or print debug info
# including err. message and stack (1)
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
$
LOG_STDERR
=
1
;
$
LOG_STDERR
=
1
;
$
LOG_SYSLOG
=
0
;
#-------------------------------------------------------------------------------
$
LOG_SYSLOG_FACILITY
=
"local7"
;
# SYSLOG - enable/disable syslog logging
#-------------------------------------------------------------------------------
$
LOG_VERBOSE
=
1
;
$
SYSLOG
=
1
;
1
;
#-------------------------------------------------------------------------------
# SYSLOG_VERBOSE - enable/disable logging in verbose mode (stack info added)
#-------------------------------------------------------------------------------
$
SYSLOG_VERBOSE
=
1
;
#-------------------------------------------------------------------------------
# SYSLOG_FACILITY - syslog facility
#-------------------------------------------------------------------------------
$
SYSLOG_FACILITY
=
"local7"
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment