From bc06c90e67c518fcb0af08e1a0608a1e112f82e0 Mon Sep 17 00:00:00 2001 From: Kengo Takahara Date: Wed, 19 Apr 2017 18:28:03 +0900 Subject: [PATCH] Fix typo of hostmonitor There is a typo in hostmonitor's comment. This patch fixed it. Change-Id: Ia57bb5281e19f211bddcfab8f3289d3cd9bfead0 --- masakarimonitors/hostmonitor/host_handler/handle_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masakarimonitors/hostmonitor/host_handler/handle_host.py b/masakarimonitors/hostmonitor/host_handler/handle_host.py index 0ca2d56..ac6e77f 100644 --- a/masakarimonitors/hostmonitor/host_handler/handle_host.py +++ b/masakarimonitors/hostmonitor/host_handler/handle_host.py @@ -112,7 +112,7 @@ class HandleHost(driver.DriverBase): command = cmd_str.split(' ') try: - # Execute crmadmin command. + # Execute tcpdump command. out, err = utils.execute(*command, run_as_root=True) # If command doesn't raise exception, nic is normal.