Add initial wifi collector, bump netlink to fix 32-bit builds
This commit is contained in:
parent
8ee7f5bad2
commit
efa25665ec
9 changed files with 337 additions and 7 deletions
10
collector/fixtures/wifi/interfaces.json
Normal file
10
collector/fixtures/wifi/interfaces.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"name": "wlan0",
|
||||
"type": 2,
|
||||
"frequency": 2412
|
||||
},
|
||||
{
|
||||
"type": 10
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue