@cryptotaxi247 / netdata-1 / commits / 1f8961dd1

Add short descriptions to cgroups yaml (#15457)

Fotis Voutsas committed Jul 20, 2023 at 16:20 UTC 1f8961dd16886b978f69fd3352774b9daa85ca7c
1 file changed +26 -5
collectors/cgroups.plugin/multi_metadata.yaml
+26 -5
@@ -20,7 +20,7 @@ modules:
20 most_popular: true
21 overview:
22 data_collection:
23 - metrics_description: ""
23 + metrics_description: "Monitor Containers for performance, resource usage, and health status."
24 method_description: ""
25 supported_platforms:
26 include: []
@@ -398,7 +398,6 @@ modules:
398 chart_type: line
399 dimensions:
400 - name: mtu
401 -
401 - <<: *module
402 meta:
403 <<: *meta
@@ -414,6 +413,9 @@ modules:
413 - kubernetes
414 - pods
415 - containers
416 + overview:
417 + data-collection:
418 + metrics_description: Monitor Kubernetes Clusters for performance, resource usage, and health status.
419 alerts:
420 - name: k8s_cgroup_10min_cpu_usage
421 link: https://github.com/netdata/netdata/blob/master/health/health.d/cgroups.conf
@@ -792,7 +794,6 @@ modules:
794 chart_type: line
795 dimensions:
796 - name: mtu
795 -
797 - <<: *module
798 meta:
799 <<: *meta
@@ -802,6 +803,12 @@ modules:
803 icon_filename: systemd.png
804 categories:
805 - data-collection.systemd
806 + keywords:
807 + - systemd
808 + - services
809 + overview:
810 + data-collection:
811 + metrics_desctiption: "Monitor Systemd Services for performance, resource usage, and health status."
812 alerts: []
813 metrics:
814 folding:
@@ -964,14 +971,16 @@ modules:
971 monitored_instance:
972 name: Virtual Machines
973 link: ""
967 - icon_filename: k8s.png
974 + icon_filename: netdata.png
975 categories:
976 - data-collection.containers-vms
970 - - data-collection.kubernetes
977 keywords:
978 - vms
979 - virtualization
980 - container
981 + overview:
982 + data_collection:
983 + metrics_description: "Monitor Virtual Machines for performance, resource usage, and health status."
984 - <<: *module
985 meta:
986 <<: *meta
@@ -985,6 +994,9 @@ modules:
994 - lxc
995 - lxd
996 - container
997 + overview:
998 + data_collection:
999 + metrics_description: "Monitor LXC Containers for performance, resource usage, and health status."
1000 - <<: *module
1001 meta:
1002 <<: *meta
@@ -997,6 +1009,9 @@ modules:
1009 keywords:
1010 - libvirt
1011 - container
1012 + overview:
1013 + data_collection:
1014 + metrics_description: "Monitor Libvirt for performance, resource usage, and health status."
1015 - <<: *module
1016 meta:
1017 <<: *meta
@@ -1009,6 +1024,9 @@ modules:
1024 keywords:
1025 - ovirt
1026 - container
1027 + overview:
1028 + data_collection:
1029 + metrics_description: "Monitor oVirt for performance, resource usage, and health status."
1030 - <<: *module
1031 meta:
1032 <<: *meta
@@ -1021,3 +1039,6 @@ modules:
1039 keywords:
1040 - proxmox
1041 - container
1042 + overview:
1043 + data_collection:
1044 + metrics_description: "Monitor Proxmox for performance, resource usage, and health status."