Summary: | net-mgmt/netdata multiple improvements | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dries Michiels <driesm> | ||||
Component: | Individual Port(s) | Assignee: | Mahdi Mokhtari <mmokhi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Keywords: | easy, patch | ||||
Priority: | --- | Flags: | mmokhi:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | https://github.com/netdata/netdata/pull/5404 | ||||||
Attachments: |
|
Created a pull request upstream for the python stuffs. A commit references this bug: Author: mmokhi Date: Thu Mar 21 15:05:28 UTC 2019 New revision: 496470 URL: https://svnweb.freebsd.org/changeset/ports/496470 Log: net-mgmt/netdata: Update to the latest release (v1.13.0) 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 Changes: head/net-mgmt/netdata/Makefile head/net-mgmt/netdata/distinfo head/net-mgmt/netdata/files/netdata.in head/net-mgmt/netdata/files/patch-collectors_python.d.plugin_python.d.plugin.in head/net-mgmt/netdata/pkg-descr head/net-mgmt/netdata/pkg-plist Thanks for the contribution, and sorry for the delay :) |
Created attachment 201682 [details] multiple improvements for netdata A few fixes that this patch brings: - unbreak python plugins, couldn't execute python.d.plugin which caused that no monitoring files from python.d would work such as nginx, unbound, etc. - remove trailing white space in pkg-descr - let shebangfix do something - make PID file configurable through rc script