Module: check_mk
Branch: master
Commit: 1baa3356910134dcbdf2a661fb5547b1077d8ab3
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1baa3356910134…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Tue Feb 12 15:01:21 2013 +0100
oracle_tablespaces helptext update
---
web/plugins/wato/check_parameters.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/web/plugins/wato/check_parameters.py b/web/plugins/wato/check_parameters.py
index a0ac722..1868e5d 100644
--- a/web/plugins/wato/check_parameters.py
+++ b/web/plugins/wato/check_parameters.py
@@ -679,7 +679,6 @@ checkgroups.append((
"first"
))
-
register_rule(group + '/' + subgroup_storage,
varname = "filesystem_groups",
title = _('Filesystem grouping patterns'),
@@ -1419,7 +1418,7 @@ checkgroups.append((
elements = [
( "levels",
Alternative(
- title = _("Total Memory Levels"),
+ title = _("Total tablespace size"),
elements = [
Tuple(
title = _("Percentage levels of free maximum
space"),
@@ -1462,7 +1461,8 @@ checkgroups.append((
help = _(""))),
]),
TextAscii(
- title = _("Service descriptions"),
+ title = _("Explicit tablespaces"),
+ help = _("Here you can set explicit tablespaces by defining them via SID and
the tablespace name, separated by a dot, for example
<b>pengt.TEMP</b>"),
allow_empty = False),
None))