Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 6.4 KB

COMPONENTS.md

File metadata and controls

50 lines (42 loc) · 6.4 KB

Components

GPU components

General Hardware components

  • cpu: Tracks the combined usage of all CPUs (not per-CPU).
  • disk: Tracks the disk usage of all the mount points specified in the configuration.
  • memory: Tracks the memory usage of the host.
  • network-latency: Tracks global network connectivity statistics.
  • power-supply: Tracks the power supply/usage on the host.

System components

  • info: Provides static information about the host (e.g., labels, IDs).
  • os: Queries the host OS information (e.g., kernel version).
  • systemd: Tracks the systemd state and unit files.
  • dmesg: Scans and watches dmesg outputs for errors,, as specified in the configuration (e.g., regex match NVIDIA GPU errors).
  • file-descriptor: Tracks the number of file descriptors used on the host.

Misc. components

  • containerd-pod: Tracks the current pods from the containerd CRI.
  • k8s-pod: Tracks the current pods from the kubelet read-only port.
  • docker-container: Tracks the current containers from the docker runtime.
  • tailscale: Tracks the tailscale state (e.g., version) if available.
  • file: Returns healthy if and only if all the specified files exist.
  • library: Returns healthy if and only if all the specified libraries exist.