Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - irishjd

#1
General Support / Docker Compose Issue
September 04, 2024, 09:49:53 PM
I had to give up running netxms on my Windows lab server as it has some "issues"? Anyway, I decided to install it as a Docker image as I am using it to monitor my lab and there are not a lot of devices in it and it isn't critical that netxms stays running 24x7. I did some searching and found the following docker-compose.yaml file for netxms:

services:
  server:
    image: lomo/netxms-server
    ports:
    - "4700:4700"
  webui:
    image: lomo/netxms-webui
    ports:
    - "8080:8080"
    environment:
    - "NETXMS_SERVER=server"
  console:
    image: lomo/netxms-nxmc
    environment:
    - "DISPLAY=$DISPLAY"
    volumes:
    - "/tmp/.X11-unix:/tmp/.X11-unix"

I ran it on my UnRAID server and the server and webui are running fine. However, the console refuses to load. The log file for that container says: "An error has occurred. See the log file /root/.nxmc/data/.metadata/.log". The problem with that is that since the console image won't load, how do I look at the ".log" file to fix this?
#2
General Support / Dark mode not working
August 25, 2024, 12:37:38 AM
I just installed a netxms server, with web interface, into my lab. It is working fine, but I can't get dark mode to work on either firefox, safari, chrome, or edge. I go into the user's profile, go to client preferences, themes, and select Dark [built-in]. I then select apply and ok, but nothing happens. There are no errors, but the dark mode theme never activates. Rebooting the server and/or client doesn't help.

Any idea what I can do to get the dark mode theme working?

Jon