On a device, there is a table for information like Description, IP address, Interface. Each row has an index.
In a separate table the same indices exist and they contain other information like dropped packets, and a third table has information like errored seconds.
How can I combine these tables so that I have one sensor for each index, and multiple channels for each sensor that pull information from each of these other tables?
here is an example:
The information for the errors are in the bottom three tables, but are only identified by indices. The information to describe the indices in a human-readable way is in the top table.
Add comment