Bug 240572 - Broken link FILL ME IN
Summary: Broken link FILL ME IN
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite 5
Classification: Red Hat
Component: Server
Version: 500
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Devan Goodwin
QA Contact: Brandon Perkins
URL:
Whiteboard:
Depends On:
Blocks: 173427
TreeView+ depends on / blocked
 
Reported: 2007-05-18 14:55 UTC by Jan Pazdziora (Red Hat)
Modified: 2007-07-31 16:31 UTC (History)
1 user (show)

Fixed In Version: sat500
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-26 03:04:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan Pazdziora (Red Hat) 2007-05-18 14:55:29 UTC
Description of problem:

I remember that I've seen a broken link

/rhn/systems/details/FILL ME IN

on the title page of the Satellite. It happened after I've upgraded the
satellite and had the monitoring a little bit broken.

Version-Release number of selected component (if applicable):

5.0.0-31

How reproducible:

Seen once. I still have the URL in my browser history.

Steps to Reproduce:
1. Have monitoring broken but some probes already configured.
2. Go to the title page.
3. There somewhere there is this bad link.

Or better:

1. Look into
http://svn.rhndev.redhat.com/viewcvs/trunk/eng/java/code/webapp/WEB-INF/pages/systems/sdc/overview.jsp?rev=115676&view=auto
  
Actual results:

      <c:if test="${probeListEmpty != 'true'}">
        <div class="systeminfo">
          <div class="systeminfo-left">
            <c:choose>
              <c:when test="${probeList[0].state == 'CRITICAL'}">
                <img src="/img/rhn-mon-down.gif"/>  <bean:message
key="sdc.details.overview.probes.critical" arg0="FILL ME IN"/>
              </c:when>
              <c:otherwise>
                <img src="/img/rhn-mon-warning.gif"/>  <bean:message
key="sdc.details.overview.probes.warning" arg0="FILL ME IN"/>
              </c:otherwise>
            </c:choose>
          </div>

Expected results:

The arg0 probably should have some other value.

Additional info:

Comment 1 Jan Pazdziora (Red Hat) 2007-05-18 15:09:24 UTC
So, it's on a system oversion page

/rhn/systems/details/Overview.do?sid=1000010001

The reproducer is -- have a probe, make it critical (for example by
/etc/init.d/network stop on that registered system), and there will be

Critical System Health (more info)

and that "more info" will have the link with FILL ME IN.

Comment 2 Devan Goodwin 2007-05-18 19:59:57 UTC
What should "more info" link to here? I'm setting it up for a link to the
system's monitoring page for now, but note that the probe appears beside the
link so I'm not sure if we need "more info" at all here, or if it should point
to a documentation location.

Comment 3 Devan Goodwin 2007-05-19 15:43:46 UTC
Used a link to help instead.

Fixed in revision: 116472

Modified:

trunk/eng/java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource_en_US.xml
trunk/eng/java/code/webapp/WEB-INF/pages/systems/sdc/overview.jsp

Comment 4 Mike McCune 2007-05-21 21:54:56 UTC
ON_QA

Comment 5 Mike McCune 2007-05-21 21:57:38 UTC
ON_QA for real.

Comment 6 Brandon Perkins 2007-05-22 19:14:46 UTC
Verified.  More info points to:
https://rlx-2-06.rhndev.redhat.com/help/reference/s1-sm-monitor.html#S3-SM-MONITOR-STATUS-CURRENT
now.

Comment 7 Miroslav Suchý 2007-06-19 17:10:08 UTC
verified in stage. release pending.

Comment 8 Brandon Perkins 2007-06-26 03:04:29 UTC
Closed for Satellite 500 Release.


Note You need to log in before you can comment on or make changes to this bug.