Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requesting to add two variable fields made available in Aredn table. #1172

Open
aa3jc opened this issue Apr 22, 2024 · 3 comments
Open

Requesting to add two variable fields made available in Aredn table. #1172

aa3jc opened this issue Apr 22, 2024 · 3 comments
Labels
enhancement New feature or request waiting for feedback Waiting for feedback from issuer

Comments

@aa3jc
Copy link

aa3jc commented Apr 22, 2024

Looking to pull two variables from Aredn for the purpose of adding to the table in Meshmap, that includes the devices Serial Number, and the WAN MAC address. The wireless 'wlan_ip' and 'wifi_mac_address' are already mapped but for Asset Tracking and Placement we would need to track the WAN MAC address and device Serial Number. This will allow us to have a record of equipment that is purchased by a Grant. Using both the wan mac address and device Serial Number will qualify as required by the Grant as to where the money was used for.

@aa3jc aa3jc added the enhancement New feature or request label Apr 22, 2024
@aanon4
Copy link
Contributor

aanon4 commented Apr 22, 2024

The WAN mac address should be available in the metrics information.
I can provide a serial number, but you'll need to tell me where I can find this.

@aanon4 aanon4 added the waiting for feedback Waiting for feedback from issuer label Apr 22, 2024
@aa3jc
Copy link
Author

aa3jc commented Apr 22, 2024 via email

@aanon4
Copy link
Contributor

aanon4 commented Apr 22, 2024

There should be a block of network interfaces looking something like this:

# TYPE node_network_info gauge
node_network_info{address="d2:3c:6b:2a:d3:c8",broadcast="ff:ff:ff:ff:ff:ff",device="br0.2",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="02:cc:43:a8:a2:6b",broadcast="ff:ff:ff:ff:ff:ff",device="br-wan",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="46:b6:ea:6d:32:9c",broadcast="ff:ff:ff:ff:ff:ff",device="eth1",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="d2:3c:6b:2a:d3:c8",broadcast="ff:ff:ff:ff:ff:ff",device="br0.51",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="00:00:00:00",broadcast="00:00:00:00",device="tunl0",duplex="",ifalias="",operstate="down"} 1
node_network_info{address="d2:3c:6b:2a:d3:c8",broadcast="ff:ff:ff:ff:ff:ff",device="br0.3",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="d2:4c:9f:37:e8:6d",broadcast="ff:ff:ff:ff:ff:ff",device="br0.100",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="00:00:00:00:00:00",broadcast="00:00:00:00:00:00",device="lo",duplex="",ifalias="",operstate="unknown"} 1
node_network_info{address="02:5c:7d:b0:e2:8d",broadcast="ff:ff:ff:ff:ff:ff",device="br-dtdlink",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="d2:3c:6b:2a:d3:c8",broadcast="ff:ff:ff:ff:ff:ff",device="br0",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="02:a6:09:68:ca:27",broadcast="ff:ff:ff:ff:ff:ff",device="br-lan",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="d2:3c:6b:2a:d3:c8",broadcast="ff:ff:ff:ff:ff:ff",device="eth0",duplex="unknown",ifalias="",operstate="up"} 1
node_network_info{address="d2:29:46:a2:1c:e2",broadcast="ff:ff:ff:ff:ff:ff",device="br-nomesh",duplex="unknown",ifalias="",operstate="down"} 1```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request waiting for feedback Waiting for feedback from issuer
Projects
None yet
Development

No branches or pull requests

2 participants