[collectd] sensors issue

Israel Garcia igalvarez at gmail.com
Thu Oct 1 21:55:29 CEST 2009


I tried to  configure sensors plugin on a dom0 server running debian
lenny. I can see sensors.so plugin file on lib folder.
I also installed and configure lm-sensors and it seems to be working:

vpsxx:/usr/local/src/# sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +49.0°C  (high = +76.0°C, crit = +100.0°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +49.0°C  (high = +76.0°C, crit = +100.0°C)
coretemp-isa-0002
Adapter: ISA adapter
Core 2:      +45.0°C  (high = +76.0°C, crit = +100.0°C)
coretemp-isa-0003
Adapter: ISA adapter
Core 3:      +48.0°C  (high = +76.0°C, crit = +100.0°C)

w83627dhg-isa-06e0
Adapter: ISA adapter
VCore:       +0.88 V  (min =  +0.00 V, max =  +1.74 V)
in1:        +10.14 V  (min =  +8.55 V, max =  +6.76 V)   ALARM
AVCC:        +3.06 V  (min =  +2.35 V, max =  +3.60 V)
3VCC:        +3.06 V  (min =  +0.70 V, max =  +2.05 V)   ALARM
in4:         +0.98 V  (min =  +0.87 V, max =  +0.72 V)   ALARM
in5:         +1.38 V  (min =  +1.99 V, max =  +0.64 V)   ALARM
in6:         +1.10 V  (min =  +5.32 V, max =  +0.31 V)   ALARM
VSB:         +3.06 V  (min =  +2.14 V, max =  +1.15 V)   ALARM
VBAT:        +3.01 V  (min =  +3.10 V, max =  +3.36 V)   ALARM
Case Fan:      0 RPM  (min = 10546 RPM, div = 128)  ALARM
CPU Fan:    1068 RPM  (min = 1188 RPM, div = 16)  ALARM
Aux Fan:    1406 RPM  (min =    0 RPM, div = 16)  ALARM
fan4:          0 RPM  (min = 2109 RPM, div = 128)  ALARM
Sys Temp:    +44.0°C  (high = -48.0°C, hyst = -83.0°C)  ALARM  sensor = diode
CPU Temp:    +53.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = diode
AUX Temp:   -128.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = diode
cpu0_vid:   +2.050 V

This is  my collectd.conf:

LoadPlugin network
Hostname vpsxx.domain
FQDNLookup true
Interval 30

<Plugin network>
Server "8x.2xx.1xx.xx" "25826"
</Plugin>

LoadPlugin cpu
LoadPlugin df
LoadPlugin disk
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin swap
LoadPlugin syslog
LoadPlugin hddtemp
LoadPlugin sensors

<Plugin "sensors">
  Sensor "w83627dhg-isa-06e0/temperature-temp1"
  Sensor "w83627dhg-isa-06e0/temperature-temp2"
  Sensor "w83627dhg-isa-06e0/fanspeed-fan1"
  Sensor "w83627dhg-isa-06e0/fanspeed-fan2"
</Plugin>

<Plugin "hddtemp">
  Host "127.0.0.1"
  Port "7634"
  TranslateDevicename false
</Plugin>


<Plugin "syslog">
  LogLevel "notice"
</Plugin>

After restarting collectd I see this error:

Oct  1 15:16:38 vpsxx collectdmon[24278]: Warning: restarting collectd
Oct  1 15:16:38 vpsxx collectdmon[24278]: Warning: collectd terminated
with exit status 127
Oct  1 15:16:38 vpsxx collectdmon[24278]: Warning: restarting collectd
Oct  1 15:16:38 vpsxx collectdmon[24278]: Warning: collectd terminated
with exit status 127
Oct  1 15:16:38 vpsxx collectdmon[24278]: Warning: restarting collectd
Oct  1 15:16:38 vpsxx collectdmon[24278]: Warning: collectd terminated
with exit status 127

Any ideas?

-- 
Regards;
Israel Garcia



More information about the collectd mailing list