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

Monitoring missing from docker image openwisp/openwisp-dashboard #243

Closed
rusitschka opened this issue Jun 27, 2022 · 5 comments
Closed

Monitoring missing from docker image openwisp/openwisp-dashboard #243

rusitschka opened this issue Jun 27, 2022 · 5 comments

Comments

@rusitschka
Copy link

The official docker image openwisp/openwisp-dashboard doesn't have

  • openwisp_monitoring.monitoring
  • openwisp_monitoring.device
  • openwisp_monitoring.check

In the list of INSTALLED_APPS.

How can I enable it?

@nemesifier
Copy link
Member

@rusitschka the monitoring module has been included for a while now, are you building the images or downloading it from somewhere and in this case from where?

@rusitschka
Copy link
Author

I'm using the one from Docker Hub: https://hub.docker.com/r/openwisp/openwisp-dashboard

@nemesifier
Copy link
Member

That's outdated for now, use registry.gitlab.com/openwisp/docker-openwisp/openwisp-dashboard:edge.

I created #244 to clarify this.

@rusitschka
Copy link
Author

What about the other images? E.g. openwisp-celery only has a wireguard tag. No latestor edge. Also, would it be safer to use latest instead of edge?

@nemesifier
Copy link
Member

Pushes to master automatically publish the edge tag: https://github.com/openwisp/docker-openwisp/blob/master/.github/workflows/branch.yml#L35-L38

Latest is the latest tag.

Given the fact that this repository is in alpha and has been evolving rapidly, what you want depends on your needs.

Wireguard support is still not merged: #226.

If you want something more stable, I recommend using ansible-openwisp2 on a VM with 4GB of RAM and 2 to 4 CPU, which can handle a good amount of devices (500-1000 if concurrency of celery workers is configured properly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants