librenms / docker

LibreNMS Docker image
MIT License
663 stars 274 forks source link

Widget drop down is empty #122

Closed TheToxicDuck closed 4 years ago

TheToxicDuck commented 4 years ago

Hi there, after deploying a fresh LibreNMS docker instance using the docker-compose example I've found the widget drop down within the dashboard editor to be empty.

Component | Version
--------- | -------
LibreNMS  | 1.66
DB Schema | 2020_06_23_00522_alter_availability_perc_column (171)
PHP       | 7.3.21
Python    | 3.8.5
MySQL     | 10.4.14-MariaDB-1:10.4.14+maria~focal
RRDTool   | 1.7.2
SNMP      | NET-SNMP 5.8
====================================

[OK]    Installed from the official Docker image; no Composer required
[OK]    Database connection successful
[OK]    Database schema correct
[WARN]  IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[WARN]  Updates are managed through the official Docker image

image

Client:
 Debug Mode: false

Server:
 Containers: 19
  Running: 19
  Paused: 0
  Stopped: 0
 Images: 27
 Server Version: 19.03.12-ce
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 09814d48d50816305a8e6c1a4ae3e2bcc4ba725a.m
 runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 init version: fec3683
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 5.8.5-arch1-1
 Operating System: Arch Linux
 OSType: linux
 Architecture: x86_64
 CPUs: 12
 Total Memory: 31.29GiB
 Name: xen
 ID: JZE5:OSTJ:FPZR:MYJM:D37E:RTGC:L22T:2U2O:VO5W:2CNF:OWSH:RQYU
 Docker Root Dir: /mnt/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false
crazy-max commented 4 years ago

@TheToxicDuck Should be fixed now

crazy-max commented 4 years ago

@TheToxicDuck Nevermind still persist.

TheToxicDuck commented 4 years ago

Just redeployed and the widgets are now appearing in the drop down. Thanks!