collectd_unixsock.py: Fix infinite wait.
authorPeter Warasin <peter@endian.com>
Mon, 27 Jun 2011 18:10:51 +0000 (20:10 +0200)
committerFlorian Forster <octo@collectd.org>
Mon, 22 Aug 2011 16:51:57 +0000 (18:51 +0200)
commit10f561d1ca417bf14c396d7cd169f4f40ec49b81
tree345ba82302411530e82772041006bc6041f6a4c5
parentb96e6dd0fe5583ca809b66b2519e74081c79e4f3
collectd_unixsock.py: Fix infinite wait.

raise a KeyError if getval() or getthreshold() unixsock returns replies an
error because of request of an unknown identifier

Signed-off-by: Florian Forster <octo@collectd.org>
contrib/collectd_unixsock.py