Port details |
- netdata Scalable distributed realtime performance and health monitoring
- 2.5.3 net-mgmt
=9 2.2.6Version of this port present on the latest quarterly branch. - Maintainer: nk@nkeor.me
 - Port Added: 2017-01-27 03:16:56
- Last Update: 2025-06-18 23:33:16
- Commit Hash: 85d8642
- People watching this port, also watch:: htop, pkg, git, nginx, vm-bhyve
- License: GPLv3
- WWW:
- https://github.com/netdata/netdata
- Description:
- Netdata is scalable distributed realtime performance & health monitoring system
netdata collects and visualizes metrics.
If it is a number and it can be collected somehow, netdata can visualize it.
Out of the box, it comes with plugins that collect hundreds of
system metrics and metrics of popular applications.
Netdata is very resource efficient and you can control its resource consumption.
It will use some spare CPU cycles, usually just 1-3% of a single core,
the RAM you want it have, and no disk I/O at all, apart its logging.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- netdata>0:net-mgmt/netdata
- To install the port:
- cd /usr/ports/net-mgmt/netdata/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/netdata
- pkg install netdata
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: netdata
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1750281582
SHA256 (netdata/netdata-v2.5.3.tar.gz) = d0d17d5e6c64b520241371bcf60b5859ad482463327fcfbe5a6e0069415c58c6
SIZE (netdata/netdata-v2.5.3.tar.gz) = 31858932
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- mmv : misc/mmv
- libbacktrace.a : devel/libbacktrace
- matrix.h : science/dlib-cpp
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-urllib3>0 : net/py-urllib3@py311
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- bash : shells/bash
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Library dependencies:
-
- libabsl_base.so : devel/abseil
- libbrotlicommon.so : archivers/brotli
- libcurl.so : ftp/curl
- libjson-c.so : devel/json-c
- liblz4.so : archivers/liblz4
- libpcre2-8.so : devel/pcre2
- libprotobuf.so : devel/protobuf
- libuuid.so : misc/e2fsprogs-libuuid
- libuv.so : devel/libuv
- libyaml.so : textproc/libyaml
- libzstd.so : archivers/zstd
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for netdata-2.5.3:
CUPS=off: Enable support for cups
DASHBOARD=off: Enable agent dashboard
FREEIPMI=off: Enable support for freeipmi
GOPLUGIN=off: Enable the go collector plugin
ML=on: Enable anomaly detection via dlib
PROMETHEUS=off: Enable prometheus remote write exporter
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_netdata
- USES:
- cmake compiler:c++17-lang cpe localbase:ldflags pathfix pkgconfig:both python shebangfix ssl
- pkg-message:
- For install:
- Quick start for local-only use:
1. sysrc netdata_enable="YES"
2. service netdata start
3. Go to http://localhost:19999/
4. <Optional> Connect to Netdata Cloud:
https://learn.netdata.cloud/docs/netdata-cloud/connect-agent-to-cloud#connect-an-existing-agent
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.0_1 12 Dec 2017 12:37:58
  |
antoine  |
Fix packaging with python3 |
1.8.0_1 08 Nov 2017 12:18:34
  |
mmokhi  |
net-mgmt/netdata: Add option for freeipmi support
PR: 223460
Reported by: Bryce Edwards <bryce@bryce.net>
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12975 |
1.8.0 25 Sep 2017 20:34:16
  |
mmokhi  |
net-mgmt/netdata: Fix the pkg-plist that became broken by r450382
PR: 222589
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D12477 |
1.8.0 22 Sep 2017 15:14:43
  |
mmokhi  |
net-mgmt/netdata: Update to 1.8.0
Update includes:
bug fix: streaming slaves consuming 100% CPU
Happened Under certain conditions, especially under FreeBSD and macOS slaves.
bug fix: missing alarm notifications on netdata masters
Because of messing cached alarm state, sometimes the notifications were not
always sent, although being visible at the dashboards.
bug fix: streamed charts with duplicate names
There was a minor issue with charts that were created with name aliases.
new plugin:
python.d.plugin now supports HTTP keep-alive via using urllib3.
This enables HTTP keep-alive on all connections, which allows netdata to have
permanent connections to third party web applications.
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D12408 |
1.7.0 19 Jul 2017 15:18:56
  |
mmokhi  |
net-mgmt/netdata: Unbreak for post-ino64 12-CURRENT
Reported by: lme
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D11648 |
1.7.0 18 Jul 2017 14:43:22
  |
mmokhi  |
net-mgmt/netdata: Update to new release of 1.7.0
This version update includes:
* Fix of building on FreeBSD 12 included on upstream.
* netdata now monitors ZFS (on Linux and FreeBSD)!
* netdata now monitors ElasticSearch, RabbitMQ, Go applications (via expvar),
ipfw (on FreeBSD 11), samba, squid logs (with web_log plugin!).
* netdata is now a (very fast) fully featured statsd server and the
only one with automatic visualization.
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Sponsored by: Netzkommune GmbH
Differential Revision: https://reviews.freebsd.org/D11626 |
1.6.0 22 May 2017 16:04:19
  |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
1.6.0 26 Mar 2017 15:39:15
  |
mmokhi  |
net-mgmt/netdata: Update to 1.6.0:
This release merged many parts of our local FreeBSD patches.
Reviewed by: feld, mat (mentors)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10093 |
1.5.0 11 Feb 2017 04:44:44
  |
mmokhi  |
Updating the ports I maintain to my FreeBSD.org address.
Submitted by: mmokhi
Reviewed by: feld, mat
Approved by: feld, mat (mentors)
Differential Revision: https://reviews.freebsd.org/D9498 |
1.5.0 27 Jan 2017 03:16:36
  |
lifanov  |
new port: net-mgmt/netdata
NetData is scalable, distributed real-time performance and health monitoring.
PR: 216497
Submitted by: Mahdi Mokhtari <mokhi64@gmail.com>
Reviewed by: lifanov, matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D9351 |