master
yaml 789 lines 22.3 KB
Raw
1 version: v1
2 context_namespace: powerstore
3 groups:
4 - family: Cluster Capacity
5 metrics:
6 - cluster_space_physical_total
7 - cluster_space_physical_used
8 - cluster_space_logical_provisioned
9 - cluster_space_logical_used
10 - cluster_space_data_physical_used
11 - cluster_space_shared_logical_used
12 - cluster_space_efficiency_ratio
13 - cluster_space_data_reduction
14 - cluster_space_snapshot_savings
15 - cluster_space_thin_savings
16 charts:
17 - id: cluster_space_usage
18 title: Cluster Space Usage
19 context: cluster_space_usage
20 units: bytes
21 algorithm: absolute
22 dimensions:
23 - selector: cluster_space_physical_used
24 name: used
25 - selector: cluster_space_physical_total
26 name: total
27 - id: cluster_space_logical
28 title: Cluster Logical Space
29 context: cluster_space_logical
30 units: bytes
31 algorithm: absolute
32 dimensions:
33 - selector: cluster_space_logical_provisioned
34 name: provisioned
35 - selector: cluster_space_logical_used
36 name: used
37 - selector: cluster_space_data_physical_used
38 name: data_physical
39 - selector: cluster_space_shared_logical_used
40 name: shared
41 - id: cluster_space_efficiency
42 title: Cluster Space Efficiency Ratios
43 context: cluster_space_efficiency
44 units: ratio
45 algorithm: absolute
46 dimensions:
47 - selector: cluster_space_efficiency_ratio
48 name: efficiency
49 options:
50 float: true
51 - selector: cluster_space_data_reduction
52 name: data_reduction
53 options:
54 float: true
55 - selector: cluster_space_snapshot_savings
56 name: snapshot_savings
57 options:
58 float: true
59 - selector: cluster_space_thin_savings
60 name: thin_savings
61 options:
62 float: true
63
64 - family: Hardware Health
65 metrics:
66 - hardware_fan_ok
67 - hardware_fan_degraded
68 - hardware_fan_failed
69 - hardware_fan_unknown
70 - hardware_psu_ok
71 - hardware_psu_degraded
72 - hardware_psu_failed
73 - hardware_psu_unknown
74 - hardware_drive_ok
75 - hardware_drive_degraded
76 - hardware_drive_failed
77 - hardware_drive_unknown
78 - hardware_battery_ok
79 - hardware_battery_degraded
80 - hardware_battery_failed
81 - hardware_battery_unknown
82 - hardware_node_ok
83 - hardware_node_degraded
84 - hardware_node_failed
85 - hardware_node_unknown
86 charts:
87 - id: hardware_health_fan
88 title: Fan Health Status
89 context: hardware_health_fan
90 units: fans
91 type: stacked
92 algorithm: absolute
93 dimensions:
94 - selector: hardware_fan_ok
95 name: ok
96 - selector: hardware_fan_degraded
97 name: degraded
98 - selector: hardware_fan_failed
99 name: failed
100 - selector: hardware_fan_unknown
101 name: unknown
102 - id: hardware_health_psu
103 title: Power Supply Health Status
104 context: hardware_health_psu
105 units: PSUs
106 type: stacked
107 algorithm: absolute
108 dimensions:
109 - selector: hardware_psu_ok
110 name: ok
111 - selector: hardware_psu_degraded
112 name: degraded
113 - selector: hardware_psu_failed
114 name: failed
115 - selector: hardware_psu_unknown
116 name: unknown
117 - id: hardware_health_drive
118 title: Drive Health Status
119 context: hardware_health_drive
120 units: drives
121 type: stacked
122 algorithm: absolute
123 dimensions:
124 - selector: hardware_drive_ok
125 name: ok
126 - selector: hardware_drive_degraded
127 name: degraded
128 - selector: hardware_drive_failed
129 name: failed
130 - selector: hardware_drive_unknown
131 name: unknown
132 - id: hardware_health_battery
133 title: Battery Health Status
134 context: hardware_health_battery
135 units: batteries
136 type: stacked
137 algorithm: absolute
138 dimensions:
139 - selector: hardware_battery_ok
140 name: ok
141 - selector: hardware_battery_degraded
142 name: degraded
143 - selector: hardware_battery_failed
144 name: failed
145 - selector: hardware_battery_unknown
146 name: unknown
147 - id: hardware_health_node
148 title: Node Health Status
149 context: hardware_health_node
150 units: nodes
151 type: stacked
152 algorithm: absolute
153 dimensions:
154 - selector: hardware_node_ok
155 name: ok
156 - selector: hardware_node_degraded
157 name: degraded
158 - selector: hardware_node_failed
159 name: failed
160 - selector: hardware_node_unknown
161 name: unknown
162
163 - family: Alerts
164 metrics:
165 - alerts_critical
166 - alerts_major
167 - alerts_minor
168 - alerts_info
169 charts:
170 - id: alerts_active
171 title: Active Alerts by Severity
172 context: alerts_active
173 units: alerts
174 type: stacked
175 algorithm: absolute
176 dimensions:
177 - selector: alerts_critical
178 name: critical
179 - selector: alerts_major
180 name: major
181 - selector: alerts_minor
182 name: minor
183 - selector: alerts_info
184 name: info
185
186 - family: NAS
187 metrics:
188 - nas_started
189 - nas_stopped
190 - nas_degraded
191 - nas_unknown
192 charts:
193 - id: nas_server_status
194 title: NAS Server Status
195 context: nas_server_status
196 units: servers
197 type: stacked
198 algorithm: absolute
199 dimensions:
200 - selector: nas_started
201 name: started
202 - selector: nas_stopped
203 name: stopped
204 - selector: nas_degraded
205 name: degraded
206 - selector: nas_unknown
207 name: unknown
208
209 - family: Replication
210 metrics:
211 - copy_data_remaining
212 - copy_data_transferred
213 - copy_transfer_rate
214 charts:
215 - id: copy_data
216 title: Replication Data
217 context: copy_data
218 units: bytes
219 algorithm: absolute
220 dimensions:
221 - selector: copy_data_remaining
222 name: remaining
223 - selector: copy_data_transferred
224 name: transferred
225 - id: copy_transfer_rate
226 title: Replication Transfer Rate
227 context: copy_transfer_rate
228 units: bytes/s
229 algorithm: absolute
230 dimensions:
231 - selector: copy_transfer_rate
232 name: rate
233 options:
234 float: true
235
236 - family: Appliance
237 metrics:
238 - appliance_perf_read_iops
239 - appliance_perf_write_iops
240 - appliance_perf_read_bandwidth
241 - appliance_perf_write_bandwidth
242 - appliance_perf_avg_read_latency
243 - appliance_perf_avg_write_latency
244 - appliance_perf_avg_latency
245 - appliance_cpu_utilization
246 - appliance_space_physical_used
247 - appliance_space_physical_total
248 - appliance_space_logical_provisioned
249 - appliance_space_logical_used
250 - appliance_space_data_physical_used
251 - appliance_space_shared_logical_used
252 - appliance_space_efficiency_ratio
253 - appliance_space_data_reduction
254 - appliance_space_snapshot_savings
255 - appliance_space_thin_savings
256 charts:
257 - id: appliance_iops
258 title: Appliance IOPS
259 context: appliance_iops
260 units: ops/s
261 type: area
262 algorithm: absolute
263 instances:
264 by_labels: [appliance]
265 dimensions:
266 - selector: appliance_perf_read_iops
267 name: read
268 options:
269 float: true
270 - selector: appliance_perf_write_iops
271 name: write
272 options:
273 multiplier: -1
274 float: true
275 - id: appliance_bandwidth
276 title: Appliance Bandwidth
277 context: appliance_bandwidth
278 units: bytes/s
279 type: area
280 algorithm: absolute
281 instances:
282 by_labels: [appliance]
283 dimensions:
284 - selector: appliance_perf_read_bandwidth
285 name: read
286 options:
287 float: true
288 - selector: appliance_perf_write_bandwidth
289 name: write
290 options:
291 multiplier: -1
292 float: true
293 - id: appliance_latency
294 title: Appliance Latency
295 context: appliance_latency
296 units: microseconds
297 algorithm: absolute
298 instances:
299 by_labels: [appliance]
300 dimensions:
301 - selector: appliance_perf_avg_read_latency
302 name: read
303 options:
304 float: true
305 - selector: appliance_perf_avg_write_latency
306 name: write
307 options:
308 float: true
309 - selector: appliance_perf_avg_latency
310 name: avg
311 options:
312 float: true
313 - id: appliance_cpu
314 title: Appliance IO Workload CPU Utilization
315 context: appliance_cpu
316 units: percentage
317 algorithm: absolute
318 instances:
319 by_labels: [appliance]
320 dimensions:
321 - selector: appliance_cpu_utilization
322 name: utilization
323 options:
324 float: true
325 - id: appliance_space
326 title: Appliance Space Usage
327 context: appliance_space
328 units: bytes
329 algorithm: absolute
330 instances:
331 by_labels: [appliance]
332 dimensions:
333 - selector: appliance_space_physical_used
334 name: used
335 - selector: appliance_space_physical_total
336 name: total
337 - id: appliance_space_logical
338 title: Appliance Logical Space
339 context: appliance_space_logical
340 units: bytes
341 algorithm: absolute
342 instances:
343 by_labels: [appliance]
344 dimensions:
345 - selector: appliance_space_logical_provisioned
346 name: provisioned
347 - selector: appliance_space_logical_used
348 name: used
349 - selector: appliance_space_data_physical_used
350 name: data_physical
351 - selector: appliance_space_shared_logical_used
352 name: shared
353 - id: appliance_space_efficiency
354 title: Appliance Space Efficiency Ratios
355 context: appliance_space_efficiency
356 units: ratio
357 algorithm: absolute
358 instances:
359 by_labels: [appliance]
360 dimensions:
361 - selector: appliance_space_efficiency_ratio
362 name: efficiency
363 options:
364 float: true
365 - selector: appliance_space_data_reduction
366 name: data_reduction
367 options:
368 float: true
369 - selector: appliance_space_snapshot_savings
370 name: snapshot_savings
371 options:
372 float: true
373 - selector: appliance_space_thin_savings
374 name: thin_savings
375 options:
376 float: true
377
378 - family: Volume
379 metrics:
380 - volume_perf_read_iops
381 - volume_perf_write_iops
382 - volume_perf_read_bandwidth
383 - volume_perf_write_bandwidth
384 - volume_perf_avg_read_latency
385 - volume_perf_avg_write_latency
386 - volume_perf_avg_latency
387 - volume_space_logical_provisioned
388 - volume_space_logical_used
389 - volume_space_thin_savings
390 charts:
391 - id: volume_iops
392 title: Volume IOPS
393 context: volume_iops
394 units: ops/s
395 type: area
396 algorithm: absolute
397 instances:
398 by_labels: [volume]
399 dimensions:
400 - selector: volume_perf_read_iops
401 name: read
402 options:
403 float: true
404 - selector: volume_perf_write_iops
405 name: write
406 options:
407 multiplier: -1
408 float: true
409 - id: volume_bandwidth
410 title: Volume Bandwidth
411 context: volume_bandwidth
412 units: bytes/s
413 type: area
414 algorithm: absolute
415 instances:
416 by_labels: [volume]
417 dimensions:
418 - selector: volume_perf_read_bandwidth
419 name: read
420 options:
421 float: true
422 - selector: volume_perf_write_bandwidth
423 name: write
424 options:
425 multiplier: -1
426 float: true
427 - id: volume_latency
428 title: Volume Latency
429 context: volume_latency
430 units: microseconds
431 algorithm: absolute
432 instances:
433 by_labels: [volume]
434 dimensions:
435 - selector: volume_perf_avg_read_latency
436 name: read
437 options:
438 float: true
439 - selector: volume_perf_avg_write_latency
440 name: write
441 options:
442 float: true
443 - selector: volume_perf_avg_latency
444 name: avg
445 options:
446 float: true
447 - id: volume_space
448 title: Volume Space Usage
449 context: volume_space
450 units: bytes
451 algorithm: absolute
452 instances:
453 by_labels: [volume]
454 dimensions:
455 - selector: volume_space_logical_provisioned
456 name: provisioned
457 - selector: volume_space_logical_used
458 name: used
459 - id: volume_space_savings
460 title: Volume Thin Savings
461 context: volume_space_savings
462 units: ratio
463 algorithm: absolute
464 instances:
465 by_labels: [volume]
466 dimensions:
467 - selector: volume_space_thin_savings
468 name: thin_savings
469 options:
470 float: true
471
472 - family: Node
473 metrics:
474 - node_perf_read_iops
475 - node_perf_write_iops
476 - node_perf_read_bandwidth
477 - node_perf_write_bandwidth
478 - node_perf_avg_read_latency
479 - node_perf_avg_write_latency
480 - node_perf_avg_latency
481 - node_current_logins
482 charts:
483 - id: node_iops
484 title: Node IOPS
485 context: node_iops
486 units: ops/s
487 type: area
488 algorithm: absolute
489 instances:
490 by_labels: [node]
491 dimensions:
492 - selector: node_perf_read_iops
493 name: read
494 options:
495 float: true
496 - selector: node_perf_write_iops
497 name: write
498 options:
499 multiplier: -1
500 float: true
501 - id: node_bandwidth
502 title: Node Bandwidth
503 context: node_bandwidth
504 units: bytes/s
505 type: area
506 algorithm: absolute
507 instances:
508 by_labels: [node]
509 dimensions:
510 - selector: node_perf_read_bandwidth
511 name: read
512 options:
513 float: true
514 - selector: node_perf_write_bandwidth
515 name: write
516 options:
517 multiplier: -1
518 float: true
519 - id: node_latency
520 title: Node Latency
521 context: node_latency
522 units: microseconds
523 algorithm: absolute
524 instances:
525 by_labels: [node]
526 dimensions:
527 - selector: node_perf_avg_read_latency
528 name: read
529 options:
530 float: true
531 - selector: node_perf_avg_write_latency
532 name: write
533 options:
534 float: true
535 - selector: node_perf_avg_latency
536 name: avg
537 options:
538 float: true
539 - id: node_logins
540 title: Node Current Logins
541 context: node_logins
542 units: logins
543 algorithm: absolute
544 instances:
545 by_labels: [node]
546 dimensions:
547 - selector: node_current_logins
548 name: logins
549
550 - family: FC Port
551 metrics:
552 - fc_port_perf_read_iops
553 - fc_port_perf_write_iops
554 - fc_port_perf_read_bandwidth
555 - fc_port_perf_write_bandwidth
556 - fc_port_perf_avg_read_latency
557 - fc_port_perf_avg_write_latency
558 - fc_port_perf_avg_latency
559 - fc_port_link_up
560 charts:
561 - id: fc_port_iops
562 title: FC Port IOPS
563 context: fc_port_iops
564 units: ops/s
565 type: area
566 algorithm: absolute
567 instances:
568 by_labels: [fc_port]
569 dimensions:
570 - selector: fc_port_perf_read_iops
571 name: read
572 options:
573 float: true
574 - selector: fc_port_perf_write_iops
575 name: write
576 options:
577 multiplier: -1
578 float: true
579 - id: fc_port_bandwidth
580 title: FC Port Bandwidth
581 context: fc_port_bandwidth
582 units: bytes/s
583 type: area
584 algorithm: absolute
585 instances:
586 by_labels: [fc_port]
587 dimensions:
588 - selector: fc_port_perf_read_bandwidth
589 name: read
590 options:
591 float: true
592 - selector: fc_port_perf_write_bandwidth
593 name: write
594 options:
595 multiplier: -1
596 float: true
597 - id: fc_port_latency
598 title: FC Port Latency
599 context: fc_port_latency
600 units: microseconds
601 algorithm: absolute
602 instances:
603 by_labels: [fc_port]
604 dimensions:
605 - selector: fc_port_perf_avg_read_latency
606 name: read
607 options:
608 float: true
609 - selector: fc_port_perf_avg_write_latency
610 name: write
611 options:
612 float: true
613 - selector: fc_port_perf_avg_latency
614 name: avg
615 options:
616 float: true
617 - id: fc_port_link_status
618 title: FC Port Link Status
619 context: fc_port_link_status
620 units: status
621 algorithm: absolute
622 instances:
623 by_labels: [fc_port]
624 dimensions:
625 - selector: fc_port_link_up
626 name: up
627
628 - family: Ethernet Port
629 metrics:
630 - eth_port_bytes_rx_ps
631 - eth_port_bytes_tx_ps
632 - eth_port_pkt_rx_ps
633 - eth_port_pkt_tx_ps
634 - eth_port_pkt_rx_crc_error_ps
635 - eth_port_pkt_rx_no_buffer_error_ps
636 - eth_port_pkt_tx_error_ps
637 - eth_port_link_up
638 charts:
639 - id: eth_port_bytes
640 title: Ethernet Port Bytes Rate
641 context: eth_port_bytes
642 units: bytes/s
643 type: area
644 algorithm: absolute
645 instances:
646 by_labels: [eth_port]
647 dimensions:
648 - selector: eth_port_bytes_rx_ps
649 name: received
650 options:
651 float: true
652 - selector: eth_port_bytes_tx_ps
653 name: sent
654 options:
655 multiplier: -1
656 float: true
657 - id: eth_port_packets
658 title: Ethernet Port Packets Rate
659 context: eth_port_packets
660 units: packets/s
661 type: area
662 algorithm: absolute
663 instances:
664 by_labels: [eth_port]
665 dimensions:
666 - selector: eth_port_pkt_rx_ps
667 name: received
668 options:
669 float: true
670 - selector: eth_port_pkt_tx_ps
671 name: sent
672 options:
673 multiplier: -1
674 float: true
675 - id: eth_port_errors
676 title: Ethernet Port Errors Rate
677 context: eth_port_errors
678 units: errors/s
679 type: stacked
680 algorithm: absolute
681 instances:
682 by_labels: [eth_port]
683 dimensions:
684 - selector: eth_port_pkt_rx_crc_error_ps
685 name: rx_crc
686 options:
687 float: true
688 - selector: eth_port_pkt_rx_no_buffer_error_ps
689 name: rx_no_buffer
690 options:
691 float: true
692 - selector: eth_port_pkt_tx_error_ps
693 name: tx_error
694 options:
695 float: true
696 - id: eth_port_link_status
697 title: Ethernet Port Link Status
698 context: eth_port_link_status
699 units: status
700 algorithm: absolute
701 instances:
702 by_labels: [eth_port]
703 dimensions:
704 - selector: eth_port_link_up
705 name: up
706
707 - family: File System
708 metrics:
709 - file_system_perf_read_iops
710 - file_system_perf_write_iops
711 - file_system_perf_read_bandwidth
712 - file_system_perf_write_bandwidth
713 - file_system_perf_avg_read_latency
714 - file_system_perf_avg_write_latency
715 - file_system_perf_avg_latency
716 charts:
717 - id: filesystem_iops
718 title: File System IOPS
719 context: filesystem_iops
720 units: ops/s
721 type: area
722 algorithm: absolute
723 instances:
724 by_labels: [filesystem]
725 dimensions:
726 - selector: file_system_perf_read_iops
727 name: read
728 options:
729 float: true
730 - selector: file_system_perf_write_iops
731 name: write
732 options:
733 multiplier: -1
734 float: true
735 - id: filesystem_bandwidth
736 title: File System Bandwidth
737 context: filesystem_bandwidth
738 units: bytes/s
739 type: area
740 algorithm: absolute
741 instances:
742 by_labels: [filesystem]
743 dimensions:
744 - selector: file_system_perf_read_bandwidth
745 name: read
746 options:
747 float: true
748 - selector: file_system_perf_write_bandwidth
749 name: write
750 options:
751 multiplier: -1
752 float: true
753 - id: filesystem_latency
754 title: File System Latency
755 context: filesystem_latency
756 units: microseconds
757 algorithm: absolute
758 instances:
759 by_labels: [filesystem]
760 dimensions:
761 - selector: file_system_perf_avg_read_latency
762 name: read
763 options:
764 float: true
765 - selector: file_system_perf_avg_write_latency
766 name: write
767 options:
768 float: true
769 - selector: file_system_perf_avg_latency
770 name: avg
771 options:
772 float: true
773
774 - family: Drive
775 metrics:
776 - drive_endurance_remaining
777 charts:
778 - id: drive_endurance
779 title: Drive Endurance Remaining
780 context: drive_endurance
781 units: percentage
782 algorithm: absolute
783 instances:
784 by_labels: [drive]
785 dimensions:
786 - selector: drive_endurance_remaining
787 name: remaining
788 options:
789 float: true