Netdata Univention

Hello together,

did anyone try to install netdata on univention 4.2?

Best regards,
Stefan

Yes. You can use the official netdata docker image:

https://hub.docker.com/r/firehol/netdata/

The instructions works out of the box on your ucs docker host and is a very cool solution.

Yes this works with the docker install.
It does install with the kickstart.sh but the site:19999 can’t be accessed. Soo docker it is :slight_smile:

Monitoring works but the wiki tells me to give netdata r/w rights to the docker containers to properly monitor my owncloud:

Docker container names resolution

If you want to have your container names resolved by netdata it needs to have access to docker group. To achive that just add environment variable PGID=999 to netdata container, where 999 is a docker group id from your host. This number can be found by running:

grep docker /etc/group | cut -d ':' -f 3

That command puts out a number: 114

Im Supposed to edit docker-compose.yaml

Where is that file located at?

Hi everyone,

I’ve started toying with a netdata “app” for UCS at https://github.com/fbartels/univention-netdata.

Contributions are welcome.

1 Like
Mastodon