Code

sensors plugin: Change the DS of `voltage' to be named `value' as for other physical...
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 4 Feb 2007 09:15:10 +0000 (10:15 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 4 Feb 2007 09:15:10 +0000 (10:15 +0100)
src/sensors.c

index 862605a832ffcb7d8216f402fd0aeba44691ad5f..99b925685fa755de65013176d98a6e8cdaff8926 100644 (file)
@@ -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 =