summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2016-01-13 11:51:09 -0500
committerJakub Hrozek <jhrozek@redhat.com>2016-06-29 21:45:51 +0200
commitba5e2d5e261e5f3ac6ce00227595f7265d2c715e (patch)
treec8d63d692c2897421601e695bb89ac77bd99751d /src/config
parentf9f3dbc87d49bea05a54c2bcd9f7e40e4e8ab85a (diff)
downloadsssd-ba5e2d5e261e5f3ac6ce00227595f7265d2c715e.tar.gz
sssd-ba5e2d5e261e5f3ac6ce00227595f7265d2c715e.tar.xz
sssd-ba5e2d5e261e5f3ac6ce00227595f7265d2c715e.zip
Monitor: Remove ping infrastructure
Now thast services use an internal watchdog we do not need pings anymore, this will cut down the chatter and allow more flexible process management, for example socket activation and exit-on-idle. Resolves: https://fedorahosted.org/sssd/ticket/2921 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/SSSDConfig/__init__.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index 06127584f..52af1386c 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -45,7 +45,7 @@ option_strings = {
'debug_timestamps' : _('Include timestamps in debug logs'),
'debug_microseconds' : _('Include microseconds in timestamps in debug logs'),
'debug_to_files' : _('Write debug messages to logfiles'),
- 'timeout' : _('Ping timeout before restarting service'),
+ 'timeout' : _('Watchdog timeout before restarting service'),
'force_timeout' : _('Timeout between three failed ping checks and forcibly killing the service'),
'command' : _('Command to start service'),
'reconnection_retries' : _('Number of times to attempt connection to Data Providers'),