1 Title: wmi_cpuload: Fixed UNKNOWN service state due to werk #4742
11 Some agent outputs do not include required sections 'computer_system'
12 and 'system_perf' and werk #4742 fixed that. But if required tables
13 are specified the wmi.include lib performed an intersection of these
14 tables. In case of wmi_cpuload check plugin 'system_perf' section
15 has only counters and comes together with 'computer_system' which has
16 table names and intersection of these tables would be empty.
17 Thus no service is discovered.