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.

[Request] netdata container

Featured Replies

docker run -d --cap-add SYS_PTRACE -v /proc:/host/proc:ro -v /sys:/host/sys:ro  -p 19999:19999 titpetric/netdata

 

then http://serverip:19999

 

from https://hub.docker.com/r/titpetric/netdata/

 

I cant get the docker names to show though -tried

docker run -d --cap-add SYS_PTRACE -v /proc:/host/proc:ro -v /sys:/host/sys:ro  -v /var/run/docker.sock:/var/run/docker.sock -p 19999:19999 titpetric/netdata

 

Otherwise, it works well!

:-)

 

I will make a template for it if people want.

The template seems to work and the docker is running fine as well.

I am a bit concerned that there is no external directory mapping. So I assume all the logs and the data gets stored in the docker and that can't be a good thing.

 

I want to see if I can expose the log, data and config directory.

The template seems to work and the docker is running fine as well.

I am a bit concerned that there is no external directory mapping. So I assume all the logs and the data gets stored in the docker and that can't be a good thing.

 

I want to see if I can expose the log, data and config directory.

 

Thank you for the XML, I think this a great app to run in unRAID for performance monitoring!

 

Any updates on the logs and external data? I figured I would just map /var/log but I haven't the slightest clue where the data is kept.

Actually the logs get redirected to stdout and stderr. So they show in the docker container log.

I need to find out if docker then handles the housekeeping of those.

 

I wasn't yet successfull in locating the data. Will have another go over the weekend.

 

EDIT: This might be part of the answer: http://lime-technology.com/forum/index.php?topic=45249.0

  • Author

Thanks for the templates guys, works wonderfully! Although I have noticed space in my docker image being eaten away, probably the logging issue.

Hi, the logging should go outside of the docker.img

 

Could you please check the img size using this command? It could take a while depending on your img size.

docker ps -a -s | grep titpetric/netdata

mine shows: 12.29 MB (virtual 152.7 MB)  after about 1hr of runtime

 

You can check the log size by running this:

du -ah /var/lib/docker/containers/ | grep  "log$" | grep f44c3694b757

where you need to replace the container id with your own id (shown in the result from the first command.

 

Archived

This topic is now archived and is closed to further replies.

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.