X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHoneycombSetup.py;h=8a05ad7583f1f93effbf1c0fa82493c98e51216c;hp=b8c47fac03a793d763195fbf5d9deef734dec3cb;hb=839c9c1a64524fe236ff435e6fbd3fe29eb97603;hpb=440370de3fc66d5bb9754a55fa78ccce8c598f5d diff --git a/resources/libraries/python/honeycomb/HoneycombSetup.py b/resources/libraries/python/honeycomb/HoneycombSetup.py index b8c47fac03..8a05ad7583 100644 --- a/resources/libraries/python/honeycomb/HoneycombSetup.py +++ b/resources/libraries/python/honeycomb/HoneycombSetup.py @@ -265,7 +265,7 @@ class HoneycombSetup(object): """ cmds = ("netstat -anp | grep java", - "ps -ef | grep karaf") + "ps -ef | grep [h]oneycomb") logger.info("Checking node {} ...".format(node['host'])) for cmd in cmds: