projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab5d1c8
)
ipmi plugin: Add a stupi bug which prevented basically all sensors from being collected.
author
Florian Forster
<octo@noris.net>
Fri, 4 Apr 2008 08:54:40 +0000
(10:54 +0200)
committer
Florian Forster
<octo@noris.net>
Fri, 4 Apr 2008 08:54:40 +0000
(10:54 +0200)
src/ipmi.c
patch
|
blob
|
history
diff --git
a/src/ipmi.c
b/src/ipmi.c
index
5e4a6ad
..
bba4599
100644
(file)
--- a/
src/ipmi.c
+++ b/
src/ipmi.c
@@
-121,7
+121,7
@@
static void sensor_read_handler (ipmi_sensor_t *sensor,
return;
}
- if (value_present != IPMI_
RAW_VALUE
_PRESENT)
+ if (value_present != IPMI_
BOTH_VALUES
_PRESENT)
{
INFO ("ipmi plugin: sensor_read_handler: Removing sensor %s, "
"because it provides %s.",