Closed
Description
- Version of collectd: 5.8.0
- Operating system / distribution: Ubuntu-14.04
Expected behavior
Have metrics for temperature as I had with collectd-5.7
Actual behavior
No metrics for temperature. And I have this in the logs :
2017-12-15T09:30:45+00:00 <my hostname> collectd[97564]: ipmi plugin: main(3.2) entity.c(ipmi_entity_fetch_frus_cb): Unable to allocate the FRU: 26
2017-12-15T09:30:45+00:00 <my hostname> collectd[97564]: ipmi plugin: main(3.1) entity.c(ipmi_entity_fetch_frus_cb): Unable to allocate the FRU: 26
2017-12-15T09:30:45+00:00 <my hostname> collectd[97564]: ipmi plugin: main(0.20)(s,0) sdr.c(handle_sdr_data): SDR fetch error getting sdr 0x0: c1
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main(5.20)(s,0) sdr.c(handle_sdr_data): SDR fetch error getting sdr 0x0: c1
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.2.0.0.0 normal_fru.c(process_fru_info): FRU fields did not occur in the correct order
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.2.0.0.0 fru.c(fetch_complete): Unable to decode FRU information
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main(10.2) entity.c(fru_fetched_ent_cb):Error fetching entity 10.2 FRU: 26
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.1.0.0.0 normal_fru.c(process_fru_info): FRU fields did not occur in the correct order
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.1.0.0.0 fru.c(fetch_complete): Unable to decode FRU information
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main(10.1) entity.c(fru_fetched_ent_cb):Error fetching entity 10.1 FRU: 26
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.13.0.2.0 normal_fru.c(process_fru_info): FRU fields did not occur in the correct order
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.13.0.2.0 fru.c(fetch_complete): Unable to decode FRU information
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main(26.2) entity.c(fru_fetched_ent_cb):Error fetching entity 26.2 FRU: 26
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.10.0.3.0 normal_fru.c(process_fru_info): FRU fields did not occur in the correct order
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.10.0.3.0 fru.c(fetch_complete): Unable to decode FRU information
2017-12-15T09:30:46+00:00 <my hostname> collectd[97564]: ipmi plugin: main(11.2) entity.c(fru_fetched_ent_cb):Error fetching entity 11.2 FRU: 26
2017-12-15T09:30:47+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.4.0.3.0 normal_fru.c(process_fru_info): FRU fields did not occur in the correct order
2017-12-15T09:30:47+00:00 <my hostname> collectd[97564]: ipmi plugin: main .1.20.4.0.3.0 fru.c(fetch_complete): Unable to decode FRU information
2017-12-15T09:30:47+00:00 <my hostname> collectd[97564]: ipmi plugin: main(11.1) entity.c(fru_fetched_ent_cb):Error fetching entity 11.1 FRU: 26
Steps to reproduce
- basic installation of Collectd
- ipmi plugin configuration :
LoadPlugin ipmi
<Plugin "ipmi">
<Instance "default">
Sensor "Exhaust Temp system_board (7.1)"
Sensor "Inlet Temp system_board (7.1)"
Sensor "Temp processor (3.1)"
Sensor "Temp processor (3.2)"
IgnoreSelected false
NotifySensorAdd false
NotifySensorRemove true
NotifySensorNotPresent false
</Instance>
</Plugin>
Note : if you have any hint to give me, I can investigate myself.