Changeset f50afbc75240d0d2f49970bc5c81f084a4242468
- Timestamp:
- 01/29/11 20:00:37
(2 years ago)
- Author:
- Eric Sproul <esproul@omniti.com>
- git-committer:
- Eric Sproul <esproul@omniti.com> 1296331237 +0000
- git-parent:
[8ae43b1e393082c20dc02a5a3998b1abb01a9fd7]
- git-author:
- Eric Sproul <esproul@omniti.com> 1296331237 +0000
- Message:
On second thought, don't bother returning the chip and sensor names as metrics.
git-svn-id: https://labs.omniti.com/resmon/trunk@435 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8ae43b1 |
rf50afbc |
|
| 69 | 69 | return { |
|---|
| 70 | 70 | "check_name" => [$self->{check_name}, "s"], |
|---|
| 71 | | "chip" => [$config->{chip}, "s"], |
|---|
| 72 | | "sensor" => [$config->{sensor}, "s"], |
|---|
| 73 | 71 | "value" => [$value, "n"] |
|---|
| 74 | 72 | }; |
|---|