openwisp / openwisp-monitoring

Network monitoring system written in Python and Django, designed to be extensible, programmable, scalable and easy to use by end users: once the system is configured, monitoring checks, alerts and metric collection happens automatically.
https://openwisp.io/docs/dev/monitoring/
Other
165 stars 112 forks source link

[feature] Flagged the `HT/VHT` field of WiFi clients as null #351 #506

Closed Aryamanz29 closed 1 year ago

Aryamanz29 commented 1 year ago

Pages

Device

Screenshot from 2023-04-04 17-17-14

Wifi Session Inline

Screenshot from 2023-04-04 17-17-05

Wifi Session List

Screenshot from 2023-04-04 16-00-03

Wifi Session Change

Screenshot from 2023-04-04 15-59-20

Closes #351

Checks:

coveralls commented 1 year ago

Coverage Status

Coverage: 99.106% (+0.2%) from 98.895% when pulling 1510b485907d20c799222af9be5594f6a1746550 on issue-351/flag-ht-vht-null into 25e00a23be37761622b1551419c63634b6c65f00 on master.

Aryamanz29 commented 1 year ago

I think there is some bug from Django's end. Getting a similar error on the master branch too.

(env) ➜  tests git:(master) py manage.py runserver
from django.conf import DEFAULT_STORAGE_ALIAS, settings
ImportError: cannot import name 'DEFAULT_STORAGE_ALIAS' from 'django.conf' (/openwisp-monitoring/env/lib/python3.8/site-packages/django/conf/__init__.py)