projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e1d69d
)
apcups branch: Renamed the temperature-DS to `value' to work with existing plugins.
author
octo
<octo>
Fri, 9 Jun 2006 09:35:57 +0000
(09:35 +0000)
committer
octo
<octo>
Fri, 9 Jun 2006 09:35:57 +0000
(09:35 +0000)
src/apcups.c
patch
|
blob
|
history
diff --git
a/src/apcups.c
b/src/apcups.c
index
566c642
..
3e78bd7
100644
(file)
--- a/
src/apcups.c
+++ b/
src/apcups.c
@@
-99,7
+99,7
@@
static char *temp_file_template = "apcups/temperature.rrd";
static char *temp_ds_def[] =
{
/* -273.15 is absolute zero */
- "DS:
temperatur
e:GAUGE:"COLLECTD_HEARTBEAT":-274:U",
+ "DS:
valu
e:GAUGE:"COLLECTD_HEARTBEAT":-274:U",
};
static int temp_ds_num = 1;