virt plugin: Do not report 'domain_state' metric when not enabled by ExtraStats
authorPavel Rochnyack <pavel2000@ngs.ru>
Sun, 12 May 2019 08:53:08 +0000 (15:53 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sun, 12 May 2019 09:23:27 +0000 (16:23 +0700)
commita18a9abda421484791f8eaac270794903f1438be
treef57cd928be09092ca2734c6d90fc7c887e5bc942
parent898efb1c1260bb0e1f027a9b87d720375b6b58f4
virt plugin: Do not report 'domain_state' metric when not enabled by ExtraStats

PR #2701 adds 'domain_state' metric and ExtraStats's option `domain_state`
selector behaviour was changed: now it enables metric, not notification.
Removed inconsistency between documentation and implementation.

Not all `get_domain_state` calls was covered by selector check.
As result, metric was always sent for inactive domains.
That is fixed now.
src/collectd.conf.pod
src/virt.c