-
Notifications
You must be signed in to change notification settings - Fork 14
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
ntmap with Netbox 3.0.8 #10
Comments
The configuration.py looks like PostgreSQL database configuration. See the Django documentation for a complete list of available parameters:https://docs.djangoproject.com/en/stable/ref/settings/#databasesDATABASE = { The ntmap, settings.ini looks like db = dbname='ntmap' user='ntmap' host='localhost' password='ntmap' [netbox] |
Try to access API manually in your browser: http://localhost/data/l1map?id=1 The response should look similar to this:
|
Also, please ensure that you use latest Ntmap release. Currently - v0.8.0 |
Hi all, I just installed Netbox 3.0.8 and ntmap on the same Ubuntu 20.04 Host.
Netbox works fine, opening ntmap works also fine, I'm able to add groups and maps.
A soon as I open a map, I see Loading ... but get no map displayed. Any help would be appreciated.
cheer .. juerg
The text was updated successfully, but these errors were encountered: