Project

General

Profile

Bug #21588

Updated by Swapnil Abnave over 6 years ago

On foreman standalone instance: 

 <pre><code class="ruby"> 
 [root@centos7-foreman-1-14 foreman_maintain]# ./bin/foreman-maintain health check 
 Running ForemanMaintain::Scenario::FilteredScenario 
 ================================================================================ 
 Check whether all services are running using hammer ping:               [FAIL] 
 Error: No such sub-command 'ping' 

 See: 'hammer --help' 
 -------------------------------------------------------------------------------- 
 Continue with step [katello-service restart]?, [y(yes), n(no), q(quit)] n 
 Scenario [ForemanMaintain::Scenario::FilteredScenario] failed.                   

 The following steps ended up in failing state: 

   [hammer-ping] 

 Resolve the failed steps and rerun 
 the command. In case the failures are false positives, 
 use --whitelist="hammer-ping" 

 </code></pre> 

 ================================================================ 
 # rpm -q tfm-rubygem-hammer_cli 
 tfm-rubygem-hammer_cli-0.8.0-1.el7.noarch

Back