From a61396e002c6fafce636194b87f011caeb09131a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 4 Feb 2007 10:15:10 +0100 Subject: [PATCH] sensors plugin: Change the DS of `voltage' to be named `value' as for other physical data-sets. --- src/sensors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sensors.c b/src/sensors.c index 862605a8..99b92568 100644 --- 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] = { - {"voltage", DS_TYPE_GAUGE, NAN, NAN} + {"value", DS_TYPE_GAUGE, NAN, NAN} }; static data_set_t voltage_ds = -- 2.30.2