projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6fd462
)
sensors plugin: Change the DS of `voltage' to be named `value' as for other physical...
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 4 Feb 2007 09:15:10 +0000
(10:15 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sun, 4 Feb 2007 09:15:10 +0000
(10:15 +0100)
src/sensors.c
patch
|
blob
|
history
diff --git
a/src/sensors.c
b/src/sensors.c
index
862605a
..
99b9256
100644
(file)
--- a/
src/sensors.c
+++ b/
src/sensors.c
@@
-69,7
+69,7
@@
static data_set_t temperature_ds =
static data_source_t data_source_voltage[1] =
{
- {"v
oltag
e", DS_TYPE_GAUGE, NAN, NAN}
+ {"v
alu
e", DS_TYPE_GAUGE, NAN, NAN}
};
static data_set_t voltage_ds =