master
yaml 2,332 lines 69.6 KB
Raw
1 version: v1
2 context_namespace: vsphere
3 groups:
4 - family: inventory
5 metrics:
6 - inventory_objects_datacenters
7 - inventory_objects_folders
8 - inventory_objects_clusters
9 - inventory_objects_hosts
10 - inventory_objects_vms
11 - inventory_objects_datastores
12 - inventory_objects_resource_pools
13 chart_defaults:
14 instances:
15 by_labels:
16 - id
17 charts:
18 - id: inventory_objects
19 title: vSphere inventory object count
20 context: inventory_objects
21 units: objects
22 algorithm: absolute
23 type: line
24 priority: 70089
25 lifecycle:
26 expire_after_cycles: 10
27 dimensions:
28 - selector: inventory_objects_datacenters
29 name: datacenters
30 - selector: inventory_objects_folders
31 name: folders
32 - selector: inventory_objects_clusters
33 name: clusters
34 - selector: inventory_objects_hosts
35 name: hosts
36 - selector: inventory_objects_vms
37 name: vms
38 - selector: inventory_objects_datastores
39 name: datastores
40 - selector: inventory_objects_resource_pools
41 name: resource_pools
42 - family: vms cpu
43 metrics:
44 - vm_cpu_utilization_used
45 chart_defaults:
46 instances:
47 by_labels:
48 - id
49 charts:
50 - id: vm_cpu_utilization
51 title: Virtual Machine CPU utilization
52 context: vm_cpu_utilization
53 units: percentage
54 algorithm: absolute
55 type: line
56 priority: 70042
57 lifecycle:
58 expire_after_cycles: 10
59 dimensions:
60 - selector: vm_cpu_utilization_used
61 name: used
62 options:
63 divisor: 100
64 - family: vms mem
65 metrics:
66 - vm_mem_utilization_used
67 - vm_mem_usage_granted
68 - vm_mem_usage_consumed
69 - vm_mem_usage_active
70 - vm_mem_usage_shared
71 - vm_mem_swap_usage_swapped
72 - vm_mem_swap_io_in
73 - vm_mem_swap_io_out
74 chart_defaults:
75 instances:
76 by_labels:
77 - id
78 charts:
79 - id: vm_mem_utilization
80 title: Virtual Machine memory utilization
81 context: vm_mem_utilization
82 units: percentage
83 algorithm: absolute
84 type: line
85 priority: 70043
86 lifecycle:
87 expire_after_cycles: 10
88 dimensions:
89 - selector: vm_mem_utilization_used
90 name: used
91 options:
92 divisor: 100
93 - id: vm_mem_usage
94 title: Virtual Machine memory usage
95 context: vm_mem_usage
96 units: KiB
97 algorithm: absolute
98 type: line
99 priority: 70044
100 lifecycle:
101 expire_after_cycles: 10
102 dimensions:
103 - selector: vm_mem_usage_granted
104 name: granted
105 - selector: vm_mem_usage_consumed
106 name: consumed
107 - selector: vm_mem_usage_active
108 name: active
109 - selector: vm_mem_usage_shared
110 name: shared
111 - id: vm_mem_swap_usage
112 title: Virtual Machine VMKernel memory swap usage
113 context: vm_mem_swap_usage
114 units: KiB
115 algorithm: absolute
116 type: line
117 priority: 70045
118 lifecycle:
119 expire_after_cycles: 10
120 dimensions:
121 - selector: vm_mem_swap_usage_swapped
122 name: swapped
123 - id: vm_mem_swap_io
124 title: Virtual Machine VMKernel memory swap IO
125 context: vm_mem_swap_io
126 units: KiB/s
127 algorithm: absolute
128 type: area
129 priority: 70046
130 lifecycle:
131 expire_after_cycles: 10
132 dimensions:
133 - selector: vm_mem_swap_io_in
134 name: in
135 - selector: vm_mem_swap_io_out
136 name: out
137 - family: vms disk
138 metrics:
139 - vm_disk_io_read
140 - vm_disk_io_write
141 - vm_disk_max_latency_latency
142 chart_defaults:
143 instances:
144 by_labels:
145 - id
146 charts:
147 - id: vm_disk_io
148 title: Virtual Machine disk IO
149 context: vm_disk_io
150 units: KiB/s
151 algorithm: absolute
152 type: area
153 priority: 70047
154 lifecycle:
155 expire_after_cycles: 10
156 dimensions:
157 - selector: vm_disk_io_read
158 name: read
159 - selector: vm_disk_io_write
160 name: write
161 options:
162 multiplier: -1
163 - id: vm_disk_max_latency
164 title: Virtual Machine disk max latency
165 context: vm_disk_max_latency
166 units: milliseconds
167 algorithm: absolute
168 type: line
169 priority: 70048
170 lifecycle:
171 expire_after_cycles: 10
172 dimensions:
173 - selector: vm_disk_max_latency_latency
174 name: latency
175 - family: vms net
176 metrics:
177 - vm_net_traffic_received
178 - vm_net_traffic_sent
179 - vm_net_packets_received
180 - vm_net_packets_sent
181 - vm_net_drops_received
182 - vm_net_drops_sent
183 chart_defaults:
184 instances:
185 by_labels:
186 - id
187 charts:
188 - id: vm_net_traffic
189 title: Virtual Machine network traffic
190 context: vm_net_traffic
191 units: KiB/s
192 algorithm: absolute
193 type: area
194 priority: 70049
195 lifecycle:
196 expire_after_cycles: 10
197 dimensions:
198 - selector: vm_net_traffic_received
199 name: received
200 - selector: vm_net_traffic_sent
201 name: sent
202 options:
203 multiplier: -1
204 - id: vm_net_packets
205 title: Virtual Machine network packets
206 context: vm_net_packets
207 units: packets
208 algorithm: absolute
209 type: line
210 priority: 70050
211 lifecycle:
212 expire_after_cycles: 10
213 dimensions:
214 - selector: vm_net_packets_received
215 name: received
216 - selector: vm_net_packets_sent
217 name: sent
218 options:
219 multiplier: -1
220 - id: vm_net_drops
221 title: Virtual Machine network dropped packets
222 context: vm_net_drops
223 units: drops
224 algorithm: absolute
225 type: line
226 priority: 70051
227 lifecycle:
228 expire_after_cycles: 10
229 dimensions:
230 - selector: vm_net_drops_received
231 name: received
232 - selector: vm_net_drops_sent
233 name: sent
234 options:
235 multiplier: -1
236 - family: vms status
237 metrics:
238 - vm_overall_status_green
239 - vm_overall_status_red
240 - vm_overall_status_yellow
241 - vm_overall_status_gray
242 - vm_power_state_powered_on
243 - vm_power_state_powered_off
244 - vm_power_state_suspended
245 - vm_connection_state_connected
246 - vm_connection_state_disconnected
247 - vm_connection_state_orphaned
248 - vm_connection_state_inaccessible
249 - vm_connection_state_invalid
250 - vm_tools_running_status_running
251 - vm_tools_running_status_not_running
252 - vm_tools_running_status_executing_scripts
253 - vm_tools_running_status_unknown
254 - vm_tools_version_status_current
255 - vm_tools_version_status_need_upgrade
256 - vm_tools_version_status_not_installed
257 - vm_tools_version_status_unmanaged
258 - vm_tools_version_status_too_old
259 - vm_tools_version_status_supported_old
260 - vm_tools_version_status_supported_new
261 - vm_tools_version_status_too_new
262 - vm_tools_version_status_blacklisted
263 - vm_tools_version_status_unknown
264 - vm_consolidation_needed_needed
265 - vm_consolidation_needed_not_needed
266 chart_defaults:
267 instances:
268 by_labels:
269 - id
270 charts:
271 - id: vm_overall_status
272 title: Virtual Machine overall alarm status
273 context: vm_overall_status
274 units: status
275 algorithm: absolute
276 type: line
277 priority: 70052
278 lifecycle:
279 expire_after_cycles: 10
280 dimensions:
281 - selector: vm_overall_status_green
282 name: green
283 - selector: vm_overall_status_red
284 name: red
285 - selector: vm_overall_status_yellow
286 name: yellow
287 - selector: vm_overall_status_gray
288 name: gray
289 - id: vm_power_state
290 title: Virtual Machine power state
291 context: vm_power_state
292 units: status
293 algorithm: absolute
294 type: line
295 priority: 70072
296 lifecycle:
297 expire_after_cycles: 10
298 dimensions:
299 - selector: vm_power_state_powered_on
300 name: powered_on
301 - selector: vm_power_state_powered_off
302 name: powered_off
303 - selector: vm_power_state_suspended
304 name: suspended
305 - id: vm_connection_state
306 title: Virtual Machine connection state
307 context: vm_connection_state
308 units: status
309 algorithm: absolute
310 type: line
311 priority: 70074
312 lifecycle:
313 expire_after_cycles: 10
314 dimensions:
315 - selector: vm_connection_state_connected
316 name: connected
317 - selector: vm_connection_state_disconnected
318 name: disconnected
319 - selector: vm_connection_state_orphaned
320 name: orphaned
321 - selector: vm_connection_state_inaccessible
322 name: inaccessible
323 - selector: vm_connection_state_invalid
324 name: invalid
325 - id: vm_tools_running_status
326 title: Virtual Machine VMware Tools running status
327 context: vm_tools_running_status
328 units: status
329 algorithm: absolute
330 type: line
331 priority: 70075
332 lifecycle:
333 expire_after_cycles: 10
334 dimensions:
335 - selector: vm_tools_running_status_running
336 name: running
337 - selector: vm_tools_running_status_not_running
338 name: not_running
339 - selector: vm_tools_running_status_executing_scripts
340 name: executing_scripts
341 - selector: vm_tools_running_status_unknown
342 name: unknown
343 - id: vm_tools_version_status
344 title: Virtual Machine VMware Tools version status
345 context: vm_tools_version_status
346 units: status
347 algorithm: absolute
348 type: line
349 priority: 70076
350 lifecycle:
351 expire_after_cycles: 10
352 dimensions:
353 - selector: vm_tools_version_status_current
354 name: current
355 - selector: vm_tools_version_status_need_upgrade
356 name: need_upgrade
357 - selector: vm_tools_version_status_not_installed
358 name: not_installed
359 - selector: vm_tools_version_status_unmanaged
360 name: unmanaged
361 - selector: vm_tools_version_status_too_old
362 name: too_old
363 - selector: vm_tools_version_status_supported_old
364 name: supported_old
365 - selector: vm_tools_version_status_supported_new
366 name: supported_new
367 - selector: vm_tools_version_status_too_new
368 name: too_new
369 - selector: vm_tools_version_status_blacklisted
370 name: blacklisted
371 - selector: vm_tools_version_status_unknown
372 name: unknown
373 - id: vm_consolidation_needed
374 title: Virtual Machine disk consolidation status
375 context: vm_consolidation_needed
376 units: status
377 algorithm: absolute
378 type: line
379 priority: 70077
380 lifecycle:
381 expire_after_cycles: 10
382 dimensions:
383 - selector: vm_consolidation_needed_needed
384 name: needed
385 - selector: vm_consolidation_needed_not_needed
386 name: not_needed
387 - family: vms uptime
388 metrics:
389 - vm_system_uptime_uptime
390 chart_defaults:
391 instances:
392 by_labels:
393 - id
394 charts:
395 - id: vm_system_uptime
396 title: Virtual Machine system uptime
397 context: vm_system_uptime
398 units: seconds
399 algorithm: absolute
400 type: line
401 priority: 70053
402 lifecycle:
403 expire_after_cycles: 10
404 dimensions:
405 - selector: vm_system_uptime_uptime
406 name: uptime
407 - family: vms config
408 metrics:
409 - vm_config_cpu_vcpus
410 - vm_config_memory_memory
411 - vm_config_devices_disks
412 - vm_config_devices_nics
413 chart_defaults:
414 instances:
415 by_labels:
416 - id
417 charts:
418 - id: vm_config_cpu
419 title: Virtual Machine configured CPU
420 context: vm_config_cpu
421 units: vCPUs
422 algorithm: absolute
423 type: line
424 priority: 70078
425 lifecycle:
426 expire_after_cycles: 10
427 dimensions:
428 - selector: vm_config_cpu_vcpus
429 name: vcpus
430 - id: vm_config_memory
431 title: Virtual Machine configured memory
432 context: vm_config_memory
433 units: MiB
434 algorithm: absolute
435 type: line
436 priority: 70079
437 lifecycle:
438 expire_after_cycles: 10
439 dimensions:
440 - selector: vm_config_memory_memory
441 name: memory
442 - id: vm_config_devices
443 title: Virtual Machine configured devices
444 context: vm_config_devices
445 units: devices
446 algorithm: absolute
447 type: line
448 priority: 70080
449 lifecycle:
450 expire_after_cycles: 10
451 dimensions:
452 - selector: vm_config_devices_disks
453 name: disks
454 - selector: vm_config_devices_nics
455 name: nics
456 - family: vms storage
457 metrics:
458 - vm_storage_usage_committed
459 - vm_storage_usage_uncommitted
460 - vm_storage_usage_unshared
461 chart_defaults:
462 instances:
463 by_labels:
464 - id
465 charts:
466 - id: vm_storage_usage
467 title: Virtual Machine storage usage
468 context: vm_storage_usage
469 units: bytes
470 algorithm: absolute
471 type: line
472 priority: 70081
473 lifecycle:
474 expire_after_cycles: 10
475 dimensions:
476 - selector: vm_storage_usage_committed
477 name: committed
478 - selector: vm_storage_usage_uncommitted
479 name: uncommitted
480 - selector: vm_storage_usage_unshared
481 name: unshared
482 - family: vms snapshots
483 metrics:
484 - vm_snapshot_count_count
485 - vm_snapshot_max_age_age
486 - vm_snapshot_max_chain_depth_depth
487 chart_defaults:
488 instances:
489 by_labels:
490 - id
491 charts:
492 - id: vm_snapshot_count
493 title: Virtual Machine snapshot count
494 context: vm_snapshot_count
495 units: snapshots
496 algorithm: absolute
497 type: line
498 priority: 70066
499 lifecycle:
500 expire_after_cycles: 10
501 dimensions:
502 - selector: vm_snapshot_count_count
503 name: count
504 - id: vm_snapshot_max_age
505 title: Virtual Machine oldest snapshot age
506 context: vm_snapshot_max_age
507 units: seconds
508 algorithm: absolute
509 type: line
510 priority: 70067
511 lifecycle:
512 expire_after_cycles: 10
513 dimensions:
514 - selector: vm_snapshot_max_age_age
515 name: age
516 - id: vm_snapshot_max_chain_depth
517 title: Virtual Machine maximum snapshot chain depth
518 context: vm_snapshot_max_chain_depth
519 units: snapshots
520 algorithm: absolute
521 type: line
522 priority: 70068
523 lifecycle:
524 expire_after_cycles: 10
525 dimensions:
526 - selector: vm_snapshot_max_chain_depth_depth
527 name: depth
528 - family: hosts cpu
529 metrics:
530 - host_cpu_utilization_used
531 chart_defaults:
532 instances:
533 by_labels:
534 - id
535 charts:
536 - id: host_cpu_utilization
537 title: ESXi Host CPU utilization
538 context: host_cpu_utilization
539 units: percentage
540 algorithm: absolute
541 type: line
542 priority: 70054
543 lifecycle:
544 expire_after_cycles: 10
545 dimensions:
546 - selector: host_cpu_utilization_used
547 name: used
548 options:
549 divisor: 100
550 - family: hosts mem
551 metrics:
552 - host_mem_utilization_used
553 - host_mem_usage_granted
554 - host_mem_usage_consumed
555 - host_mem_usage_active
556 - host_mem_usage_shared
557 - host_mem_usage_sharedcommon
558 - host_mem_swap_io_in
559 - host_mem_swap_io_out
560 chart_defaults:
561 instances:
562 by_labels:
563 - id
564 charts:
565 - id: host_mem_utilization
566 title: ESXi Host memory utilization
567 context: host_mem_utilization
568 units: percentage
569 algorithm: absolute
570 type: line
571 priority: 70055
572 lifecycle:
573 expire_after_cycles: 10
574 dimensions:
575 - selector: host_mem_utilization_used
576 name: used
577 options:
578 divisor: 100
579 - id: host_mem_usage
580 title: ESXi Host memory usage
581 context: host_mem_usage
582 units: KiB
583 algorithm: absolute
584 type: line
585 priority: 70056
586 lifecycle:
587 expire_after_cycles: 10
588 dimensions:
589 - selector: host_mem_usage_granted
590 name: granted
591 - selector: host_mem_usage_consumed
592 name: consumed
593 - selector: host_mem_usage_active
594 name: active
595 - selector: host_mem_usage_shared
596 name: shared
597 - selector: host_mem_usage_sharedcommon
598 name: sharedcommon
599 - id: host_mem_swap_io
600 title: ESXi Host VMKernel memory swap IO
601 context: host_mem_swap_io
602 units: KiB/s
603 algorithm: absolute
604 type: area
605 priority: 70057
606 lifecycle:
607 expire_after_cycles: 10
608 dimensions:
609 - selector: host_mem_swap_io_in
610 name: in
611 - selector: host_mem_swap_io_out
612 name: out
613 - family: hosts disk
614 metrics:
615 - host_disk_io_read
616 - host_disk_io_write
617 - host_disk_max_latency_latency
618 chart_defaults:
619 instances:
620 by_labels:
621 - id
622 charts:
623 - id: host_disk_io
624 title: ESXi Host disk IO
625 context: host_disk_io
626 units: KiB/s
627 algorithm: absolute
628 type: area
629 priority: 70058
630 lifecycle:
631 expire_after_cycles: 10
632 dimensions:
633 - selector: host_disk_io_read
634 name: read
635 - selector: host_disk_io_write
636 name: write
637 options:
638 multiplier: -1
639 - id: host_disk_max_latency
640 title: ESXi Host disk max latency
641 context: host_disk_max_latency
642 units: milliseconds
643 algorithm: absolute
644 type: line
645 priority: 70059
646 lifecycle:
647 expire_after_cycles: 10
648 dimensions:
649 - selector: host_disk_max_latency_latency
650 name: latency
651 - family: hosts net
652 metrics:
653 - host_net_traffic_received
654 - host_net_traffic_sent
655 - host_net_packets_received
656 - host_net_packets_sent
657 - host_net_drops_received
658 - host_net_drops_sent
659 - host_net_errors_received
660 - host_net_errors_sent
661 chart_defaults:
662 instances:
663 by_labels:
664 - id
665 charts:
666 - id: host_net_traffic
667 title: ESXi Host network traffic
668 context: host_net_traffic
669 units: KiB/s
670 algorithm: absolute
671 type: area
672 priority: 70060
673 lifecycle:
674 expire_after_cycles: 10
675 dimensions:
676 - selector: host_net_traffic_received
677 name: received
678 - selector: host_net_traffic_sent
679 name: sent
680 options:
681 multiplier: -1
682 - id: host_net_packets
683 title: ESXi Host network packets
684 context: host_net_packets
685 units: packets
686 algorithm: absolute
687 type: line
688 priority: 70061
689 lifecycle:
690 expire_after_cycles: 10
691 dimensions:
692 - selector: host_net_packets_received
693 name: received
694 - selector: host_net_packets_sent
695 name: sent
696 options:
697 multiplier: -1
698 - id: host_net_drops
699 title: ESXi Host network drops
700 context: host_net_drops
701 units: drops
702 algorithm: absolute
703 type: line
704 priority: 70062
705 lifecycle:
706 expire_after_cycles: 10
707 dimensions:
708 - selector: host_net_drops_received
709 name: received
710 - selector: host_net_drops_sent
711 name: sent
712 options:
713 multiplier: -1
714 - id: host_net_errors
715 title: ESXi Host network errors
716 context: host_net_errors
717 units: errors
718 algorithm: absolute
719 type: line
720 priority: 70063
721 lifecycle:
722 expire_after_cycles: 10
723 dimensions:
724 - selector: host_net_errors_received
725 name: received
726 - selector: host_net_errors_sent
727 name: sent
728 options:
729 multiplier: -1
730 - family: hosts status
731 metrics:
732 - host_overall_status_green
733 - host_overall_status_red
734 - host_overall_status_yellow
735 - host_overall_status_gray
736 - host_power_state_powered_on
737 - host_power_state_powered_off
738 - host_power_state_standby
739 - host_power_state_unknown
740 - host_connection_state_connected
741 - host_connection_state_not_responding
742 - host_connection_state_disconnected
743 - host_maintenance_status_normal
744 - host_maintenance_status_in_maintenance
745 chart_defaults:
746 instances:
747 by_labels:
748 - id
749 charts:
750 - id: host_overall_status
751 title: ESXi Host overall alarm status
752 context: host_overall_status
753 units: status
754 algorithm: absolute
755 type: line
756 priority: 70064
757 lifecycle:
758 expire_after_cycles: 10
759 dimensions:
760 - selector: host_overall_status_green
761 name: green
762 - selector: host_overall_status_red
763 name: red
764 - selector: host_overall_status_yellow
765 name: yellow
766 - selector: host_overall_status_gray
767 name: gray
768 - id: host_power_state
769 title: ESXi Host power state
770 context: host_power_state
771 units: status
772 algorithm: absolute
773 type: line
774 priority: 70073
775 lifecycle:
776 expire_after_cycles: 10
777 dimensions:
778 - selector: host_power_state_powered_on
779 name: powered_on
780 - selector: host_power_state_powered_off
781 name: powered_off
782 - selector: host_power_state_standby
783 name: standby
784 - selector: host_power_state_unknown
785 name: unknown
786 - id: host_connection_state
787 title: ESXi Host connection state
788 context: host_connection_state
789 units: status
790 algorithm: absolute
791 type: line
792 priority: 70082
793 lifecycle:
794 expire_after_cycles: 10
795 dimensions:
796 - selector: host_connection_state_connected
797 name: connected
798 - selector: host_connection_state_not_responding
799 name: not_responding
800 - selector: host_connection_state_disconnected
801 name: disconnected
802 - id: host_maintenance_status
803 title: ESXi Host maintenance status
804 context: host_maintenance_status
805 units: status
806 algorithm: absolute
807 type: line
808 priority: 70083
809 lifecycle:
810 expire_after_cycles: 10
811 dimensions:
812 - selector: host_maintenance_status_normal
813 name: normal
814 - selector: host_maintenance_status_in_maintenance
815 name: in_maintenance
816 - family: hosts uptime
817 metrics:
818 - host_system_uptime_uptime
819 chart_defaults:
820 instances:
821 by_labels:
822 - id
823 charts:
824 - id: host_system_uptime
825 title: ESXi Host system uptime
826 context: host_system_uptime
827 units: seconds
828 algorithm: absolute
829 type: line
830 priority: 70065
831 lifecycle:
832 expire_after_cycles: 10
833 dimensions:
834 - selector: host_system_uptime_uptime
835 name: uptime
836 - family: datastores space
837 metrics:
838 - datastore_space_utilization_used
839 - datastore_space_usage_capacity
840 - datastore_space_usage_free
841 - datastore_space_usage_used
842 - datastore_space_usage_uncommitted
843 chart_defaults:
844 instances:
845 by_labels:
846 - id
847 charts:
848 - id: datastore_space_utilization
849 title: Datastore space utilization
850 context: datastore_space_utilization
851 units: percentage
852 algorithm: absolute
853 type: line
854 priority: 70039
855 lifecycle:
856 expire_after_cycles: 10
857 dimensions:
858 - selector: datastore_space_utilization_used
859 name: used
860 options:
861 divisor: 100
862 - id: datastore_space_usage
863 title: Datastore space usage
864 context: datastore_space_usage
865 units: bytes
866 algorithm: absolute
867 type: line
868 priority: 70040
869 lifecycle:
870 expire_after_cycles: 10
871 dimensions:
872 - selector: datastore_space_usage_capacity
873 name: capacity
874 - selector: datastore_space_usage_free
875 name: free
876 - selector: datastore_space_usage_used
877 name: used
878 - selector: datastore_space_usage_uncommitted
879 name: uncommitted
880 - family: datastores status
881 metrics:
882 - datastore_overall_status_green
883 - datastore_overall_status_red
884 - datastore_overall_status_yellow
885 - datastore_overall_status_gray
886 - datastore_accessibility_status_accessible
887 - datastore_accessibility_status_inaccessible
888 - datastore_maintenance_status_normal
889 - datastore_maintenance_status_entering_maintenance
890 - datastore_maintenance_status_in_maintenance
891 - datastore_maintenance_status_unknown
892 - datastore_multiple_host_access_enabled
893 - datastore_multiple_host_access_disabled
894 - datastore_multiple_host_access_unknown
895 chart_defaults:
896 instances:
897 by_labels:
898 - id
899 charts:
900 - id: datastore_overall_status
901 title: Datastore overall alarm status
902 context: datastore_overall_status
903 units: status
904 algorithm: absolute
905 type: line
906 priority: 70041
907 lifecycle:
908 expire_after_cycles: 10
909 dimensions:
910 - selector: datastore_overall_status_green
911 name: green
912 - selector: datastore_overall_status_red
913 name: red
914 - selector: datastore_overall_status_yellow
915 name: yellow
916 - selector: datastore_overall_status_gray
917 name: gray
918 - id: datastore_accessibility_status
919 title: Datastore accessibility status
920 context: datastore_accessibility_status
921 units: status
922 algorithm: absolute
923 type: line
924 priority: 70069
925 lifecycle:
926 expire_after_cycles: 10
927 dimensions:
928 - selector: datastore_accessibility_status_accessible
929 name: accessible
930 - selector: datastore_accessibility_status_inaccessible
931 name: inaccessible
932 - id: datastore_maintenance_status
933 title: Datastore maintenance mode status
934 context: datastore_maintenance_status
935 units: status
936 algorithm: absolute
937 type: line
938 priority: 70070
939 lifecycle:
940 expire_after_cycles: 10
941 dimensions:
942 - selector: datastore_maintenance_status_normal
943 name: normal
944 - selector: datastore_maintenance_status_entering_maintenance
945 name: entering_maintenance
946 - selector: datastore_maintenance_status_in_maintenance
947 name: in_maintenance
948 - selector: datastore_maintenance_status_unknown
949 name: unknown
950 - id: datastore_multiple_host_access
951 title: Datastore multi-host access status
952 context: datastore_multiple_host_access
953 units: status
954 algorithm: absolute
955 type: line
956 priority: 70071
957 lifecycle:
958 expire_after_cycles: 10
959 dimensions:
960 - selector: datastore_multiple_host_access_enabled
961 name: enabled
962 - selector: datastore_multiple_host_access_disabled
963 name: disabled
964 - selector: datastore_multiple_host_access_unknown
965 name: unknown
966 - family: datastores disk
967 metrics:
968 - datastore_disk_io_read
969 - datastore_disk_io_write
970 - datastore_disk_iops_reads
971 - datastore_disk_iops_writes
972 - datastore_disk_latency_read
973 - datastore_disk_latency_write
974 chart_defaults:
975 instances:
976 by_labels:
977 - id
978 charts:
979 - id: datastore_disk_io
980 title: Datastore disk IO
981 context: datastore_disk_io
982 units: KiB/s
983 algorithm: absolute
984 type: area
985 priority: 70036
986 lifecycle:
987 expire_after_cycles: 10
988 dimensions:
989 - selector: datastore_disk_io_read
990 name: read
991 - selector: datastore_disk_io_write
992 name: write
993 options:
994 multiplier: -1
995 - id: datastore_disk_iops
996 title: Datastore disk IOPS
997 context: datastore_disk_iops
998 units: operations/s
999 algorithm: absolute
1000 type: line
1001 priority: 70037
1002 lifecycle:
1003 expire_after_cycles: 10
1004 dimensions:
1005 - selector: datastore_disk_iops_reads
1006 name: reads
1007 - selector: datastore_disk_iops_writes
1008 name: writes
1009 options:
1010 multiplier: -1
1011 - id: datastore_disk_latency
1012 title: Datastore disk latency
1013 context: datastore_disk_latency
1014 units: milliseconds
1015 algorithm: absolute
1016 type: line
1017 priority: 70038
1018 lifecycle:
1019 expire_after_cycles: 10
1020 dimensions:
1021 - selector: datastore_disk_latency_read
1022 name: read
1023 - selector: datastore_disk_latency_write
1024 name: write
1025 - family: clusters hosts
1026 metrics:
1027 - cluster_hosts_total
1028 - cluster_hosts_effective
1029 chart_defaults:
1030 instances:
1031 by_labels:
1032 - id
1033 charts:
1034 - id: cluster_hosts
1035 title: Cluster host count
1036 context: cluster_hosts
1037 units: hosts
1038 algorithm: absolute
1039 type: line
1040 priority: 70000
1041 lifecycle:
1042 expire_after_cycles: 10
1043 dimensions:
1044 - selector: cluster_hosts_total
1045 name: total
1046 - selector: cluster_hosts_effective
1047 name: effective
1048 - family: clusters cpu
1049 metrics:
1050 - cluster_cpu_capacity_total
1051 - cluster_cpu_capacity_effective
1052 - cluster_cpu_topology_cores
1053 - cluster_cpu_topology_threads
1054 - cluster_usage_cpu_demand
1055 - cluster_usage_cpu_entitled
1056 - cluster_usage_cpu_reserved
1057 chart_defaults:
1058 instances:
1059 by_labels:
1060 - id
1061 charts:
1062 - id: cluster_cpu_capacity
1063 title: Cluster CPU capacity
1064 context: cluster_cpu_capacity
1065 units: MHz
1066 algorithm: absolute
1067 type: line
1068 priority: 70001
1069 lifecycle:
1070 expire_after_cycles: 10
1071 dimensions:
1072 - selector: cluster_cpu_capacity_total
1073 name: total
1074 - selector: cluster_cpu_capacity_effective
1075 name: effective
1076 - id: cluster_cpu_topology
1077 title: Cluster CPU topology
1078 context: cluster_cpu_topology
1079 units: count
1080 algorithm: absolute
1081 type: line
1082 priority: 70003
1083 lifecycle:
1084 expire_after_cycles: 10
1085 dimensions:
1086 - selector: cluster_cpu_topology_cores
1087 name: cores
1088 - selector: cluster_cpu_topology_threads
1089 name: threads
1090 - id: cluster_usage_cpu
1091 title: Cluster DRS CPU usage summary
1092 context: cluster_usage_cpu
1093 units: MHz
1094 algorithm: absolute
1095 type: line
1096 priority: 70011
1097 lifecycle:
1098 expire_after_cycles: 10
1099 dimensions:
1100 - selector: cluster_usage_cpu_demand
1101 name: demand
1102 - selector: cluster_usage_cpu_entitled
1103 name: entitled
1104 - selector: cluster_usage_cpu_reserved
1105 name: reserved
1106 - family: clusters mem
1107 metrics:
1108 - cluster_mem_capacity_total
1109 - cluster_mem_capacity_effective
1110 - cluster_usage_mem_demand
1111 - cluster_usage_mem_entitled
1112 - cluster_usage_mem_reserved
1113 chart_defaults:
1114 instances:
1115 by_labels:
1116 - id
1117 charts:
1118 - id: cluster_mem_capacity
1119 title: Cluster memory capacity
1120 context: cluster_mem_capacity
1121 units: bytes
1122 algorithm: absolute
1123 type: line
1124 priority: 70002
1125 lifecycle:
1126 expire_after_cycles: 10
1127 dimensions:
1128 - selector: cluster_mem_capacity_total
1129 name: total
1130 - selector: cluster_mem_capacity_effective
1131 name: effective
1132 - id: cluster_usage_mem
1133 title: Cluster DRS memory usage summary
1134 context: cluster_usage_mem
1135 units: MB
1136 algorithm: absolute
1137 type: line
1138 priority: 70012
1139 lifecycle:
1140 expire_after_cycles: 10
1141 dimensions:
1142 - selector: cluster_usage_mem_demand
1143 name: demand
1144 - selector: cluster_usage_mem_entitled
1145 name: entitled
1146 - selector: cluster_usage_mem_reserved
1147 name: reserved
1148 - family: clusters config
1149 metrics:
1150 - cluster_drs_config_enabled
1151 - cluster_drs_mode_manual
1152 - cluster_drs_mode_partially_automated
1153 - cluster_drs_mode_fully_automated
1154 - cluster_drs_mode_unknown
1155 - cluster_drs_vmotion_rate_rate
1156 - cluster_ha_config_enabled
1157 - cluster_ha_config_admission_control
1158 - cluster_ha_host_monitoring_enabled
1159 - cluster_ha_host_monitoring_disabled
1160 - cluster_ha_host_monitoring_unknown
1161 - cluster_ha_vm_monitoring_disabled
1162 - cluster_ha_vm_monitoring_vm_monitoring_only
1163 - cluster_ha_vm_monitoring_vm_and_app_monitoring
1164 - cluster_ha_vm_monitoring_unknown
1165 - cluster_ha_vm_component_protection_enabled
1166 - cluster_ha_vm_component_protection_disabled
1167 - cluster_ha_vm_component_protection_unknown
1168 chart_defaults:
1169 instances:
1170 by_labels:
1171 - id
1172 charts:
1173 - id: cluster_drs_config
1174 title: Cluster DRS enabled
1175 context: cluster_drs_config
1176 units: status
1177 algorithm: absolute
1178 type: line
1179 priority: 70004
1180 lifecycle:
1181 expire_after_cycles: 10
1182 dimensions:
1183 - selector: cluster_drs_config_enabled
1184 name: enabled
1185 - id: cluster_drs_mode
1186 title: Cluster DRS automation mode
1187 context: cluster_drs_mode
1188 units: status
1189 algorithm: absolute
1190 type: line
1191 priority: 70084
1192 lifecycle:
1193 expire_after_cycles: 10
1194 dimensions:
1195 - selector: cluster_drs_mode_manual
1196 name: manual
1197 - selector: cluster_drs_mode_partially_automated
1198 name: partially_automated
1199 - selector: cluster_drs_mode_fully_automated
1200 name: fully_automated
1201 - selector: cluster_drs_mode_unknown
1202 name: unknown
1203 - id: cluster_drs_vmotion_rate
1204 title: Cluster DRS vMotion recommendation threshold
1205 context: cluster_drs_vmotion_rate
1206 units: level
1207 algorithm: absolute
1208 type: line
1209 priority: 70085
1210 lifecycle:
1211 expire_after_cycles: 10
1212 dimensions:
1213 - selector: cluster_drs_vmotion_rate_rate
1214 name: rate
1215 - id: cluster_ha_config
1216 title: Cluster HA configuration
1217 context: cluster_ha_config
1218 units: status
1219 algorithm: absolute
1220 type: line
1221 priority: 70005
1222 lifecycle:
1223 expire_after_cycles: 10
1224 dimensions:
1225 - selector: cluster_ha_config_enabled
1226 name: enabled
1227 - selector: cluster_ha_config_admission_control
1228 name: admission_control
1229 - id: cluster_ha_host_monitoring
1230 title: Cluster HA host monitoring
1231 context: cluster_ha_host_monitoring
1232 units: status
1233 algorithm: absolute
1234 type: line
1235 priority: 70086
1236 lifecycle:
1237 expire_after_cycles: 10
1238 dimensions:
1239 - selector: cluster_ha_host_monitoring_enabled
1240 name: enabled
1241 - selector: cluster_ha_host_monitoring_disabled
1242 name: disabled
1243 - selector: cluster_ha_host_monitoring_unknown
1244 name: unknown
1245 - id: cluster_ha_vm_monitoring
1246 title: Cluster HA VM monitoring
1247 context: cluster_ha_vm_monitoring
1248 units: status
1249 algorithm: absolute
1250 type: line
1251 priority: 70087
1252 lifecycle:
1253 expire_after_cycles: 10
1254 dimensions:
1255 - selector: cluster_ha_vm_monitoring_disabled
1256 name: disabled
1257 - selector: cluster_ha_vm_monitoring_vm_monitoring_only
1258 name: vm_monitoring_only
1259 - selector: cluster_ha_vm_monitoring_vm_and_app_monitoring
1260 name: vm_and_app_monitoring
1261 - selector: cluster_ha_vm_monitoring_unknown
1262 name: unknown
1263 - id: cluster_ha_vm_component_protection
1264 title: Cluster HA VM component protection
1265 context: cluster_ha_vm_component_protection
1266 units: status
1267 algorithm: absolute
1268 type: line
1269 priority: 70088
1270 lifecycle:
1271 expire_after_cycles: 10
1272 dimensions:
1273 - selector: cluster_ha_vm_component_protection_enabled
1274 name: enabled
1275 - selector: cluster_ha_vm_component_protection_disabled
1276 name: disabled
1277 - selector: cluster_ha_vm_component_protection_unknown
1278 name: unknown
1279 - family: clusters status
1280 metrics:
1281 - cluster_overall_status_green
1282 - cluster_overall_status_red
1283 - cluster_overall_status_yellow
1284 - cluster_overall_status_gray
1285 chart_defaults:
1286 instances:
1287 by_labels:
1288 - id
1289 charts:
1290 - id: cluster_overall_status
1291 title: Cluster overall alarm status
1292 context: cluster_overall_status
1293 units: status
1294 algorithm: absolute
1295 type: line
1296 priority: 70006
1297 lifecycle:
1298 expire_after_cycles: 10
1299 dimensions:
1300 - selector: cluster_overall_status_green
1301 name: green
1302 - selector: cluster_overall_status_red
1303 name: red
1304 - selector: cluster_overall_status_yellow
1305 name: yellow
1306 - selector: cluster_overall_status_gray
1307 name: gray
1308 - family: clusters migrations
1309 metrics:
1310 - cluster_vmotions_vmotions
1311 chart_defaults:
1312 instances:
1313 by_labels:
1314 - id
1315 charts:
1316 - id: cluster_vmotions
1317 title: Cluster cumulative vMotion count
1318 context: cluster_vmotions
1319 units: migrations
1320 algorithm: incremental
1321 type: line
1322 priority: 70007
1323 lifecycle:
1324 expire_after_cycles: 10
1325 dimensions:
1326 - selector: cluster_vmotions_vmotions
1327 name: vmotions
1328 - family: clusters drs
1329 metrics:
1330 - cluster_drs_score_score
1331 - cluster_drs_balance_current
1332 - cluster_drs_balance_target
1333 chart_defaults:
1334 instances:
1335 by_labels:
1336 - id
1337 charts:
1338 - id: cluster_drs_score
1339 title: Cluster DRS score
1340 context: cluster_drs_score
1341 units: percentage
1342 algorithm: absolute
1343 type: line
1344 priority: 70008
1345 lifecycle:
1346 expire_after_cycles: 10
1347 dimensions:
1348 - selector: cluster_drs_score_score
1349 name: score
1350 - id: cluster_drs_balance
1351 title: Cluster DRS load balance
1352 context: cluster_drs_balance
1353 units: score
1354 algorithm: absolute
1355 type: line
1356 priority: 70009
1357 lifecycle:
1358 expire_after_cycles: 10
1359 dimensions:
1360 - selector: cluster_drs_balance_current
1361 name: current
1362 options:
1363 divisor: 1000
1364 - selector: cluster_drs_balance_target
1365 name: target
1366 options:
1367 divisor: 1000
1368 - family: clusters vms
1369 metrics:
1370 - cluster_vm_count_total
1371 - cluster_vm_count_powered_off
1372 chart_defaults:
1373 instances:
1374 by_labels:
1375 - id
1376 charts:
1377 - id: cluster_vm_count
1378 title: Cluster VM count
1379 context: cluster_vm_count
1380 units: VMs
1381 algorithm: absolute
1382 type: line
1383 priority: 70010
1384 lifecycle:
1385 expire_after_cycles: 10
1386 dimensions:
1387 - selector: cluster_vm_count_total
1388 name: total
1389 - selector: cluster_vm_count_powered_off
1390 name: powered_off
1391 - family: clusters cpu
1392 metrics:
1393 - cluster_cpu_utilization_used
1394 - cluster_cpu_usage_used
1395 - cluster_cpu_usage_total
1396 - cluster_services_effective_cpu_effective_cpu
1397 chart_defaults:
1398 instances:
1399 by_labels:
1400 - id
1401 charts:
1402 - id: cluster_cpu_utilization
1403 title: Cluster CPU utilization
1404 context: cluster_cpu_utilization
1405 units: percentage
1406 algorithm: absolute
1407 type: line
1408 priority: 70013
1409 lifecycle:
1410 expire_after_cycles: 10
1411 dimensions:
1412 - selector: cluster_cpu_utilization_used
1413 name: used
1414 options:
1415 divisor: 100
1416 - id: cluster_cpu_usage
1417 title: Cluster CPU usage
1418 context: cluster_cpu_usage
1419 units: MHz
1420 algorithm: absolute
1421 type: line
1422 priority: 70014
1423 lifecycle:
1424 expire_after_cycles: 10
1425 dimensions:
1426 - selector: cluster_cpu_usage_used
1427 name: used
1428 - selector: cluster_cpu_usage_total
1429 name: total
1430 - id: cluster_services_effective_cpu
1431 title: Cluster effective CPU capacity
1432 context: cluster_services_effective_cpu
1433 units: MHz
1434 algorithm: absolute
1435 type: line
1436 priority: 70018
1437 lifecycle:
1438 expire_after_cycles: 10
1439 dimensions:
1440 - selector: cluster_services_effective_cpu_effective_cpu
1441 name: effective_cpu
1442 - family: clusters mem
1443 metrics:
1444 - cluster_mem_utilization_used
1445 - cluster_mem_usage_consumed
1446 - cluster_mem_usage_active
1447 - cluster_mem_usage_granted
1448 - cluster_mem_usage_shared
1449 - cluster_mem_usage_overhead
1450 - cluster_mem_usage_swap_used
1451 - cluster_services_effective_mem_effective_mem
1452 chart_defaults:
1453 instances:
1454 by_labels:
1455 - id
1456 charts:
1457 - id: cluster_mem_utilization
1458 title: Cluster memory utilization
1459 context: cluster_mem_utilization
1460 units: percentage
1461 algorithm: absolute
1462 type: line
1463 priority: 70015
1464 lifecycle:
1465 expire_after_cycles: 10
1466 dimensions:
1467 - selector: cluster_mem_utilization_used
1468 name: used
1469 options:
1470 divisor: 100
1471 - id: cluster_mem_usage
1472 title: Cluster memory usage
1473 context: cluster_mem_usage
1474 units: KiB
1475 algorithm: absolute
1476 type: line
1477 priority: 70016
1478 lifecycle:
1479 expire_after_cycles: 10
1480 dimensions:
1481 - selector: cluster_mem_usage_consumed
1482 name: consumed
1483 - selector: cluster_mem_usage_active
1484 name: active
1485 - selector: cluster_mem_usage_granted
1486 name: granted
1487 - selector: cluster_mem_usage_shared
1488 name: shared
1489 - selector: cluster_mem_usage_overhead
1490 name: overhead
1491 - selector: cluster_mem_usage_swap_used
1492 name: swap_used
1493 - id: cluster_services_effective_mem
1494 title: Cluster effective memory capacity
1495 context: cluster_services_effective_mem
1496 units: MB
1497 algorithm: absolute
1498 type: line
1499 priority: 70019
1500 lifecycle:
1501 expire_after_cycles: 10
1502 dimensions:
1503 - selector: cluster_services_effective_mem_effective_mem
1504 name: effective_mem
1505 - family: clusters drs
1506 metrics:
1507 - cluster_services_fairness_cpu
1508 - cluster_services_fairness_memory
1509 chart_defaults:
1510 instances:
1511 by_labels:
1512 - id
1513 charts:
1514 - id: cluster_services_fairness
1515 title: Cluster DRS resource distribution fairness
1516 context: cluster_services_fairness
1517 units: score
1518 algorithm: absolute
1519 type: line
1520 priority: 70017
1521 lifecycle:
1522 expire_after_cycles: 10
1523 dimensions:
1524 - selector: cluster_services_fairness_cpu
1525 name: cpu
1526 - selector: cluster_services_fairness_memory
1527 name: memory
1528 - family: clusters ha
1529 metrics:
1530 - cluster_services_failover_failures_tolerable
1531 chart_defaults:
1532 instances:
1533 by_labels:
1534 - id
1535 charts:
1536 - id: cluster_services_failover
1537 title: Cluster HA failover capacity
1538 context: cluster_services_failover
1539 units: failures
1540 algorithm: absolute
1541 type: line
1542 priority: 70020
1543 lifecycle:
1544 expire_after_cycles: 10
1545 dimensions:
1546 - selector: cluster_services_failover_failures_tolerable
1547 name: failures_tolerable
1548 - family: clusters vmop
1549 metrics:
1550 - cluster_vm_migrations_vmotion
1551 - cluster_vm_migrations_svmotion
1552 - cluster_vm_migrations_xvmotion
1553 - cluster_vm_lifecycle_poweron
1554 - cluster_vm_lifecycle_poweroff
1555 - cluster_vm_lifecycle_create
1556 - cluster_vm_lifecycle_destroy
1557 - cluster_vm_lifecycle_clone
1558 - cluster_vm_lifecycle_deploy
1559 - cluster_vm_management_reconfigure
1560 - cluster_vm_management_reset
1561 - cluster_vm_management_suspend
1562 - cluster_vm_management_register
1563 - cluster_vm_management_unregister
1564 - cluster_vm_guest_ops_reboot
1565 - cluster_vm_guest_ops_shutdown
1566 - cluster_vm_guest_ops_standby
1567 - cluster_vm_cold_migrations_change_ds
1568 - cluster_vm_cold_migrations_change_host
1569 - cluster_vm_cold_migrations_change_host_ds
1570 chart_defaults:
1571 instances:
1572 by_labels:
1573 - id
1574 charts:
1575 - id: cluster_vm_migrations
1576 title: Cluster VM migration operations
1577 context: cluster_vm_migrations
1578 units: operations
1579 algorithm: absolute
1580 type: line
1581 priority: 70021
1582 lifecycle:
1583 expire_after_cycles: 10
1584 dimensions:
1585 - selector: cluster_vm_migrations_vmotion
1586 name: vmotion
1587 - selector: cluster_vm_migrations_svmotion
1588 name: svmotion
1589 - selector: cluster_vm_migrations_xvmotion
1590 name: xvmotion
1591 - id: cluster_vm_lifecycle
1592 title: Cluster VM lifecycle operations
1593 context: cluster_vm_lifecycle
1594 units: operations
1595 algorithm: absolute
1596 type: line
1597 priority: 70022
1598 lifecycle:
1599 expire_after_cycles: 10
1600 dimensions:
1601 - selector: cluster_vm_lifecycle_poweron
1602 name: poweron
1603 - selector: cluster_vm_lifecycle_poweroff
1604 name: poweroff
1605 - selector: cluster_vm_lifecycle_create
1606 name: create
1607 - selector: cluster_vm_lifecycle_destroy
1608 name: destroy
1609 - selector: cluster_vm_lifecycle_clone
1610 name: clone
1611 - selector: cluster_vm_lifecycle_deploy
1612 name: deploy
1613 - id: cluster_vm_management
1614 title: Cluster VM management operations
1615 context: cluster_vm_management
1616 units: operations
1617 algorithm: absolute
1618 type: line
1619 priority: 70023
1620 lifecycle:
1621 expire_after_cycles: 10
1622 dimensions:
1623 - selector: cluster_vm_management_reconfigure
1624 name: reconfigure
1625 - selector: cluster_vm_management_reset
1626 name: reset
1627 - selector: cluster_vm_management_suspend
1628 name: suspend
1629 - selector: cluster_vm_management_register
1630 name: register
1631 - selector: cluster_vm_management_unregister
1632 name: unregister
1633 - id: cluster_vm_guest_ops
1634 title: Cluster VM guest operations
1635 context: cluster_vm_guest_ops
1636 units: operations
1637 algorithm: absolute
1638 type: line
1639 priority: 70024
1640 lifecycle:
1641 expire_after_cycles: 10
1642 dimensions:
1643 - selector: cluster_vm_guest_ops_reboot
1644 name: reboot
1645 - selector: cluster_vm_guest_ops_shutdown
1646 name: shutdown
1647 - selector: cluster_vm_guest_ops_standby
1648 name: standby
1649 - id: cluster_vm_cold_migrations
1650 title: Cluster VM cold migration operations
1651 context: cluster_vm_cold_migrations
1652 units: operations
1653 algorithm: absolute
1654 type: line
1655 priority: 70025
1656 lifecycle:
1657 expire_after_cycles: 10
1658 dimensions:
1659 - selector: cluster_vm_cold_migrations_change_ds
1660 name: change_ds
1661 - selector: cluster_vm_cold_migrations_change_host
1662 name: change_host
1663 - selector: cluster_vm_cold_migrations_change_host_ds
1664 name: change_host_ds
1665 - family: resource pools cpu
1666 metrics:
1667 - resource_pool_cpu_usage_usage
1668 - resource_pool_cpu_usage_demand
1669 - resource_pool_cpu_entitlement_distributed
1670 - resource_pool_cpu_allocation_reservation_used
1671 - resource_pool_cpu_allocation_unreserved_for_vm
1672 - resource_pool_cpu_allocation_max_usage
1673 - resource_pool_cpu_config_reservation
1674 - resource_pool_cpu_config_limit
1675 chart_defaults:
1676 instances:
1677 by_labels:
1678 - id
1679 charts:
1680 - id: resource_pool_cpu_usage
1681 title: Resource Pool CPU usage vs demand
1682 context: resource_pool_cpu_usage
1683 units: MHz
1684 algorithm: absolute
1685 type: line
1686 priority: 70026
1687 lifecycle:
1688 expire_after_cycles: 10
1689 dimensions:
1690 - selector: resource_pool_cpu_usage_usage
1691 name: usage
1692 - selector: resource_pool_cpu_usage_demand
1693 name: demand
1694 - id: resource_pool_cpu_entitlement
1695 title: Resource Pool CPU entitlement
1696 context: resource_pool_cpu_entitlement
1697 units: MHz
1698 algorithm: absolute
1699 type: line
1700 priority: 70027
1701 lifecycle:
1702 expire_after_cycles: 10
1703 dimensions:
1704 - selector: resource_pool_cpu_entitlement_distributed
1705 name: distributed
1706 - id: resource_pool_cpu_allocation
1707 title: Resource Pool CPU allocation
1708 context: resource_pool_cpu_allocation
1709 units: MHz
1710 algorithm: absolute
1711 type: line
1712 priority: 70028
1713 lifecycle:
1714 expire_after_cycles: 10
1715 dimensions:
1716 - selector: resource_pool_cpu_allocation_reservation_used
1717 name: reservation_used
1718 - selector: resource_pool_cpu_allocation_unreserved_for_vm
1719 name: unreserved_for_vm
1720 - selector: resource_pool_cpu_allocation_max_usage
1721 name: max_usage
1722 - id: resource_pool_cpu_config
1723 title: Resource Pool CPU configured reservation and limit
1724 context: resource_pool_cpu_config
1725 units: MHz
1726 algorithm: absolute
1727 type: line
1728 priority: 70033
1729 lifecycle:
1730 expire_after_cycles: 10
1731 dimensions:
1732 - selector: resource_pool_cpu_config_reservation
1733 name: reservation
1734 - selector: resource_pool_cpu_config_limit
1735 name: limit
1736 - family: resource pools mem
1737 metrics:
1738 - resource_pool_mem_usage_host
1739 - resource_pool_mem_usage_guest
1740 - resource_pool_mem_entitlement_distributed
1741 - resource_pool_mem_allocation_reservation_used
1742 - resource_pool_mem_allocation_unreserved_for_vm
1743 - resource_pool_mem_allocation_max_usage
1744 - resource_pool_mem_breakdown_private
1745 - resource_pool_mem_breakdown_shared
1746 - resource_pool_mem_breakdown_swapped
1747 - resource_pool_mem_breakdown_ballooned
1748 - resource_pool_mem_breakdown_overhead
1749 - resource_pool_mem_breakdown_consumed_overhead
1750 - resource_pool_mem_breakdown_compressed
1751 - resource_pool_mem_config_reservation
1752 - resource_pool_mem_config_limit
1753 chart_defaults:
1754 instances:
1755 by_labels:
1756 - id
1757 charts:
1758 - id: resource_pool_mem_usage
1759 title: Resource Pool memory usage
1760 context: resource_pool_mem_usage
1761 units: MB
1762 algorithm: absolute
1763 type: line
1764 priority: 70029
1765 lifecycle:
1766 expire_after_cycles: 10
1767 dimensions:
1768 - selector: resource_pool_mem_usage_host
1769 name: host
1770 - selector: resource_pool_mem_usage_guest
1771 name: guest
1772 - id: resource_pool_mem_entitlement
1773 title: Resource Pool memory entitlement
1774 context: resource_pool_mem_entitlement
1775 units: MB
1776 algorithm: absolute
1777 type: line
1778 priority: 70030
1779 lifecycle:
1780 expire_after_cycles: 10
1781 dimensions:
1782 - selector: resource_pool_mem_entitlement_distributed
1783 name: distributed
1784 - id: resource_pool_mem_allocation
1785 title: Resource Pool memory allocation
1786 context: resource_pool_mem_allocation
1787 units: bytes
1788 algorithm: absolute
1789 type: line
1790 priority: 70031
1791 lifecycle:
1792 expire_after_cycles: 10
1793 dimensions:
1794 - selector: resource_pool_mem_allocation_reservation_used
1795 name: reservation_used
1796 - selector: resource_pool_mem_allocation_unreserved_for_vm
1797 name: unreserved_for_vm
1798 - selector: resource_pool_mem_allocation_max_usage
1799 name: max_usage
1800 - id: resource_pool_mem_breakdown
1801 title: Resource Pool memory state breakdown
1802 context: resource_pool_mem_breakdown
1803 units: MB
1804 algorithm: absolute
1805 type: line
1806 priority: 70032
1807 lifecycle:
1808 expire_after_cycles: 10
1809 dimensions:
1810 - selector: resource_pool_mem_breakdown_private
1811 name: private
1812 - selector: resource_pool_mem_breakdown_shared
1813 name: shared
1814 - selector: resource_pool_mem_breakdown_swapped
1815 name: swapped
1816 - selector: resource_pool_mem_breakdown_ballooned
1817 name: ballooned
1818 - selector: resource_pool_mem_breakdown_overhead
1819 name: overhead
1820 - selector: resource_pool_mem_breakdown_consumed_overhead
1821 name: consumed_overhead
1822 - selector: resource_pool_mem_breakdown_compressed
1823 name: compressed
1824 options:
1825 divisor: 1024
1826 - id: resource_pool_mem_config
1827 title: Resource Pool memory configured reservation and limit
1828 context: resource_pool_mem_config
1829 units: MB
1830 algorithm: absolute
1831 type: line
1832 priority: 70034
1833 lifecycle:
1834 expire_after_cycles: 10
1835 dimensions:
1836 - selector: resource_pool_mem_config_reservation
1837 name: reservation
1838 - selector: resource_pool_mem_config_limit
1839 name: limit
1840 - family: resource pools status
1841 metrics:
1842 - resource_pool_overall_status_green
1843 - resource_pool_overall_status_red
1844 - resource_pool_overall_status_yellow
1845 - resource_pool_overall_status_gray
1846 chart_defaults:
1847 instances:
1848 by_labels:
1849 - id
1850 charts:
1851 - id: resource_pool_overall_status
1852 title: Resource Pool overall alarm status
1853 context: resource_pool_overall_status
1854 units: status
1855 algorithm: absolute
1856 type: line
1857 priority: 70035
1858 lifecycle:
1859 expire_after_cycles: 10
1860 dimensions:
1861 - selector: resource_pool_overall_status_green
1862 name: green
1863 - selector: resource_pool_overall_status_red
1864 name: red
1865 - selector: resource_pool_overall_status_yellow
1866 name: yellow
1867 - selector: resource_pool_overall_status_gray
1868 name: gray
1869 - family: datastore clusters space
1870 metrics:
1871 - datastore_cluster_space_usage_capacity
1872 - datastore_cluster_space_usage_free
1873 - datastore_cluster_space_usage_used
1874 - datastore_cluster_space_utilization_used
1875 chart_defaults:
1876 instances:
1877 by_labels:
1878 - id
1879 charts:
1880 - id: datastore_cluster_space_utilization
1881 title: Datastore Cluster space utilization
1882 context: datastore_cluster_space_utilization
1883 units: percentage
1884 algorithm: absolute
1885 type: line
1886 priority: 70200
1887 lifecycle:
1888 expire_after_cycles: 10
1889 dimensions:
1890 - selector: datastore_cluster_space_utilization_used
1891 name: used
1892 options:
1893 divisor: 100
1894 - id: datastore_cluster_space_usage
1895 title: Datastore Cluster space usage
1896 context: datastore_cluster_space_usage
1897 units: bytes
1898 algorithm: absolute
1899 type: line
1900 priority: 70201
1901 lifecycle:
1902 expire_after_cycles: 10
1903 dimensions:
1904 - selector: datastore_cluster_space_usage_capacity
1905 name: capacity
1906 - selector: datastore_cluster_space_usage_free
1907 name: free
1908 - selector: datastore_cluster_space_usage_used
1909 name: used
1910 - family: datastore clusters status
1911 metrics:
1912 - datastore_cluster_storage_drs_status_enabled
1913 - datastore_cluster_storage_drs_status_disabled
1914 - datastore_cluster_overall_status_green
1915 - datastore_cluster_overall_status_red
1916 - datastore_cluster_overall_status_yellow
1917 - datastore_cluster_overall_status_gray
1918 chart_defaults:
1919 instances:
1920 by_labels:
1921 - id
1922 charts:
1923 - id: datastore_cluster_storage_drs_status
1924 title: Datastore Cluster Storage DRS status
1925 context: datastore_cluster_storage_drs_status
1926 units: status
1927 algorithm: absolute
1928 type: line
1929 priority: 70202
1930 lifecycle:
1931 expire_after_cycles: 10
1932 dimensions:
1933 - selector: datastore_cluster_storage_drs_status_enabled
1934 name: enabled
1935 - selector: datastore_cluster_storage_drs_status_disabled
1936 name: disabled
1937 - id: datastore_cluster_overall_status
1938 title: Datastore Cluster overall status
1939 context: datastore_cluster_overall_status
1940 units: status
1941 algorithm: absolute
1942 type: line
1943 priority: 70203
1944 lifecycle:
1945 expire_after_cycles: 10
1946 dimensions:
1947 - selector: datastore_cluster_overall_status_green
1948 name: green
1949 - selector: datastore_cluster_overall_status_red
1950 name: red
1951 - selector: datastore_cluster_overall_status_yellow
1952 name: yellow
1953 - selector: datastore_cluster_overall_status_gray
1954 name: gray
1955 - family: hosts power
1956 metrics:
1957 - host_power_usage_power
1958 - host_power_usage_cap
1959 - host_power_capacity_usage_used
1960 - host_power_capacity_usage_usable
1961 - host_power_capacity_usage_idle
1962 - host_power_capacity_usage_system
1963 - host_power_capacity_usage_vm
1964 - host_power_capacity_utilization_used
1965 - host_energy_usage_energy
1966 chart_defaults:
1967 instances:
1968 by_labels:
1969 - id
1970 charts:
1971 - id: host_power_usage
1972 title: ESXi Host power usage
1973 context: host_power_usage
1974 units: watts
1975 algorithm: absolute
1976 type: line
1977 priority: 70210
1978 lifecycle:
1979 expire_after_cycles: 10
1980 dimensions:
1981 - selector: host_power_usage_power
1982 name: power
1983 - selector: host_power_usage_cap
1984 name: cap
1985 - id: host_power_capacity_usage
1986 title: ESXi Host power capacity usage
1987 context: host_power_capacity_usage
1988 units: watts
1989 algorithm: absolute
1990 type: line
1991 priority: 70211
1992 lifecycle:
1993 expire_after_cycles: 10
1994 dimensions:
1995 - selector: host_power_capacity_usage_used
1996 name: used
1997 - selector: host_power_capacity_usage_usable
1998 name: usable
1999 - selector: host_power_capacity_usage_idle
2000 name: idle
2001 - selector: host_power_capacity_usage_system
2002 name: system
2003 - selector: host_power_capacity_usage_vm
2004 name: vm
2005 - id: host_power_capacity_utilization
2006 title: ESXi Host power capacity utilization
2007 context: host_power_capacity_utilization
2008 units: percentage
2009 algorithm: absolute
2010 type: line
2011 priority: 70212
2012 lifecycle:
2013 expire_after_cycles: 10
2014 dimensions:
2015 - selector: host_power_capacity_utilization_used
2016 name: used
2017 options:
2018 divisor: 100
2019 - id: host_energy_usage
2020 title: ESXi Host energy usage
2021 context: host_energy_usage
2022 units: joules
2023 algorithm: absolute
2024 type: line
2025 priority: 70213
2026 lifecycle:
2027 expire_after_cycles: 10
2028 dimensions:
2029 - selector: host_energy_usage_energy
2030 name: energy
2031 - family: vms power
2032 metrics:
2033 - vm_power_usage_power
2034 - vm_energy_usage_energy
2035 chart_defaults:
2036 instances:
2037 by_labels:
2038 - id
2039 charts:
2040 - id: vm_power_usage
2041 title: Virtual Machine power usage
2042 context: vm_power_usage
2043 units: watts
2044 algorithm: absolute
2045 type: line
2046 priority: 70220
2047 lifecycle:
2048 expire_after_cycles: 10
2049 dimensions:
2050 - selector: vm_power_usage_power
2051 name: power
2052 - id: vm_energy_usage
2053 title: Virtual Machine energy usage
2054 context: vm_energy_usage
2055 units: joules
2056 algorithm: absolute
2057 type: line
2058 priority: 70221
2059 lifecycle:
2060 expire_after_cycles: 10
2061 dimensions:
2062 - selector: vm_energy_usage_energy
2063 name: energy
2064 - family: vSAN clusters space
2065 metrics:
2066 - vsan_cluster_space_usage_total
2067 - vsan_cluster_space_usage_free
2068 - vsan_cluster_space_usage_used
2069 - vsan_cluster_space_utilization_used
2070 - vsan_cluster_health_status_green
2071 - vsan_cluster_health_status_yellow
2072 - vsan_cluster_health_status_red
2073 - vsan_cluster_health_status_unknown
2074 chart_defaults:
2075 instances:
2076 by_labels:
2077 - id
2078 charts:
2079 - id: vsan_cluster_space_utilization
2080 title: vSAN Cluster space utilization
2081 context: vsan_cluster_space_utilization
2082 units: percentage
2083 algorithm: absolute
2084 type: line
2085 priority: 70105
2086 lifecycle:
2087 expire_after_cycles: 10
2088 dimensions:
2089 - selector: vsan_cluster_space_utilization_used
2090 name: used
2091 options:
2092 divisor: 100
2093 - id: vsan_cluster_space_usage
2094 title: vSAN Cluster space usage
2095 context: vsan_cluster_space_usage
2096 units: bytes
2097 algorithm: absolute
2098 type: stacked
2099 priority: 70106
2100 lifecycle:
2101 expire_after_cycles: 10
2102 dimensions:
2103 - selector: vsan_cluster_space_usage_used
2104 name: used
2105 - selector: vsan_cluster_space_usage_free
2106 name: free
2107 - selector: vsan_cluster_space_usage_total
2108 name: total
2109 options:
2110 hidden: true
2111 - id: vsan_cluster_health_status
2112 title: vSAN Cluster health status
2113 context: vsan_cluster_health_status
2114 units: status
2115 algorithm: absolute
2116 type: line
2117 priority: 70107
2118 lifecycle:
2119 expire_after_cycles: 10
2120 dimensions:
2121 - selector: vsan_cluster_health_status_green
2122 name: green
2123 - selector: vsan_cluster_health_status_yellow
2124 name: yellow
2125 - selector: vsan_cluster_health_status_red
2126 name: red
2127 - selector: vsan_cluster_health_status_unknown
2128 name: unknown
2129 - family: vSAN clusters performance
2130 metrics:
2131 - vsan_cluster_operations_read
2132 - vsan_cluster_operations_write
2133 - vsan_cluster_throughput_read
2134 - vsan_cluster_throughput_write
2135 - vsan_cluster_latency_read
2136 - vsan_cluster_latency_write
2137 - vsan_cluster_congestions
2138 chart_defaults:
2139 instances:
2140 by_labels:
2141 - id
2142 charts:
2143 - id: vsan_cluster_operations
2144 title: vSAN Cluster operations
2145 context: vsan_cluster_operations
2146 units: operations/s
2147 algorithm: absolute
2148 type: line
2149 priority: 70108
2150 lifecycle:
2151 expire_after_cycles: 10
2152 dimensions:
2153 - selector: vsan_cluster_operations_read
2154 name: read
2155 - selector: vsan_cluster_operations_write
2156 name: write
2157 - id: vsan_cluster_throughput
2158 title: vSAN Cluster throughput
2159 context: vsan_cluster_throughput
2160 units: bytes/s
2161 algorithm: absolute
2162 type: area
2163 priority: 70109
2164 lifecycle:
2165 expire_after_cycles: 10
2166 dimensions:
2167 - selector: vsan_cluster_throughput_read
2168 name: read
2169 - selector: vsan_cluster_throughput_write
2170 name: write
2171 - id: vsan_cluster_latency
2172 title: vSAN Cluster latency
2173 context: vsan_cluster_latency
2174 units: microseconds
2175 algorithm: absolute
2176 type: line
2177 priority: 70110
2178 lifecycle:
2179 expire_after_cycles: 10
2180 dimensions:
2181 - selector: vsan_cluster_latency_read
2182 name: read
2183 - selector: vsan_cluster_latency_write
2184 name: write
2185 - id: vsan_cluster_congestions
2186 title: vSAN Cluster congestions
2187 context: vsan_cluster_congestions
2188 units: congestions/s
2189 algorithm: absolute
2190 type: line
2191 priority: 70111
2192 lifecycle:
2193 expire_after_cycles: 10
2194 dimensions:
2195 - selector: vsan_cluster_congestions
2196 name: congestions
2197 - family: vSAN hosts performance
2198 metrics:
2199 - vsan_host_operations_read
2200 - vsan_host_operations_write
2201 - vsan_host_throughput_read
2202 - vsan_host_throughput_write
2203 - vsan_host_latency_read
2204 - vsan_host_latency_write
2205 - vsan_host_congestions
2206 - vsan_host_cache_hit_rate
2207 chart_defaults:
2208 instances:
2209 by_labels:
2210 - id
2211 charts:
2212 - id: vsan_host_operations
2213 title: vSAN Host operations
2214 context: vsan_host_operations
2215 units: operations/s
2216 algorithm: absolute
2217 type: line
2218 priority: 70112
2219 lifecycle:
2220 expire_after_cycles: 10
2221 dimensions:
2222 - selector: vsan_host_operations_read
2223 name: read
2224 - selector: vsan_host_operations_write
2225 name: write
2226 - id: vsan_host_throughput
2227 title: vSAN Host throughput
2228 context: vsan_host_throughput
2229 units: bytes/s
2230 algorithm: absolute
2231 type: area
2232 priority: 70113
2233 lifecycle:
2234 expire_after_cycles: 10
2235 dimensions:
2236 - selector: vsan_host_throughput_read
2237 name: read
2238 - selector: vsan_host_throughput_write
2239 name: write
2240 - id: vsan_host_latency
2241 title: vSAN Host latency
2242 context: vsan_host_latency
2243 units: microseconds
2244 algorithm: absolute
2245 type: line
2246 priority: 70114
2247 lifecycle:
2248 expire_after_cycles: 10
2249 dimensions:
2250 - selector: vsan_host_latency_read
2251 name: read
2252 - selector: vsan_host_latency_write
2253 name: write
2254 - id: vsan_host_congestions
2255 title: vSAN Host congestions
2256 context: vsan_host_congestions
2257 units: congestions/s
2258 algorithm: absolute
2259 type: line
2260 priority: 70115
2261 lifecycle:
2262 expire_after_cycles: 10
2263 dimensions:
2264 - selector: vsan_host_congestions
2265 name: congestions
2266 - id: vsan_host_cache_hit_rate
2267 title: vSAN Host client cache hit rate
2268 context: vsan_host_cache_hit_rate
2269 units: percentage
2270 algorithm: absolute
2271 type: line
2272 priority: 70116
2273 lifecycle:
2274 expire_after_cycles: 10
2275 dimensions:
2276 - selector: vsan_host_cache_hit_rate
2277 name: hit_rate
2278 - family: vSAN VMs performance
2279 metrics:
2280 - vsan_vm_operations_read
2281 - vsan_vm_operations_write
2282 - vsan_vm_throughput_read
2283 - vsan_vm_throughput_write
2284 - vsan_vm_latency_read
2285 - vsan_vm_latency_write
2286 chart_defaults:
2287 instances:
2288 by_labels:
2289 - id
2290 charts:
2291 - id: vsan_vm_operations
2292 title: vSAN Virtual Machine operations
2293 context: vsan_vm_operations
2294 units: operations/s
2295 algorithm: absolute
2296 type: line
2297 priority: 70117
2298 lifecycle:
2299 expire_after_cycles: 10
2300 dimensions:
2301 - selector: vsan_vm_operations_read
2302 name: read
2303 - selector: vsan_vm_operations_write
2304 name: write
2305 - id: vsan_vm_throughput
2306 title: vSAN Virtual Machine throughput
2307 context: vsan_vm_throughput
2308 units: bytes/s
2309 algorithm: absolute
2310 type: area
2311 priority: 70118
2312 lifecycle:
2313 expire_after_cycles: 10
2314 dimensions:
2315 - selector: vsan_vm_throughput_read
2316 name: read
2317 - selector: vsan_vm_throughput_write
2318 name: write
2319 - id: vsan_vm_latency
2320 title: vSAN Virtual Machine latency
2321 context: vsan_vm_latency
2322 units: microseconds
2323 algorithm: absolute
2324 type: line
2325 priority: 70119
2326 lifecycle:
2327 expire_after_cycles: 10
2328 dimensions:
2329 - selector: vsan_vm_latency_read
2330 name: read
2331 - selector: vsan_vm_latency_write
2332 name: write