File: x2gobroker-loadchecker.default

package info (click to toggle)
x2gobroker 0.0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,520 kB
  • sloc: python: 7,176; sh: 1,409; makefile: 389; perl: 267; ansic: 38
file content (19 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# X2Go Session Broker (Load Checker Service) configuration
# SystemV-like init systems

# The X2Go Session Broker ships a daemon that checks X2Go Server
# system metrics in the background. If you want to use this daemon,
# enable it here and adapt x2gobroker.conf.
# NOTE: The load checker service only makes sense with broker setups
# that mediate X2Go load-balancing.
START_LOADCHECKER=false

# Control debug mode (0=disable, 1=enable) of the X2Go Broker Load Checker
# Service.
#
# Logging is (by default) written to /var/log/x2gobroker/*log.
#
# This option can also be configured in /etc/default/python-x2go.
# The value configured here overrides the value from python-x2go
# defaults and only sets the x2gobroker-loadchecker into debug mode.
#X2GOBROKER_DEBUG=0