Merge "Update doc for IPMI meters"

This commit is contained in:
Jenkins 2015-04-01 19:13:06 +00:00 committed by Gerrit Code Review
commit 7cfd70ee24
2 changed files with 75 additions and 1 deletions

View File

@ -193,6 +193,9 @@
<title>IPMI based meters</title>
<para>Another way of gathering IPMI based data is to use IPMI
sensors independently from the Bare metal module's components.
Same meters as <xref linkend="section_telemetry-ironic-metrics"/>
could be fetched except that origin is <literal>Pollster</literal>
instead of <literal>Notification</literal>.
</para>
<para>You need to deploy the
<systemitem class="service">ceilometer-agent-ipmi</systemitem>
@ -207,7 +210,8 @@
<literal>False</literal> in the <filename>ironic.conf</filename>
configuration file.</para>
</warning>
<para>The following meters are recorded from host based IPMI sensors:</para>
<para>Besides generic IPMI sensor data, the following Intel Node Manager
meters are recorded from capable platform:</para>
<xi:include href="tables/ceilometer-measurements-ipmi.xml"/>
</section>
<section xml:id="section_telemetry-snmp-metrics">

View File

@ -38,6 +38,76 @@
<td>Pollster</td>
<td>Current temperature of the system.</td>
</tr>
<tr>
<th colspan="6">Meters added in the Kilo release</th>
</tr>
<tr>
<td>hardware.ipmi.node.inlet_temperature</td>
<td>Gauge</td>
<td>C</td>
<td>host ID</td>
<td>Pollster</td>
<td>Inlet temperature of the system.</td>
</tr>
<tr>
<td>hardware.ipmi.node.outlet_temperature</td>
<td>Gauge</td>
<td>C</td>
<td>host ID</td>
<td>Pollster</td>
<td>Outlet temperature of the system.</td>
</tr>
<tr>
<td>hardware.ipmi.node.airflow</td>
<td>Gauge</td>
<td>CFM</td>
<td>host ID</td>
<td>Pollster</td>
<td>Volumetric airflow of the system, expressed as 1/10th of CFM.</td>
</tr>
<tr>
<td>hardware.ipmi.node.cups</td>
<td>Gauge</td>
<td>CUPS</td>
<td>host ID</td>
<td>Pollster</td>
<td>CUPS(Compute Usage Per Second) index data of the system.</td>
</tr>
<tr>
<td>hardware.ipmi.node.cpu_util</td>
<td>Gauge</td>
<td>%</td>
<td>host ID</td>
<td>Pollster</td>
<td>CPU CUPS utilization of the system.</td>
</tr>
<tr>
<td>hardware.ipmi.node.mem_util</td>
<td>Gauge</td>
<td>%</td>
<td>host ID</td>
<td>Pollster</td>
<td>Memory CUPS utilization of the system.</td>
</tr>
<tr>
<td>hardware.ipmi.node.io_util</td>
<td>Gauge</td>
<td>%</td>
<td>host ID</td>
<td>Pollster</td>
<td>IO CUPS utilization of the system.</td>
</tr>
<tr>
<th colspan="6">Meters renamed in the Kilo release</th>
</tr>
<tr>
<th colspan="3">Original Name</th>
<th colspan="3">New Name</th>
</tr>
<tr>
<td colspan="3">hardware.ipmi.node.temperature</td>
<td colspan="3">hardware.ipmi.node.inlet_temperature</td>
</tr>
</tbody>
</table>
</para>