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:
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.
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.
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
ON_QA
ON_QA for real.
Verified. More info points to: https://rlx-2-06.rhndev.redhat.com/help/reference/s1-sm-monitor.html#S3-SM-MONITOR-STATUS-CURRENT now.
verified in stage. release pending.
Closed for Satellite 500 Release.