Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

cschanot

Members
  • Joined

  • Last visited

  1. Looks like a directory permission issue. You can fix this by dropping to the unraid terminal and chmod 777 /mnt/user/appdata/ntopng
  2. I am checking into this, do you happen to be running a separate redis server?
  3. Happy to help! Glad it worked for you.
  4. For your elasticsearch docker change the docker tag from 6.6.2 to 7.12.0 and apply. That will update you to the same version Kibana is running. Once Elasticsearch is up try running Kibana again. Let me know if you have any questions!
  5. Would you mind posting a dump of the Kibana log? That might give me a clue so hopefully I can help.
  6. It seems to figure it out based off of the inet addr assigned to the interface whether or not it is a local network. I actually just modified this on my container today. In post arguments I added a new flag: -m "192.168.1.0/24,172.17.0.0/16,172.18.0.0/16"
  7. The ntopng docker runs a redis server as well, this would be causing the conflict. The easiest way to resolve would be if you run the bitnami redis server in host mode then add the following to the ntopng docker template in post arguments: -r <Your Server IP> You can specify port and db id if you need with the -r option as well. For quick testing mine looked like: -r 192.168.1.20:6379@2 (From the ntopng site the whole argument is [h[:port[:pwd]]][@db-id] if needed) I will leave notes in the template for anyone else who might experience this issue in the future. If you cannot run in host mode you would need to create a network and set ntopng and redis to use it. Let me know if this solves the issue!
  8. I believe you can add --http-port 0.0.0.0:port with port being one you have free. I can test it later tonight when I get back. You would most likely add this to the extra parameters post arguments in the advanced view. If you get a chance to test before I get to it let me know how you fair! Update: I just tested this and it worked. I will update the template with this as well as removing the --community from the post arguments shortly.
  9. Good call, I will make the change when I get home later today. Thank you!
  10. Glad you were able to get it working!
  11. Summary: Support Thread for cschanot docker templates: ntopnrg kibana - This currently relies on the existing Elasticsearch docker by FoxxMD
  12. Rebooting even from safe mode will consistently cause a kernel panic. This doesn't seem to show in the syslog. Having plugins (apparently any) also causes the panic. Moving all .plg files to a different directory allows the system to start normally and then all can be added back without issue. Problem is reproduceable every time. Attached is an image of the crash and attached diagnostics. 6.9.0-RC1 did not have this issue for me but RC2 and 6.9.1 do. I am at a loss with how to resolve so if anyone has a thought please let me know! Brief update, the plugins do not need to be changed to boot, rebooting/shutting downthe server still produces the same kernel panic however. The only change I made was updating the firmware on the Solarflare SNF5122f card in the system so far. 4/5/2021 Edit: So if I completely remove network.cfg reboots will then work as intended it appears. As soon as I try to save a new network.cfg it will produce the same kernel panic. Definitely seems to something to do with the the network.cfg. I will attempt to narrow it down further but any suggestions would be welcomed. htpc-diagnostics-20210330-2147.zip

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.