From: Florian Forster Date: Sun, 4 Feb 2007 09:15:10 +0000 (+0100) Subject: sensors plugin: Change the DS of `voltage' to be named `value' as for other physical... X-Git-Tag: collectd-4.0.0~202 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a61396e002c6fafce636194b87f011caeb09131a;p=collectd.git sensors plugin: Change the DS of `voltage' to be named `value' as for other physical data-sets. --- 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 =