From 49bb9608caa1c4bdb49a4a0069bd017f671d6eb4 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Mon, 28 Feb 2011 15:13:15 +0200 Subject: [PATCH] Add MessageTimeout parameter and description to the config file --- .../stargazer/inst/freebsd/etc/stargazer/stargazer.conf | 7 +++++++ projects/stargazer/inst/linux/etc/stargazer/stargazer.conf | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf b/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf index ae5e1382..004ced0e 100644 --- a/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf +++ b/projects/stargazer/inst/freebsd/etc/stargazer/stargazer.conf @@ -149,6 +149,13 @@ ModulesPath = /usr/lib/stg # Default: /var/stargazer/monitor #MonitorDir=/var/stargazer/monitor +# Defines message maximum lifetime +# Note: 0 — unlimited +# Parameter: optional +# Value: any numeric +# Default: 0 (day) +# MessagesTimeout = 0 + ################################################################################ # Store module # Configure the module that works with the database server diff --git a/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf b/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf index ae5e1382..004ced0e 100644 --- a/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf +++ b/projects/stargazer/inst/linux/etc/stargazer/stargazer.conf @@ -149,6 +149,13 @@ ModulesPath = /usr/lib/stg # Default: /var/stargazer/monitor #MonitorDir=/var/stargazer/monitor +# Defines message maximum lifetime +# Note: 0 — unlimited +# Parameter: optional +# Value: any numeric +# Default: 0 (day) +# MessagesTimeout = 0 + ################################################################################ # Store module # Configure the module that works with the database server -- 2.43.2