Skip to content
Snippets Groups Projects
Commit f50afbc7 authored by Eric Sproul's avatar Eric Sproul
Browse files

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
parent 8ae43b1e
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,6 @@ sub handler {
return {
"check_name" => [$self->{check_name}, "s"],
"chip" => [$config->{chip}, "s"],
"sensor" => [$config->{sensor}, "s"],
"value" => [$value, "n"]
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment