Module: check_mk
Branch: master
Commit: 9eb81b0688cf4335c655d2da8bca6ec6009b049d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=9eb81b0688cf43…
Author: Sebastian Herbord <sh(a)mathias-kettner.de>
Date: Wed May 25 08:39:37 2016 +0200
skype: typos fixed
---
checks/skype | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/checks/skype b/checks/skype
index 55cf35a..7144968 100644
--- a/checks/skype
+++ b/checks/skype
@@ -124,7 +124,7 @@ def check_skype(item, params, parsed):
levels=params['asp_requests_rejected'])
if "LS:WEB - Address Book File Download" in parsed:
- yield wmi_yield_raw_persec(parsed["LS:WEB - AdressBookFile Download"],
item,
+ yield wmi_yield_raw_persec(parsed["LS:WEB - Address Book File
Download"], item,
"WEB - Failed File Requests/Second",
label=" failed file requests/sec",
perfvar="failed_file_requests",
@@ -139,7 +139,7 @@ def check_skype(item, params, parsed):
if "LS:WEB - Auth Provider related calls" in parsed:
yield wmi_yield_raw_counter(parsed["LS:WEB - Auth Provider related
calls"], item,
- "Web - Failed validate cert calls to the cert
auth provider",
+ "WEB - Failed validate cert calls to the cert
auth provider",
label=" failed cert validations",
perfvar="failed_validate_cert",
levels=params['failed_validate_cert'])