Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Warden - archive
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
713
Warden
Warden - archive
Commits
e6f2b793
Commit
e6f2b793
authored
10 years ago
by
Tomáš Plesník
Browse files
Options
Downloads
Patches
Plain Diff
pridana sablona pro install.sh
parent
5020fcbf
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.tmpl
+66
-0
66 additions, 0 deletions
src/warden-client/etc/warden-client.conf.tmpl
with
66 additions
and
0 deletions
src/warden-client/etc/warden-client.conf.tmpl
0 → 100644
+
66
−
0
View file @
e6f2b793
#
# warden-client.conf - configuration file for the Warden 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 = "_BASEDIR_";
#-------------------------------------------------------------------------------
# URI - URI address of Warden server
#-------------------------------------------------------------------------------
$URI = "https://warden.cesnet.cz:443/Warden";
#-------------------------------------------------------------------------------
# SSL_KEY - path to client SSL key
#-------------------------------------------------------------------------------
$SSL_KEY = "_KEYFILE_";
#-------------------------------------------------------------------------------
# SSL_CERT - path to client SSL certificate
#-------------------------------------------------------------------------------
$SSL_CERT = "_CERTFILE_";
#-------------------------------------------------------------------------------
# SSL_CA_CERT - path to CA certificate
#-------------------------------------------------------------------------------
$SSL_CA_CERT = "_CAFILE_";
#-------------------------------------------------------------------------------
# MAX_RCV_EVENTS_LIMIT - maximum number of events the client is allowd to get
# from the Warden server in one batch. 6000 events
# consumes app. 250 MB of memory
#-------------------------------------------------------------------------------
$MAX_RCV_EVENTS_LIMIT = 6000;
#-------------------------------------------------------------------------------
# CONNECTION_TIMEOUT - interval in seconds to timeout connection with Warden
# server. If your client timeouts, consider using higher
# timeout number. Also, in case of receiving clients, you
# can optimize the MAX_RCV_EVENTS_LIMIT value.
#-------------------------------------------------------------------------------
$CONNECTION_TIMEOUT = 60;
#-------------------------------------------------------------------------------
# LOG_STDERR - enable/disable error reporting to stderr
#-------------------------------------------------------------------------------
$LOG_STDERR = 1;
#-------------------------------------------------------------------------------
# SYSLOG - enable/disable syslog logging
#-------------------------------------------------------------------------------
$SYSLOG = 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