sidebar gives bold HTML output

Bug #1284965 reported by Anne Gentle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
David Cramer

Bug Description

The sidebar markup seems correct, look at https://review.openstack.org/#/c/75994/4/doc/openstack-ops/ch_ops_log_monitor.xml

The output, such as http://docs-draft.openstack.org/94/75994/4/check/gate-operations-guide-tox-doc-publish-checkbuild/0159b4b/publish-docs/trunk/openstack-ops/content/logging_monitoring.html

has bold all the way down the rest of the HTML file.

The HTML source is:

I don't see an unclosed div or b tag, but maybe you can find it? Possibly it's the class="titlepage" getting added all the way down?

<div class="sidebar"><div xmlns="" class="titlepage"><div><div><p xmlns="http://www.w3.org/1999/xhtml" class="title"><strong/></p></div></div></div><b>Nagios</b><p>Nagios is an open source monitoring service. It's
                capable of executing arbitrary commands to check the
                status of server and network services, remotely
                executing arbitrary commands directly on servers, and
                allow servers to push notifications back in the form
                of passive monitoring. Nagios has been around since
                1999. Although newer monitoring services are
                available, Nagios is a tried-and-true systems
                administration staple.</p></div><div class="section"><div xmlns="" class="titlepage"><div><div><h3 xmlns="http://www.w3.org/1999/xhtml" class="title"><a id="process_monitoring"> </a>Process Monitoring</h3></div></div></div><p>A basic type of alert monitoring is to simply check
                and see if a required process is running. For example,
                ensure that the <code class="code">nova-api</code> service is
                running on the Cloud Controller:</p><pre class="screen"># ps aux | grep nova-api
nova 12786 0.0 0.0 37952 1312 ? Ss Feb11 0:00 su -s /bin/sh -c exec nova-api --config-file=/etc/nova/nova.conf nova
nova 12787 0.0 0.1 135764 57400 ? S Feb11 0:01 /usr/bin/python /usr/bin/nova-api --config-file=/etc/nova/nova.conf
nova 12792 0.0 0.0 96052 22856 ? S Feb11 0:01 /usr/bin/python /usr/bin/nova-api --config-file=/etc/nova/nova.conf
nova 12793 0.0 0.3 290688 115516 ? S Feb11 1:23 /usr/bin/python /usr/bin/nova-api --config-file=/etc/nova/nova.conf
nova 12794 0.0 0.2 248636 77068 ? S Feb11 0:04 /usr/bin/python /usr/bin/nova-api --config-file=/etc/nova/nova.conf
root 24121 0.0 0.0 11688 912 pts/5 S+ 13:07 0:00 grep nova-api</pre><p>You can create automated alerts for critical
                processes by using Nagios and NRPE. For example, to
                ensure that the <code class="code">nova-compute</code> process is
                running on compute nodes, create an alert on your
                Nagios server that looks like this:</p><pre class="programlisting">define service {
    host_name c01.example.com
    check_command check_nrpe_1arg!check_nova-compute
    use generic-service
    notification_period 24x7
    contact_groups sysadmins
    service_description nova-compute
}</pre><p>Then on the actual compute node, create the
                following NRPE configuration:</p><pre class="programlisting">\command[check_nova-compute]=/usr/lib/nagios/plugins/check_procs -c 1: -a nova-compute</pre><p>Nagios checks that at least one nova-compute service
                is running at all times.</p></div>

Tags: doc-builds
Changed in openstack-manuals:
status: Confirmed → In Progress
status: In Progress → Confirmed
importance: Undecided → Medium
Revision history for this message
Anne Gentle (annegentle) wrote :
Changed in openstack-manuals:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.