Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1625630

Summary: health check on Capsule does not check if the services are up and running
Product: Red Hat Satellite Reporter: Martin Bacovsky <mbacovsk>
Component: Satellite MaintainAssignee: Martin Bacovsky <mbacovsk>
Status: CLOSED ERRATA QA Contact: Nikhil Kathole <nkathole>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: anerurka, apatel, ehelms, inecas, kgaikwad, mbacovsk, nkathole, pcreech, peter.vreman
Target Milestone: 6.4.0Keywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rubygem-foreman_maintain-0.2.10-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-10-16 15:16:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1122832, 1619394    

Description Martin Bacovsky 2018-09-05 11:58:07 UTC
Currently we use hammer ping in Checks::HammerPing and remap the resources back to services. This approach if quite fragile, works only on server and can miss some failing services.
Since recently foreman maintain is aware of the services installed on the system and we can leverage this in the check.

Comment 1 Martin Bacovsky 2018-09-05 11:58:13 UTC
Created from redmine issue https://projects.theforeman.org/issues/24793

Comment 2 Martin Bacovsky 2018-09-05 11:58:17 UTC
Upstream bug assigned to None

Comment 4 Martin Bacovsky 2018-09-05 12:08:11 UTC
How to reproduce:

# systemctl stop foreman-proxy
# foreman-maintain health check
Running ForemanMaintain::Scenario::FilteredScenario
================================================================================
Check for verifying syntax for ISP DHCP configurations:               [SKIPPED]
DHCP feature is not enabled
--------------------------------------------------------------------------------
Check whether system is self-registered or not:                       [OK]
--------------------------------------------------------------------------------

The health check is positive even when the proxy service does not run. This should be the very basic feature and should work since beginning.

Comment 5 Satellite Program 2018-09-11 18:02:29 UTC
Upstream bug assigned to mbacovsk

Comment 6 Satellite Program 2018-09-11 18:02:33 UTC
Upstream bug assigned to mbacovsk

Comment 7 Satellite Program 2018-09-17 18:02:39 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/24793 has been resolved.

Comment 11 Patrick Creech 2018-09-24 14:43:51 UTC
snap 23, not 63

Comment 12 Nikhil Kathole 2018-09-25 10:01:28 UTC
VERIFIED

Version tested:
# rpm -qa | grep maintain
rubygem-foreman_maintain-0.2.10-1.el7sat.noarch

[root@qe-capsule-feature-rhel7 ~]# systemctl stop foreman-proxy
[root@qe-capsule-feature-rhel7 ~]# foreman-maintain health check
Running ForemanMaintain::Scenario::FilteredScenario
================================================================================
Check for verifying syntax for ISP DHCP configurations:               [SKIPPED]
DHCP feature is not enabled
--------------------------------------------------------------------------------
Check whether all services are running:                               [FAIL]
Following services are not running: foreman-proxy
--------------------------------------------------------------------------------
Continue with step [Restart applicable services]?, [y(yes), n(no), q(quit)] y
Restart applicable services:                                                    
Stopping the following service(s):

foreman-proxy
\ stopping foreman-proxy                                                        
Redirecting to /bin/systemctl stop foreman-proxy.service
| All services stopped                                                          
Starting the following service(s):

foreman-proxy
\ starting foreman-proxy                                                        
Redirecting to /bin/systemctl start foreman-proxy.service
| All services started                                                [OK]      
--------------------------------------------------------------------------------
Rerunning the check after fix procedure
Check whether all services are running:                               [OK]
--------------------------------------------------------------------------------
Check whether system is self-registered or not:                       [OK]
--------------------------------------------------------------------------------

Comment 14 errata-xmlrpc 2018-10-16 15:16:57 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:2926

Comment 15 Bryan Kearney 2018-11-08 21:53:43 UTC
*** Bug 1622650 has been marked as a duplicate of this bug. ***