Sign inSign up

openeuler/netdata

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

5.8K

openeuler/netdata repository overview

Quick reference

Netdata | openEuler

Current Netdata docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Netdata is an open-source, real-time infrastructure monitoring platform. Monitor, detect, and act across your entire infrastructure.

Learn more on netdata website.

The tag of each netdata docker image is consist of the version of netdata and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
2.8.3-oe2403sp4netdata 2.8.3 on openEuler 24.03-LTS-SP4amd64, arm64
2.8.3-oe2403sp2netdata 2.8.3 on openEuler 24.03-LTS-SP2amd64, arm64
2.8.0-oe2403sp2netdata 2.8.0 on openEuler 24.03-LTS-SP2amd64, arm64
2.7.3-oe2403sp2netdata 2.7.3 on openEuler 24.03-LTS-SP2amd64, arm64
2.7.1-oe2403sp2netdata 2.7.1 on openEuler 24.03-LTS-SP2amd64, arm64
2.7.0-oe2403sp2netdata 2.7.0 on openEuler 24.03-LTS-SP2amd64, arm64
2.6.3-oe2403sp1netdata 2.6.3 on openEuler 24.03-LTS-SP1amd64, arm64
2.5.0-oe2403sp1Netdata 2.5.0 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/netdata image from docker

    docker pull openeuler/netdata:{Tag}
    
  • Run with an interactive shell

    You can start the container with an interactive shell to use netdata.

    docker run -it --rm openeuler/netdata:{Tag} bash
    
  • Run the Netdata process

    Execute the following command to start Netdata manually.

    netdata/bin/netdata
    

    This starts the Netdata monitoring agent in the foreground, you can run it in the background using & if needed.

  • Access the web dashboard

    Once Netdata is running, you can access web dashboard.

    http://localhost:19999
    

    This will bring up the Netdata real-time monitoring dashboard, where you can view system metrics such as CPU, memory, disk I/O, network traffic, and more.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:824549903

Size

364.1 MB

Last updated

2 months ago

docker pull openeuler/netdata

This week's pulls

Pulls:

25

Last week