-
@nepython noticed a problem when I tested the latest master in staging which has this in the `settings.py`:
```python
OPENWISP_MONITORING_CHARTS = {
'traffic': {
'unit': ' MB',
…
-
in `Device.clean` and `Config.clean` we perform an extra query to understand if important fields are being changed and the configuration must be flagged as modified.
We can optimize this and get ri…
-
How to replicate:
- go to the add device page
- use a name containing spaces (not an hostname)
- save
Expected result:
- validation error
Actual result:
- device is saved anyway
We…
-
Add an `Alert Settings` section in the device admin which allows to see what alerts are available for a `device` and which also allow to modify the `threshold` or **disable/enable** the alarm.
-
To be done after #88.
There must be a way to restrict the IP addresses which can consume the API endpoints `authorize`, `accounting` and `postauth`.
I would add this at organization level using …
-
looking at two models of simple metric collection
- snmp
- netxms-agent
- netjson
- openwisp
are other ideas around? napalm, networktocode, netbox+napalm? custom? other?
-
Address the comments and suggestions in the following review:
https://github.com/openwisp/openwisp-monitoring/pull/102#pullrequestreview-420398266
-
This issue depends on https://github.com/openwisp/openwisp-monitoring/issues/34.
In this script:
https://github.com/openwisp/lua-monitoring/blob/master/netjson-monitoring.lua
Execute the `arp` …
-
Prepare the docs for this: https://github.com/openwisp/openwisp2-docs/issues/107
Do this before publishing the docs on readthedocs.org.
-
When runnning `python setup.py develop`, I am getting the following error:
```
File "/usr/local/lib/python3.6/site-packages/setuptools/sandbox.py", line 154, in save_modules
yield saved
…