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
|
||||
}
|
||||
]
|
||||
10
collector/fixtures/wifi/wlan0/stationinfo.json
Normal file
10
collector/fixtures/wifi/wlan0/stationinfo.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"connected": 30000000000,
|
||||
"inactive": 400000000,
|
||||
"receivebitrate": 128000000,
|
||||
"transmitbitrate": 164000000,
|
||||
"signal": -52,
|
||||
"transmitretries": 10,
|
||||
"transmitfailed": 2,
|
||||
"beaconloss": 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue