Other changes:
- Add LIB_DEPENDS on devel/libuv and archivers/liblz4 as suggested by portlint
- Add USES=ssl (portlint)
- Remove BUILD_DEPENDS (LIB_DEPENDS is sufficient)
Approved by: mmokhi
Differential Revision: https://reviews.freebsd.org/D20452
This netdata release fixes upstream Bugs:
- Bug #5670: "postgres: socket: update() unhandled exception"
It also includes features:
* Kubernetes: Helm chart
* Reduce memory usage
While here:
Add a CUPS option to enable/disable the plugin
Do cleanup on plist (new options added, fix permissions [FreeIPMI, etc])
Unbreak python plugins (shebangfix)
Make PID file configurable through rc script
For more info: https://github.com/netdata/netdata/releases/tag/v1.13.0
PR: 236258 235462
Reported by: Dries Michiels <driesm.michiels@gmail.com>, geraud@gcu.info
Sponsored by: The FreeBSD Foundation
Add more exact test-cases to configure.ac to prevent it assuming support of
__atomic_add/fetch/... symbols on i386 (Clang > 4).
Sponsored by: The FreeBSD Foundation
With this change people will be able to run the service according their configurations
With users like 'root', as well as default one (netdata)
Reported by: netchild
Sponsored by: The FreeBSD Foundation
Major changes:
Added plugins:
openldap: to collect performance statistics from OpenLDAP servers
tor: to collect traffic statistics from Tor
nvidia_smi: to monitor NVIDIA GPUs
Bug fix:
fix the incorrect parser error for network-interface names with ":" in them
ChangeLog: https://github.com/netdata/netdata/releases/tag/v1.11.1
Sponsored by: The FreeBSD Foundation
This release has fundamental changes on config-file management.
The stock config files (templates) are now co-existing in
${LOCALBASE}/lib/netdata/*
For customizing and using them they must be compied into
${LOCALBASE}/etc/netdata/*
More of changes/bugfixes:
https://github.com/netdata/netdata/blob/v1.11.0/CHANGELOG.md
Sponsored by: The FreeBSD Foundation
jbeich commented on some ports in D17724 but I forgot to add them to the list.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
The issue merged on upstream but not in release-tree yet
Also add two other dependencies for run-time.
PR: 224135
Reported by: nhoyle@hoyletech.com
Sponsored by: Netzkommune GmbH
Merge the "Fixing on 12-CURRENT" patch to upstream
Introduced new features such as:
- access lists
- snapshots
- TCP overflow detection
- libvirt VM detection
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
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
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