diff --git a/doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml b/doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml index cb4d882d11..198cd02918 100644 --- a/doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml +++ b/doc/admin-guide-cloud/telemetry/section_telemetry-measurements.xml @@ -193,6 +193,9 @@ IPMI based meters Another way of gathering IPMI based data is to use IPMI sensors independently from the Bare metal module's components. + Same meters as + could be fetched except that origin is Pollster + instead of Notification. You need to deploy the ceilometer-agent-ipmi @@ -207,7 +210,8 @@ False in the ironic.conf configuration file. - The following meters are recorded from host based IPMI sensors: + Besides generic IPMI sensor data, the following Intel Node Manager + meters are recorded from capable platform:
diff --git a/doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ipmi.xml b/doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ipmi.xml index 9530247e49..2324d4f246 100644 --- a/doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ipmi.xml +++ b/doc/admin-guide-cloud/telemetry/tables/ceilometer-measurements-ipmi.xml @@ -38,6 +38,76 @@ Pollster Current temperature of the system. + + Meters added in the Kilo release + + + hardware.ipmi.node.inlet_temperature + Gauge + C + host ID + Pollster + Inlet temperature of the system. + + + hardware.ipmi.node.outlet_temperature + Gauge + C + host ID + Pollster + Outlet temperature of the system. + + + hardware.ipmi.node.airflow + Gauge + CFM + host ID + Pollster + Volumetric airflow of the system, expressed as 1/10th of CFM. + + + hardware.ipmi.node.cups + Gauge + CUPS + host ID + Pollster + CUPS(Compute Usage Per Second) index data of the system. + + + hardware.ipmi.node.cpu_util + Gauge + % + host ID + Pollster + CPU CUPS utilization of the system. + + + hardware.ipmi.node.mem_util + Gauge + % + host ID + Pollster + Memory CUPS utilization of the system. + + + hardware.ipmi.node.io_util + Gauge + % + host ID + Pollster + IO CUPS utilization of the system. + + + Meters renamed in the Kilo release + + + Original Name + New Name + + + hardware.ipmi.node.temperature + hardware.ipmi.node.inlet_temperature +