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
a506b12f
Commit
a506b12f
authored
12 years ago
by
Jan Soukal
Browse files
Options
Downloads
Patches
Plain Diff
opraveno generovani konfiguraku (ukoly 925 a 927)
parent
b90ae7d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/warden-client/sh/install.sh
+11
-3
11 additions, 3 deletions
src/warden-client/sh/install.sh
src/warden-client/sh/update.sh
+12
-3
12 additions, 3 deletions
src/warden-client/sh/update.sh
with
23 additions
and
6 deletions
src/warden-client/sh/install.sh
+
11
−
3
View file @
a506b12f
...
...
@@ -217,14 +217,22 @@ make_conf_file()
#-------------------------------------------------------------------------------
\$
MAX_RCV_EVENTS_LIMIT = 6000; #consumes app. 250 MB of memory
#-------------------------------------------------------------------------------
# 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 options
#
# LOG_STDERR, LOG_SYSLOG - hide (0) or allow (1) error reporting on STDERR
# and/or to Syslog
# LOG_S
TDERR_VERBOSE, LOG_SYSLOG_VERBOSE - print only error message without
#
a stack (0) or print debug info
#
including err. message and stack (1)
# LOG_S
YSLOG_FACILITY - specify a Syslog facility to log in
#
LOG_VERBOSE - print only error message without
a stack (0) or print debug info
# including err. message and stack (1)
#-------------------------------------------------------------------------------
\$
LOG_STDERR = 1;
...
...
This diff is collapsed.
Click to expand it.
src/warden-client/sh/update.sh
+
12
−
3
View file @
a506b12f
...
...
@@ -185,6 +185,7 @@ make_conf_file()
ssl_cert_file
=
`
cat
$conf_file
|
grep
'$SSL_CERT_FILE'
`
ssl_ca_file
=
`
cat
$conf_file
|
grep
'$SSL_CA_FILE'
`
max_rcv_events_limit
=
`
cat
$conf_file
|
grep
'$MAX_RCV_EVENTS_LIMIT'
`
connection_timeout
=
`
cat
$conf_file
|
grep
'$CONNECTION_TIMEOUT'
`
log_stderr
=
`
cat
$conf_file
|
grep
'$LOG_STDERR'
`
if
[
-z
$log_stderr
]
;
then
...
...
@@ -236,14 +237,22 @@ $ssl_ca_file
#-------------------------------------------------------------------------------
$max_rcv_events_limit
#-------------------------------------------------------------------------------
# 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
#-------------------------------------------------------------------------------
# Log options
#
# LOG_STDERR, LOG_SYSLOG - hide (0) or allow (1) error reporting on STDERR
# and/or to Syslog
# LOG_S
TDERR_VERBOSE, LOG_SYSLOG_VERBOSE - print only error message without
#
a stack (0) or print debug info
#
including err. message and stack (1)
# LOG_S
YSLOG_FACILITY - specify a Syslog facility to log in
#
LOG_VERBOSE - print only error message without
a stack (0) or print debug info
# including err. message and stack (1)
#-------------------------------------------------------------------------------
$log_stderr
...
...
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