@cryptotaxi247 / netdata-1 / commits / a3357696d

fix anchors (#15469)

Fotis Voutsas committed Jul 21, 2023 at 08:33 UTC a3357696d4b167c8d1d6e4b91db5a875dcb91526
2 files changed +18 -3
collectors/cgroups.plugin/multi_metadata.yaml
+16 -2
@@ -18,8 +18,8 @@ modules:
18 keywords:
19 - containers
20 most_popular: true
21 - overview:
22 - data_collection:
21 + overview: &overview
22 + data_collection: &data_collection
23 metrics_description: "Monitor Containers for performance, resource usage, and health status."
24 method_description: ""
25 supported_platforms:
@@ -414,7 +414,9 @@ modules:
414 - pods
415 - containers
416 overview:
417 + <<: *overview
418 data-collection:
419 + <<: *data_collection
420 metrics_description: Monitor Kubernetes Clusters for performance, resource usage, and health status.
421 alerts:
422 - name: k8s_cgroup_10min_cpu_usage
@@ -807,7 +809,9 @@ modules:
809 - systemd
810 - services
811 overview:
812 + <<: *overview
813 data-collection:
814 + <<: *data_collection
815 metrics_desctiption: "Monitor Systemd Services for performance, resource usage, and health status."
816 alerts: []
817 metrics:
@@ -979,7 +983,9 @@ modules:
983 - virtualization
984 - container
985 overview:
986 + <<: *overview
987 data_collection:
988 + <<: *data_collection
989 metrics_description: "Monitor Virtual Machines for performance, resource usage, and health status."
990 - <<: *module
991 meta:
@@ -995,7 +1001,9 @@ modules:
1001 - lxd
1002 - container
1003 overview:
1004 + <<: *overview
1005 data_collection:
1006 + <<: *data_collection
1007 metrics_description: "Monitor LXC Containers for performance, resource usage, and health status."
1008 - <<: *module
1009 meta:
@@ -1010,7 +1018,9 @@ modules:
1018 - libvirt
1019 - container
1020 overview:
1021 + <<: *overview
1022 data_collection:
1023 + <<: *data_collection
1024 metrics_description: "Monitor Libvirt for performance, resource usage, and health status."
1025 - <<: *module
1026 meta:
@@ -1025,7 +1035,9 @@ modules:
1035 - ovirt
1036 - container
1037 overview:
1038 + <<: *overview
1039 data_collection:
1040 + <<: *data_collection
1041 metrics_description: "Monitor oVirt for performance, resource usage, and health status."
1042 - <<: *module
1043 meta:
@@ -1040,5 +1052,7 @@ modules:
1052 - proxmox
1053 - container
1054 overview:
1055 + <<: *overview
1056 data_collection:
1057 + <<: *data_collection
1058 metrics_description: "Monitor Proxmox for performance, resource usage, and health status."
collectors/freeipmi.plugin/multi_metadata.yaml
+2 -1
@@ -4,7 +4,7 @@ modules:
4 meta: &meta
5 plugin_name: freeipmi.plugin
6 module_name: sensors
7 - monitored_instance:
7 + monitored_instance: &monitored_instance
8 name: IPMI
9 link: "https://www.ibm.com/docs/en/power9/0009-ESS?topic=ipmi-overview"
10 categories:
@@ -141,6 +141,7 @@ modules:
141 meta:
142 <<: *meta
143 monitored_instance:
144 + <<: *monitored_instance
145 name: FreeIPMI
146 link: "https://www.gnu.org/software/freeipmi/"
147 icon_filename: "freeipmi.jpg"