Module: check_mk
Branch: master
Commit: 744c4fbfde992d587ffaa17dfae916badc5c8436
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=744c4fbfde992d…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu May 23 15:31:35 2013 +0200
Removed some trailing spaces
---
checkman/apache_status | 10 +++++-----
checkman/esx_vsphere_hostsystem.multipath | 4 ++--
checkman/oracle_rman_backups | 2 +-
checkman/winperf_processor.util | 2 +-
checks/apache_status | 2 +-
checks/winperf_tcp_conn | 2 +-
web/plugins/wato/check_mk_configuration.py | 4 ++--
7 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/checkman/apache_status b/checkman/apache_status
index 8b5aac2..7db72bb 100644
--- a/checkman/apache_status
+++ b/checkman/apache_status
@@ -16,19 +16,19 @@ description:
The plugin tries to autodetect all running apache servers. If that fails
for some reason you need to create the configuration file
{/etc/check_mk/apache_status.cfg} and list your servers here. Write
- a Python list of dicts for protocol, servername and port.
- With the optional item 'page' its posible to change the status page from
server-status to a
+ a Python list of dicts for protocol, servername and port.
+ With the optional item 'page' its posible to change the status page from
server-status to a
name you want
examples:
- servers = [
+ servers = [
{
- 'protocol' : 'http',
+ 'protocol' : 'http',
'address' : 'localhost',
'port' : 80 ,
},
{
- 'protocol' : 'https',
+ 'protocol' : 'https',
'address' : 'localhost',
'port' : 443 ,
'page' : 'server-status-2',
diff --git a/checkman/esx_vsphere_hostsystem.multipath
b/checkman/esx_vsphere_hostsystem.multipath
index 3d9fcb2..0a736bf 100644
--- a/checkman/esx_vsphere_hostsystem.multipath
+++ b/checkman/esx_vsphere_hostsystem.multipath
@@ -6,11 +6,11 @@ distribution: check_mk
description:
This check monitors the state of all Multipath devices
on an ESX host system. It gets critical if at least one
- path is dead or in {unknown} state.
+ path is dead or in {unknown} state.
It gets warning if at least one path is disabled or in standby mode.
inventory:
- One service per multipath device will be created. Paths
+ One service per multipath device will be created. Paths
to local disk are ignored.
item:
diff --git a/checkman/oracle_rman_backups b/checkman/oracle_rman_backups
index 4c58d0a..e0de61e 100644
--- a/checkman/oracle_rman_backups
+++ b/checkman/oracle_rman_backups
@@ -4,7 +4,7 @@ author: Lars Michelsen <lm(a)mathias-kettner.de>
license: GPL
distribution: check_mk
description:
- This check monitors backup jobs configured with RMAN
+ This check monitors backup jobs configured with RMAN
(Recovery Manager) in ORACLE databases. It checks the state
of the last executed backup and outputs the execution times.
diff --git a/checkman/winperf_processor.util b/checkman/winperf_processor.util
index 774a4d1..8f5792c 100644
--- a/checkman/winperf_processor.util
+++ b/checkman/winperf_processor.util
@@ -35,4 +35,4 @@ parameters(dict): A dictionary with the following keys:
{"average"}: A number of minutes for enabling averaging.
[configuration]
-winperf_cpu_default_levels(dict): Default levels, preset to { "levels": (101.0,
101.0) }
+winperf_cpu_default_levels(dict): Default levels, preset to { "levels": (101.0,
101.0) }
diff --git a/checks/apache_status b/checks/apache_status
index a1db19d..991aebf 100644
--- a/checks/apache_status
+++ b/checks/apache_status
@@ -135,7 +135,7 @@ def check_apache_status(item, params, info):
display_value = '%0.2f' % value
else:
display_value = '%d' % value
-
+
extra_info = ""
extra_perf = []
if params.get(key) and len(apache_status_fields[key]) > 2:
diff --git a/checks/winperf_tcp_conn b/checks/winperf_tcp_conn
index 14a9ce4..8d4b7af 100644
--- a/checks/winperf_tcp_conn
+++ b/checks/winperf_tcp_conn
@@ -60,7 +60,7 @@ def check_winperf_tcp_conn(item, params, info):
infotext += "(!) (warning at %d)" % warn
infotext += ", "
perfdata.append( (name, value, warn, crit) )
-
+
infotext = infotext[:-2]
return worst_state, infotext, perfdata
diff --git a/web/plugins/wato/check_mk_configuration.py
b/web/plugins/wato/check_mk_configuration.py
index 1bc5f19..1f5992b 100644
--- a/web/plugins/wato/check_mk_configuration.py
+++ b/web/plugins/wato/check_mk_configuration.py
@@ -1275,7 +1275,7 @@ register_rule(group,
default_value = [ "d", "u", "r", "f",
"s" ],
),
title = _("Notified events for hosts"),
- help = _("This ruleset allows you to restrict notifications of host problems
to certain "
+ help = _("This ruleset allows you to restrict notifications of host problems
to certain "
"states, e.g. only notify on DOWN, but not on UNREACHABLE. Please
select the types "
"of events that should initiate notifications. Please note that
several other "
"filters must also be passed in order for notifications to finally
being sent out."),
@@ -1299,7 +1299,7 @@ register_rule(group,
default_value = [ "w", "u", "c", "r",
"f", "s" ],
),
title = _("Notified events for services"),
- help = _("This ruleset allows you to restrict notifications of service
problems to certain "
+ help = _("This ruleset allows you to restrict notifications of service
problems to certain "
"states, e.g. only notify on CRIT, but not on WARN. Please select the
types "
"of events that should initiate notifications. Please note that
several other "
"filters must also be passed in order for notifications to finally
being sent out."),