modify the description

Change-Id: I5c83f5b9210be9e6e2b6b490fe2f19410013cbfa
This commit is contained in:
lvxianguo 2019-01-10 19:02:01 +08:00
parent dd5441cd40
commit 269d8a3661
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""