/

All Host Collectors and Analyzers

A list of all available host collectors and analyzers.


All Host Collectors and Analyzers

CPU

  • cpu: Collects and analyzes information about the number of CPU cores.

Memory

  • memory: Collects and analyzes information about the total amount of memory on the machine.

Storage

  • blockDevices: Collects and analyzes information about the block devices.
  • diskUsage: Collects and analyzes information about disk usage on a specified path.
  • filesystemPerformance: Benchmarks sequential write latency on a single file.

Networking

  • certificate: Collects and analyzes information about the TLS certificate at the specified path.
  • http: Collects and analyzes information about the ability to connect to the specified HTTP address.
  • httpLoadBalancer: Collects and analyzes information about the ability to connect to the specified HTTP load balancer address.
  • ipv4Interfaces Collects and analyzes information about the host system ipv4 interfaces.
  • subnetAvailable: Collects and analyzes information about checking for an available (IPv4) subnet.
  • tcpConnect: Collects and analyzes information about the ability to connect to the the specified TCP address.
  • tcpLoadBalancer: Collects and analyzes information about the ability to connect to the specified TCP load balancer address.
  • tcpPortStatus: Collects and analyzes information about the specified TCP port.
  • udpPortStatus: Collects and analyzes information about the specified UDP port.

Generated and Dynamic Data

  • run: Runs a specified command and includes the results in the collected output.

Other

  • hostServices: Collects and analyzes information about the available host system services.
  • hostOS: Collects and analyzes information about the operating system installed on the machine.
  • systemPackages Collects and analyzes information about the host system packages for the specified operating system.
  • time: Collects and analyzes information about the system clock.
Edit on GitHub