From: octo Date: Fri, 9 Jun 2006 09:35:57 +0000 (+0000) Subject: apcups branch: Renamed the temperature-DS to `value' to work with existing plugins. X-Git-Tag: svn-trunk~13^2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9ad939222aa8eecdfc1201c694706e3ab0516fea;p=collectd.git apcups branch: Renamed the temperature-DS to `value' to work with existing plugins. --- diff --git a/src/apcups.c b/src/apcups.c index 566c6421..3e78bd7e 100644 --- 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:temperature:GAUGE:"COLLECTD_HEARTBEAT":-274:U", + "DS:value:GAUGE:"COLLECTD_HEARTBEAT":-274:U", }; static int temp_ds_num = 1;