From 9ad939222aa8eecdfc1201c694706e3ab0516fea Mon Sep 17 00:00:00 2001 From: octo Date: Fri, 9 Jun 2006 09:35:57 +0000 Subject: [PATCH] apcups branch: Renamed the temperature-DS to `value' to work with existing plugins. --- src/apcups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2