[collectd] ipmi configuration
Peter Holik
peter at holik.at
Thu Dec 3 17:43:20 CET 2009
Sorry i have no RPM based systems here.
Is ipmi really working, can you see some values with a tool?
Here in debian/ubuntu i use
#> ipmitool sensor
so see some values like
Temp | 50.000 | degrees C | ok | na | na | na | 85.000
| 90.000 | na
Temp | 40.000 | degrees C | ok | 64.000 | na | -128.000 | -128.000
| na | na
Temp | 40.000 | degrees C | ok | 64.000 | na | -128.000 | -128.000
| na | na
Ambient Temp | 27.000 | degrees C | ok | na | 3.000 | 8.000 | 42.000
| 47.000 | na
CMOS Battery | 0x0 | discrete | 0x0080| na | na | na | na
| na | na
maybe try to add debugging to syslog in collectd.conf
LoadPlugin syslog
<Plugin syslog>
LogLevel debug
</Plugin>
cu Peter
> Thank you, that was a typo. But I still get the same error message in my
> logfile after I changed it. I tried collectd version 4.7.2 and 4.8.1, and
> got the same error in both logs.
>
> Am I missing any libraries required by IPMI? I installed the following RPM
> packages on my CentOS:
>
> OpenIPMI-2.0.16-5.el5_4.1
> OpenIPMI-devel-2.0.16-5.el5_4.1
> OpenIPMI-libs-2.0.16-5.el5_4.1
> ipmiutil-2.0.2-1.el5.rf
>> -NotifySensorNotPresent flase
>> +NotifySensorNotPresent false
>> > I am trying to use the IPMI plugin to collect all the sensors except the
>> > current sensor. I enabled the IPMI plugin and started collectd. But I
>> don't
>> > know how to find out if the IPMI plugin is running? I don't see any rrd
>> > files created by it in my rrdfile directory.
>> >
>> > Could you please help to see if there is anything wrong with my
>> > configuration. Here is the configuration of ipmi in /etc/collectd.conf
>> file:
>> >
>> > LoadPlugin ipmi
>> >
>> > <Plugin ipmi>
>> > Sensor "current"
>> > IgnoreSelected true
>> > NotifySensorAdd false
>> > NotifySensorRemove true
>> > NotifySensorNotPresent flase
>> > </Plugin>
More information about the collectd
mailing list