From: Pavel Rochnyack Date: Fri, 24 May 2019 10:56:27 +0000 (+0700) Subject: virt plugin: Added connection state check via virConnectIsAlive() X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=47e93ad3cb7e70064ac19a03c34b6e6835f19fd5;hp=47e93ad3cb7e70064ac19a03c34b6e6835f19fd5;p=collectd.git virt plugin: Added connection state check via virConnectIsAlive() Before this fix, if libvirt daemon was stopped, Collectd starts to spam logs with lot of "failed" messages. With this fix it correctly re-establishes connection. ---