From 269d8a36613fc0287f99216c11b322723bc2a486 Mon Sep 17 00:00:00 2001 From: lvxianguo Date: Thu, 10 Jan 2019 19:02:01 +0800 Subject: [PATCH] modify the description Change-Id: I5c83f5b9210be9e6e2b6b490fe2f19410013cbfa --- monasca_setup/detection/plugins/check_mk_local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monasca_setup/detection/plugins/check_mk_local.py b/monasca_setup/detection/plugins/check_mk_local.py index a5001879..430fae30 100644 --- a/monasca_setup/detection/plugins/check_mk_local.py +++ b/monasca_setup/detection/plugins/check_mk_local.py @@ -26,7 +26,7 @@ check_mk_agent_paths = ['/usr/bin/check_mk_agent', class CheckMKLocal(monasca_setup.detection.Plugin): - """Identify existance of check_mk_agent by looking for the executable. + """Identify existence of check_mk_agent by looking for the executable. The check_mk_agent process itself does not need to be running in order for this plugin to work, the agent program itself can return local data. """