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.
Get CPU Info
Section titled “Get CPU Info”Retrieve CPU information
Metadata:
Section titled “Metadata:”- Name: CpuInfo
- Tags: hardware, cpu, info, metrics, temperature
- Category: Producer
- Subcategory: Hardware > Cpu
Description:
Section titled “Description:”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
Outputs: (1)
Section titled “Outputs: (1)”- CPUInfos : Output for CPUInfos data
Configuration:
Section titled “Configuration:”No configuration required for this node.
Get Disk Info
Section titled “Get Disk Info”Retrieve disk information
Metadata:
Section titled “Metadata:”- Name: DiskInfo
- Tags: hardware, disk, info
- Category: Producer
- Subcategory: Hardware > Disk
Description:
Section titled “Description:”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
Outputs: (1)
Section titled “Outputs: (1)”- DiskInfo : Output for DiskInfo data
Configuration:
Section titled “Configuration:”No configuration required for this node.
Get Host Info
Section titled “Get Host Info”Retrieve host information
Metadata:
Section titled “Metadata:”- Name: HostInfo
- Tags: hardware, host, info
- Category: Producer
- Subcategory: Hardware > Host
Description:
Section titled “Description:”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
Outputs: (1)
Section titled “Outputs: (1)”- HostInfo : Output for HostInfo data
Configuration:
Section titled “Configuration:”No configuration required for this node.
Get Memory Info
Section titled “Get Memory Info”Retrieve memory information
Metadata:
Section titled “Metadata:”- Name: MemoryInfo
- Tags: hardware, memory, info, usage
- Category: Producer
- Subcategory: Hardware > Memory
Description:
Section titled “Description:”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
Outputs: (1)
Section titled “Outputs: (1)”- RAMInfos : Output for RAMInfos data
Configuration:
Section titled “Configuration:”No configuration required for this node.
Get Network Info
Section titled “Get Network Info”Retrieve network information
Metadata:
Section titled “Metadata:”- Name: NetworkInfo
- Tags: hardware, network, info
- Category: Producer
- Subcategory: Hardware > Network
Description:
Section titled “Description:”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
Outputs: (1)
Section titled “Outputs: (1)”- NetworkInfo : Output for NetworkInfo data
Configuration:
Section titled “Configuration:”No configuration required for this node.
Get WiFi Info
Section titled “Get WiFi Info”Retrieve WiFi information
Metadata:
Section titled “Metadata:”- Name: WifiInfo
- Tags: hardware, wifi, info
- Category: Producer
- Subcategory: Hardware > Wifi
Description:
Section titled “Description:”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
Outputs: (1)
Section titled “Outputs: (1)”- WifiDevices : Output for WifiDevices data
Configuration:
Section titled “Configuration:”No configuration required for this node.