Rename collectd container to barometer-collectd-latest
[barometer.git] / src / collectd / collectd_sample_configs-latest / snmp_agent.conf
1 # Copyright 2017 OPNFV
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 LoadPlugin snmp_agent
15 <Plugin snmp_agent>
16 # Intel PMU MIB
17   <Table "pmuTable">
18     IndexOID "INTEL-PMU-MIB::pmuGroupIndex"
19     <Data "pmuGroupDescr">
20       <IndexKey>
21         Source "PluginInstance"
22       </IndexKey>
23       Plugin "intel_pmu"
24       OIDs "INTEL-PMU-MIB::pmuGroupDescr"
25     </Data>
26     <Data "pmuL1DCacheLoads">
27       Plugin "intel_pmu"
28       Type "counter"
29       TypeInstance "L1-dcache-loads"
30       OIDs "INTEL-PMU-MIB::pmuL1DCacheLoads"
31     </Data>
32     <Data "pmuL1DCacheLoadMisses">
33       Plugin "intel_pmu"
34       Type "counter"
35       TypeInstance "L1-dcache-load-misses"
36       OIDs "INTEL-PMU-MIB::pmuL1DCacheLoadMisses"
37     </Data>
38     <Data "pmuL1DCacheStores">
39       Plugin "intel_pmu"
40       Type "counter"
41       TypeInstance "L1-dcache-stores"
42       OIDs "INTEL-PMU-MIB::pmuL1DCacheStores"
43     </Data>
44     <Data "pmuL1DCacheStoreMisses">
45       Plugin "intel_pmu"
46       Type "counter"
47       TypeInstance "L1-dcache-store-misses"
48       OIDs "INTEL-PMU-MIB::pmuL1DCacheStoreMisses"
49     </Data>
50     <Data "pmuL1DCachePrefetches">
51       Plugin "intel_pmu"
52       Type "counter"
53       TypeInstance "L1-dcache-prefetches"
54       OIDs "INTEL-PMU-MIB::pmuL1DCachePrefetches"
55     </Data>
56     <Data "pmuL1DCachePrefetchMisses">
57       Plugin "intel_pmu"
58       Type "counter"
59       TypeInstance "L1-dcache-prefetch-misses"
60       OIDs "INTEL-PMU-MIB::pmuL1DCachePrefetchMisses"
61     </Data>
62     <Data "pmuL1ICacheLoads">
63       Plugin "intel_pmu"
64       Type "counter"
65       TypeInstance "L1-icache-loads"
66       OIDs "INTEL-PMU-MIB::pmuL1ICacheLoads"
67     </Data>
68     <Data "pmuL1ICacheLoadMisses">
69       Plugin "intel_pmu"
70       Type "counter"
71       TypeInstance "L1-icache-load-misses"
72       OIDs "INTEL-PMU-MIB::pmuL1ICacheLoadMisses"
73     </Data>
74     <Data "pmuL1ICachePrefetches">
75       Plugin "intel_pmu"
76       Type "counter"
77       TypeInstance "L1-icache-prefetches"
78       OIDs "INTEL-PMU-MIB::pmuL1ICachePrefetches"
79     </Data>
80     <Data "pmuL1ICachePrefetchMisses">
81       Plugin "intel_pmu"
82       Type "counter"
83       TypeInstance "L1-icache-prefetch-misses"
84       OIDs "INTEL-PMU-MIB::pmuL1ICachePrefetchMisses"
85     </Data>
86     <Data "pmuLLCLoads">
87       Plugin "intel_pmu"
88       Type "counter"
89       TypeInstance "LLC-loads"
90       OIDs "INTEL-PMU-MIB::pmuLLCLoads"
91     </Data>
92     <Data "pmuLLCLoadMisses">
93       Plugin "intel_pmu"
94       Type "counter"
95       TypeInstance "LLC-load-misses"
96       OIDs "INTEL-PMU-MIB::pmuLLCLoadMisses"
97     </Data>
98     <Data "pmuLLCStores">
99       Plugin "intel_pmu"
100       Type "counter"
101       TypeInstance "LLC-stores"
102       OIDs "INTEL-PMU-MIB::pmuLLCStores"
103     </Data>
104     <Data "pmuLLCStoreMisses">
105       Plugin "intel_pmu"
106       Type "counter"
107       TypeInstance "LLC-store-misses"
108       OIDs "INTEL-PMU-MIB::pmuLLCStoreMisses"
109     </Data>
110     <Data "pmuLLCPrefetches">
111       Plugin "intel_pmu"
112       Type "counter"
113       TypeInstance "LLC-prefetches"
114       OIDs "INTEL-PMU-MIB::pmuLLCPrefetches"
115     </Data>
116     <Data "pmuLLCPrefetchMisses">
117       Plugin "intel_pmu"
118       Type "counter"
119       TypeInstance "LLC-prefetch-misses"
120       OIDs "INTEL-PMU-MIB::pmuLLCPrefetchMisses"
121     </Data>
122     <Data "pmuDTLBLoads">
123       Plugin "intel_pmu"
124       Type "counter"
125       TypeInstance "dTLB-loads"
126       OIDs "INTEL-PMU-MIB::pmuDTLBLoads"
127     </Data>
128     <Data "pmuDTLBLoadMisses">
129       Plugin "intel_pmu"
130       Type "counter"
131       TypeInstance "dTLB-load-misses"
132       OIDs "INTEL-PMU-MIB::pmuDTLBLoadMisses"
133     </Data>
134     <Data "pmuDTLBStores">
135       Plugin "intel_pmu"
136       Type "counter"
137       TypeInstance "dTLB-stores"
138       OIDs "INTEL-PMU-MIB::pmuDTLBStores"
139     </Data>
140     <Data "pmuDTLBStoreMisses">
141       Plugin "intel_pmu"
142       Type "counter"
143       TypeInstance "dTLB-store-misses"
144       OIDs "INTEL-PMU-MIB::pmuDTLBStoreMisses"
145     </Data>
146     <Data "pmuDTLBPrefetches">
147       Plugin "intel_pmu"
148       Type "counter"
149       TypeInstance "dTLB-prefetches"
150       OIDs "INTEL-PMU-MIB::pmuDTLBPrefetches"
151     </Data>
152     <Data "pmuDTLBPrefetchMisses">
153       Plugin "intel_pmu"
154       Type "counter"
155       TypeInstance "dTLB-prefetch-misses"
156       OIDs "INTEL-PMU-MIB::pmuDTLBPrefetchMisses"
157     </Data>
158     <Data "pmuITLBLoads">
159       Plugin "intel_pmu"
160       Type "counter"
161       TypeInstance "iTLB-loads"
162       OIDs "INTEL-PMU-MIB::pmuITLBLoads"
163     </Data>
164     <Data "pmuITLBLoadMisses">
165       Plugin "intel_pmu"
166       Type "counter"
167       TypeInstance "iTLB-load-misses"
168       OIDs "INTEL-PMU-MIB::pmuITLBLoadMisses"
169     </Data>
170     <Data "pmuBranchLoads">
171       Plugin "intel_pmu"
172       Type "counter"
173       TypeInstance "branch-loads"
174       OIDs "INTEL-PMU-MIB::pmuBranchLoads"
175     </Data>
176     <Data "pmuBranchLoadMisses">
177       Plugin "intel_pmu"
178       Type "counter"
179       TypeInstance "branch-load-misses"
180       OIDs "INTEL-PMU-MIB::pmuBranchLoadMisses"
181     </Data>
182     <Data "pmuCpuCycles">
183       Plugin "intel_pmu"
184       Type "counter"
185       TypeInstance "cpu-cycles"
186       OIDs "INTEL-PMU-MIB::pmuCpuCycles"
187     </Data>
188     <Data "pmuInstructions">
189       Plugin "intel_pmu"
190       Type "counter"
191       TypeInstance "instructions"
192       OIDs "INTEL-PMU-MIB::pmuInstructions"
193     </Data>
194     <Data "pmuCacheReferences">
195       Plugin "intel_pmu"
196       Type "counter"
197       TypeInstance "cache-references"
198       OIDs "INTEL-PMU-MIB::pmuCacheReferences"
199     </Data>
200     <Data "pmuCacheMisses">
201       Plugin "intel_pmu"
202       Type "counter"
203       TypeInstance "cache-misses"
204       OIDs "INTEL-PMU-MIB::pmuCacheMisses"
205     </Data>
206     <Data "pmuBranches">
207       Plugin "intel_pmu"
208       Type "counter"
209       TypeInstance "branches"
210       OIDs "INTEL-PMU-MIB::pmuBranches"
211     </Data>
212     <Data "pmuBranchMisses">
213       Plugin "intel_pmu"
214       Type "counter"
215       TypeInstance "branch-misses"
216       OIDs "INTEL-PMU-MIB::pmuBranchMisses"
217     </Data>
218     <Data "pmuBusCycles">
219       Plugin "intel_pmu"
220       Type "counter"
221       TypeInstance "bus-cycles"
222       OIDs "INTEL-PMU-MIB::pmuBusCycles"
223     </Data>
224     <Data "pmuCpuClock">
225       Plugin "intel_pmu"
226       Type "counter"
227       TypeInstance "cpu-clock"
228       OIDs "INTEL-PMU-MIB::pmuCpuClock"
229     </Data>
230     <Data "pmuTaskClock">
231       Plugin "intel_pmu"
232       Type "counter"
233       TypeInstance "task-clock"
234       OIDs "INTEL-PMU-MIB::pmuTaskClock"
235     </Data>
236     <Data "pmuContextSwitches">
237       Plugin "intel_pmu"
238       Type "counter"
239       TypeInstance "context-switches"
240       OIDs "INTEL-PMU-MIB::pmuContextSwitches"
241     </Data>
242     <Data "pmuCpuMigrations">
243       Plugin "intel_pmu"
244       Type "counter"
245       TypeInstance "cpu-migrations"
246       OIDs "INTEL-PMU-MIB::pmuCpuMigrations"
247     </Data>
248     <Data "pmuPageFaults">
249       Plugin "intel_pmu"
250       Type "counter"
251       TypeInstance "page-faults"
252       OIDs "INTEL-PMU-MIB::pmuPageFaults"
253     </Data>
254     <Data "pmuMinorFaults">
255       Plugin "intel_pmu"
256       Type "counter"
257       TypeInstance "minor-faults"
258       OIDs "INTEL-PMU-MIB::pmuMinorFaults"
259     </Data>
260     <Data "pmuMajorFaults">
261       Plugin "intel_pmu"
262       Type "counter"
263       TypeInstance "major-faults"
264       OIDs "INTEL-PMU-MIB::pmuMajorFaults"
265     </Data>
266     <Data "pmuAlignmentFaults">
267       Plugin "intel_pmu"
268       Type "counter"
269       TypeInstance "alignment-faults"
270       OIDs "INTEL-PMU-MIB::pmuAlignmentFaults"
271     </Data>
272     <Data "pmuEmulationFaults">
273       Plugin "intel_pmu"
274       Type "counter"
275       TypeInstance "emulation-faults"
276       OIDs "INTEL-PMU-MIB::pmuEmulationFaults"
277     </Data>
278   </Table>
279 # Intel RDT MIB
280   <Table "rdtTable">
281     IndexOID "INTEL-RDT-MIB::rdtGroupIndex"
282     SizeOID "INTEL-RDT-MIB::rdtGroupNumber"
283     <Data "rdtGroupDescr">
284       <IndexKey>
285         Source "PluginInstance"
286       </IndexKey>
287       Plugin "intel_rdt"
288       OIDs "INTEL-RDT-MIB::rdtGroupDescr"
289     </Data>
290     <Data "rdtLlc">
291       Plugin "intel_rdt"
292       Type "bytes"
293       TypeInstance "llc"
294       OIDs "INTEL-RDT-MIB::rdtLlc"
295     </Data>
296     <Data "rdtIpc">
297       Plugin "intel_rdt"
298       Type "ipc"
299       OIDs "INTEL-RDT-MIB::rdtIpc"
300     </Data>
301     <Data "rdtMbmRemote">
302       Plugin "intel_rdt"
303       Type "memory_bandwidth"
304       TypeInstance "remote"
305       OIDs "INTEL-RDT-MIB::rdtMbmRemote"
306     </Data>
307     <Data "rdtMbmLocal">
308       Plugin "intel_rdt"
309       Type "memory_bandwidth"
310       TypeInstance "local"
311       OIDs "INTEL-RDT-MIB::rdtMbmLocal"
312     </Data>
313   </Table>
314 # Intel Mcelog MIB
315   <Table "mcelogTable">
316     IndexOID "INTEL-MCELOG-MIB::memoryGroupIndex"
317     <Data "memoryGroupDescr">
318       <IndexKey>
319         Source "PluginInstance"
320       </IndexKey>
321       Plugin "mcelog"
322       OIDs "INTEL-MCELOG-MIB::memoryGroupDescr"
323     </Data>
324     <Data "memoryCorrectedErrors">
325       Plugin "mcelog"
326       Type "errors"
327       TypeInstance "corrected_memory_errors"
328       OIDs "INTEL-MCELOG-MIB::memoryCorrectedErrors"
329     </Data>
330     <Data "memoryCorrectedTimedErrors">
331       Plugin "mcelog"
332       Type "errors"
333       TypeInstance "corrected_memory_errors_in_24h"
334       OIDs "INTEL-MCELOG-MIB::memoryCorrectedTimedErrors"
335     </Data>
336     <Data "memoryUncorrectedErrors">
337       Plugin "mcelog"
338       Type "errors"
339       TypeInstance "uncorrected_memory_errors"
340       OIDs "INTEL-MCELOG-MIB::memoryUncorrectedErrors"
341     </Data>
342     <Data "memoryUncorrectedTimedErrors">
343       Plugin "mcelog"
344       Type "errors"
345       TypeInstance "uncorrected_memory_errors_in_24h"
346       OIDs "INTEL-MCELOG-MIB::memoryUncorrectedTimedErrors"
347     </Data>
348   </Table>
349 # Hugepages
350   <Table "hugepagesTable">
351     <Data "hugepagesNode">
352       <IndexKey>
353         Source "PluginInstance"
354       </IndexKey>
355       Plugin "hugepages"
356       OIDs "INTEL-HUGEPAGES-MIB::hugepagesNode"
357     </Data>
358     <Data "hugepagesMemoryFree">
359       Plugin "hugepages"
360       Type "memory"
361       TypeInstance "free"
362       OIDs "INTEL-HUGEPAGES-MIB::hugepagesMemoryFree"
363     </Data>
364     <Data "hugepagesMemoryUsed">
365       Plugin "hugepages"
366       Type "memory"
367       TypeInstance "used"
368       OIDs "INTEL-HUGEPAGES-MIB::hugepagesMemoryUsed"
369     </Data>
370     <Data "hugepagesPagesFree">
371       Plugin "hugepages"
372       Type "vmpage_number"
373       TypeInstance "free"
374       OIDs "INTEL-HUGEPAGES-MIB::hugepagesPagesFree"
375     </Data>
376     <Data "hugepagesPagesUsed">
377       Plugin "hugepages"
378       Type "vmpage_number"
379       TypeInstance "used"
380       OIDs "INTEL-HUGEPAGES-MIB::hugepagesPagesUsed"
381     </Data>
382     <Data "hugepagesPercentFree">
383       Plugin "hugepages"
384       Type "percent"
385       TypeInstance "free"
386       OIDs "INTEL-HUGEPAGES-MIB::hugepagesPercentFree"
387     </Data>
388     <Data "hugepagesPercentUsed">
389       Plugin "hugepages"
390       Type "percent"
391       TypeInstance "used"
392       OIDs "INTEL-HUGEPAGES-MIB::hugepagesPercentUsed"
393     </Data>
394   </Table>
395   # Libvirt MIB
396   <Table "lvhDomainTable">
397     <Data "DomainName">
398       <IndexKey>
399         Source "PluginInstance"
400       </IndexKey>
401       Plugin "virt"
402       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhDomainName"
403     </Data>
404     <Data "CPUTotalTime">
405       Plugin "virt"
406       Type "ps_cputime"
407       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhCPUTotalTimeUser" "LIBVIRT-HYPERVISOR-MIB::lvhCPUTotalTimeSystem"
408     </Data>
409     <Data "VirtCPUTotal">
410       Plugin "virt"
411       Type "percent"
412       TypeInstance "virt_cpu_total"
413       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhVirtCPUTotal"
414     </Data>
415     <Data "MemoryTotal">
416       Plugin "virt"
417       Type "memory"
418       TypeInstance "total"
419       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryTotal"
420     </Data>
421   </Table>
422   <Table "MemoryTable">
423     <Data "MemoryDomainName">
424       <IndexKey>
425         Source "PluginInstance"
426       </IndexKey>
427       Plugin "virt"
428       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryDomainName"
429     </Data>
430     <Data "MemorySwapIn">
431       Plugin "virt"
432       Type "memory"
433       TypeInstance "swap_in"
434       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemorySwapIn"
435     </Data>
436     <Data "MemorySwapOut">
437       Plugin "virt"
438       Type "memory"
439       TypeInstance "swap_out"
440       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemorySwapOut"
441     </Data>
442     <Data "MemoryMajorFault">
443       Plugin "virt"
444       Type "memory"
445       TypeInstance "major_fault"
446       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryMajorFault"
447     </Data>
448     <Data "MemoryMinorFault">
449       Plugin "virt"
450       Type "memory"
451       TypeInstance "minor_fault"
452       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryMinorFault"
453     </Data>
454     <Data "MemoryUnused">
455       Plugin "virt"
456       Type "memory"
457       TypeInstance "unused"
458       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryUnused"
459     </Data>
460     <Data "MemoryAvailable">
461       Plugin "virt"
462       Type "memory"
463       TypeInstance "available"
464       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryAvailable"
465     </Data>
466     <Data "MemoryActualBalloon">
467       Plugin "virt"
468       Type "memory"
469       TypeInstance "actual_balloon"
470       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryActualBalloon"
471     </Data>
472     <Data "MemoryRss">
473       Plugin "virt"
474       Type "memory"
475       TypeInstance "rss"
476       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryRss"
477     </Data>
478     <Data "MemoryLastUpdate">
479       Plugin "virt"
480       Type "memory"
481       TypeInstance "last_update"
482       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhMemoryLastUpdate"
483     </Data>
484   </Table>
485   <Table "PerfTable">
486     <Data "PerfDomainName">
487       <IndexKey>
488         Source "PluginInstance"
489       </IndexKey>
490       Plugin "virt"
491       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfDomainName"
492     </Data>
493     <Data "PerfAlignmentFaults">
494       Plugin "virt"
495       Type "perf"
496       TypeInstance "perf_alignment_faults"
497       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfAlignmentFaults"
498     </Data>
499     <Data "PerfBranchInstructions">
500       Plugin "virt"
501       Type "perf"
502       TypeInstance "perf_branch_instructions"
503       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfBranchInstructions"
504     </Data>
505     <Data "PerfBranchMisses">
506       Plugin "virt"
507       Type "perf"
508       TypeInstance "perf_branch_misses"
509       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfBranchMisses"
510     </Data>
511     <Data "PerfBusCycles">
512       Plugin "virt"
513       Type "perf"
514       TypeInstance "perf_bus_cycles"
515       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfBusCycles"
516     </Data>
517     <Data "PerfCacheMisses">
518       Plugin "virt"
519       Type "perf"
520       TypeInstance "perf_cache_misses"
521       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfCacheMisses"
522     </Data>
523     <Data "PerfCacheReferences">
524       Plugin "virt"
525       Type "perf"
526       TypeInstance "perf_cache_references"
527       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfCacheReferences"
528     </Data>
529     <Data "PerfCmt">
530       Plugin "virt"
531       Type "perf"
532       TypeInstance "perf_cmt"
533       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfCmt"
534     </Data>
535     <Data "PerfContextSwitches">
536       Plugin "virt"
537       Type "perf"
538       TypeInstance "perf_context_switches"
539       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfContextSwitches"
540     </Data>
541     <Data "PerfCPUClock">
542       Plugin "virt"
543       Type "perf"
544       TypeInstance "perf_cpu_clock"
545       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfCPUClock"
546     </Data>
547     <Data "PerfCPUCycles">
548       Plugin "virt"
549       Type "perf"
550       TypeInstance "perf_cpu_cycles"
551       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfCPUCycles"
552     </Data>
553     <Data "PerfCPUMigrations">
554       Plugin "virt"
555       Type "perf"
556       TypeInstance "perf_cpu_migrations"
557       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfCPUMigrations"
558     </Data>
559     <Data "PerfEmulationFaults">
560       Plugin "virt"
561       Type "perf"
562       TypeInstance "perf_emulation_faults"
563       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfEmulationFaults"
564     </Data>
565     <Data "PerfInstructions">
566       Plugin "virt"
567       Type "perf"
568       TypeInstance "perf_instructions"
569       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfInstructions"
570     </Data>
571     <Data "PerfMbml">
572       Plugin "virt"
573       Type "perf"
574       TypeInstance "perf_mbml"
575       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfMbml"
576     </Data>
577     <Data "PerfMbmt">
578       Plugin "virt"
579       Type "perf"
580       TypeInstance "perf_mbmt"
581       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfMbmt"
582     </Data>
583     <Data "PerfPageFaults">
584       Plugin "virt"
585       Type "perf"
586       TypeInstance "perf_page_faults"
587       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfPageFaults"
588     </Data>
589     <Data "PerfPageFaultsMaj">
590       Plugin "virt"
591       Type "perf"
592       TypeInstance "perf_page_faults_maj"
593       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfPageFaultsMaj"
594     </Data>
595     <Data "PerfPageFaultsMin">
596       Plugin "virt"
597       Type "perf"
598       TypeInstance "perf_page_faults_min"
599       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfPageFaultsMin"
600     </Data>
601     <Data "PerfRefCPUCycles">
602       Plugin "virt"
603       Type "perf"
604       TypeInstance "perf_ref_cpu_cycles"
605       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfRefCPUCycles"
606     </Data>
607     <Data "PerfTaskClock">
608       Plugin "virt"
609       Type "perf"
610       TypeInstance "perf_task_clock"
611       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhPerfTaskClock"
612     </Data>
613   </Table>
614   <Table "lvhCPUAffinityTable">
615     <Data "DomainName">
616       <IndexKey>
617         Source "PluginInstance"
618       </IndexKey>
619       Plugin "virt"
620       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhAffinityDomainName"
621     </Data>
622     <Data "VCPU">
623       Plugin "virt"
624       <IndexKey>
625         Source "TypeInstance"
626         Regex "^vcpu_([0-9]{1,3})-cpu_[0-9]{1,3}$"
627         Group 1
628       </IndexKey>
629       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhVCPUIndex"
630     </Data>
631     <Data "CPU">
632       Plugin "virt"
633       <IndexKey>
634         Source "TypeInstance"
635         Regex "^vcpu_[0-9]{1,3}-cpu_([0-9]{1,3})$"
636         Group 1
637       </IndexKey>
638       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhCPUIndex"
639     </Data>
640     <Data "CPUAffinity">
641       Plugin "virt"
642       Type "cpu_affinity"
643       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhCPUAffinity"
644     </Data>
645   </Table>
646   <Table "VirtVCPUTable">
647     <Data "VCPUDomainName">
648       <IndexKey>
649         Source "PluginInstance"
650       </IndexKey>
651       Plugin "virt"
652       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhVCPUDomainName"
653     </Data>
654     <Data "VCPUVCPUIndex">
655       <IndexKey>
656         Source "TypeInstance"
657         Regex "^([0-9]{1,3})$"
658         Group 1
659       </IndexKey>
660       Plugin "virt"
661       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhVCPUVCPUIndex"
662     </Data>
663     <Data "VirtVCPU">
664       Plugin "virt"
665       Type "virt_vcpu"
666       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhVirtVCPU"
667     </Data>
668   </Table>
669   <Table "DiskErrorTable">
670     <Data "DiskDomainName">
671       <IndexKey>
672         Source "PluginInstance"
673       </IndexKey>
674       Plugin "virt"
675       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhDiskDomainName"
676     </Data>
677     <Data "DiskName">
678       <IndexKey>
679         Source "TypeInstance"
680       </IndexKey>
681       Plugin "virt"
682       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhDiskName"
683     </Data>
684     <Data "DiskError">
685       Plugin "virt"
686       Type "disk_error"
687       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhDiskError"
688     </Data>
689   </Table>
690   <Table "BlockDeviceTable">
691     <Data "BlockDomainName">
692       <IndexKey>
693         Source "PluginInstance"
694       </IndexKey>
695       Plugin "virt"
696       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhBlockDomainName"
697     </Data>
698     <Data "BlockDeviceName">
699       <IndexKey>
700         Source "TypeInstance"
701       </IndexKey>
702       Plugin "virt"
703       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhBlockDeviceName"
704     </Data>
705     <Data "DiskOps">
706       Plugin "virt"
707       Type "disk_ops"
708       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhDiskOpsRead" "LIBVIRT-HYPERVISOR-MIB::lvhDiskOpsWrite"
709     </Data>
710     <Data "DiskOctets">
711       Plugin "virt"
712       Type "disk_octets"
713       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhDiskOctetsRead" "LIBVIRT-HYPERVISOR-MIB::lvhDiskOctetsWrite"
714     </Data>
715     <Data "DiskTimeCache">
716       Plugin "virt"
717       Type "disk_time"
718       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhDiskTimeCacheRead" "LIBVIRT-HYPERVISOR-MIB::lvhDiskTimeCacheWrite"
719     </Data>
720   </Table>
721   <Table "BlockDevFlushTable">
722     <Data "BlockDevFlushDomainName">
723       <IndexKey>
724         Source "PluginInstance"
725       </IndexKey>
726       Plugin "virt"
727       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhBlockDevFlushDomainName"
728     </Data>
729     <Data "BlockDevFlushDeviceName">
730       <IndexKey>
731         Source "TypeInstance"
732         Regex "^flush-(.*)$"
733         Group 1
734       </IndexKey>
735       Plugin "virt"
736       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhBlockDevFlushDeviceName"
737     </Data>
738     <Data "TotalRequestsFlush">
739       Plugin "virt"
740       Type "total_requests"
741       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhTotalRequestsFlush"
742     </Data>
743     <Data "TotalTimeInMsFlush">
744       Plugin "virt"
745       Type "total_time_in_ms"
746       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhTotalTimeInMsFlush"
747     </Data>
748   </Table>
749   <Table "NetworkIfaceTable">
750     <Data "NetIfDomainName">
751       <IndexKey>
752         Source "PluginInstance"
753       </IndexKey>
754       Plugin "virt"
755       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhNetIfDomainName"
756     </Data>
757     <Data "InterfaceName">
758       <IndexKey>
759         Source "TypeInstance"
760       </IndexKey>
761       Plugin "virt"
762       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhInterfaceName"
763     </Data>
764     <Data "IfBytes">
765       Plugin "virt"
766       Type "if_octets"
767       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhIfBytesReceived" "LIBVIRT-HYPERVISOR-MIB::lvhIfBytesTransmitted"
768     </Data>
769     <Data "IfPackets">
770       Plugin "virt"
771       Type "if_packets"
772       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhIfPacketsReceived" "LIBVIRT-HYPERVISOR-MIB::lvhIfPacketsTransmitted"
773     </Data>
774     <Data "lvhIfErrors">
775       Plugin "virt"
776       Type "if_errors"
777       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhIfErrorsReceive" "LIBVIRT-HYPERVISOR-MIB::lvhIfErrorsTransmission"
778     </Data>
779     <Data "IfDroppedReceive">
780       Plugin "virt"
781       Type "if_dropped"
782       OIDs "LIBVIRT-HYPERVISOR-MIB::lvhIfDroppedReceive" "LIBVIRT-HYPERVISOR-MIB::lvhIfDroppedTransmit"
783     </Data>
784   </Table>
785 </Plugin>