Skip to content

twinmanager

The module nodes are the building blocks for the flow-based programming. Each node represents a specific task or operation that can be performed by the module. The following table lists the available nodes for this module.

Retrieve CPU information

  • Name: CpuInfo
  • Tags: hardware, cpu, info, metrics, temperature
  • Category: Producer
  • Subcategory: Hardware > Cpu

This node retrieves information about the CPU, including usage and temperature. Trigger the node by setting the input to true. It outputs a struct containing the CPU information.

Inputs: (1)

  • Get CPUInfos : Trigger to get CPUInfos data
  • CPUInfos : Output for CPUInfos data

No configuration required for this node.

Retrieve disk information

  • Name: DiskInfo
  • Tags: hardware, disk, info
  • Category: Producer
  • Subcategory: Hardware > Disk

This node retrieves disk information, including total and free disk space. Trigger the node by setting the input to true. It outputs a struct containing the disk information.

Inputs: (1)

  • Get DiskInfo : Trigger to get DiskInfo data
  • DiskInfo : Output for DiskInfo data

No configuration required for this node.

Retrieve host information

  • Name: HostInfo
  • Tags: hardware, host, info
  • Category: Producer
  • Subcategory: Hardware > Host

This node retrieves information about the host, including the hostname, uptime, and kernel version. Trigger the node by setting the input to true. It outputs a struct containing the host information.

Inputs: (1)

  • Get HostInfo : Trigger to get HostInfo data
  • HostInfo : Output for HostInfo data

No configuration required for this node.

Retrieve memory information

  • Name: MemoryInfo
  • Tags: hardware, memory, info, usage
  • Category: Producer
  • Subcategory: Hardware > Memory

This node retrieves memory information, including total and free memory. Trigger the node by setting the input to true. It outputs a struct containing the memory information.

Inputs: (1)

  • Get RAMInfos : Trigger to get RAMInfos data
  • RAMInfos : Output for RAMInfos data

No configuration required for this node.

Retrieve network information

  • Name: NetworkInfo
  • Tags: hardware, network, info
  • Category: Producer
  • Subcategory: Hardware > Network

This node retrieves network information, including network interfaces and IP addresses. Trigger the node by setting the input to true. It outputs a struct containing the network information.

Inputs: (1)

  • Get NetworkInfo : Trigger to get NetworkInfo data
  • NetworkInfo : Output for NetworkInfo data

No configuration required for this node.

Retrieve WiFi information

  • Name: WifiInfo
  • Tags: hardware, wifi, info
  • Category: Producer
  • Subcategory: Hardware > Wifi

This node retrieves WiFi information, including WiFi version and vendor. Trigger the node by setting the input to true. It outputs a struct containing the WiFi information.

Inputs: (1)

  • Get WifiDevices : Trigger to get WifiDevices data
  • WifiDevices : Output for WifiDevices data

No configuration required for this node.