[Resmon-devel] [resmon commit] r435 - trunk/lib/Core/BSD
svn-commit at lists.omniti.com
svn-commit at lists.omniti.com
Sat Jan 29 15:00:37 EST 2011
Author: esproul
Date: 2011-01-29 15:00:37 -0500 (Sat, 29 Jan 2011)
New Revision: 435
Modified:
trunk/lib/Core/BSD/Sensor.pm
Log:
On second thought, don't bother returning the chip and sensor names as metrics.
Modified: trunk/lib/Core/BSD/Sensor.pm
===================================================================
--- trunk/lib/Core/BSD/Sensor.pm 2011-01-29 19:28:34 UTC (rev 434)
+++ trunk/lib/Core/BSD/Sensor.pm 2011-01-29 20:00:37 UTC (rev 435)
@@ -68,8 +68,6 @@
return {
"check_name" => [$self->{check_name}, "s"],
- "chip" => [$config->{chip}, "s"],
- "sensor" => [$config->{sensor}, "s"],
"value" => [$value, "n"]
};
};
More information about the Resmon-devel
mailing list