Bug 235462 - net-mgmt/netdata multiple improvements
Summary: net-mgmt/netdata multiple improvements
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mahdi Mokhtari
URL: https://github.com/netdata/netdata/pu...
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2019-02-03 14:29 UTC by Dries Michiels
Modified: 2019-03-21 15:06 UTC (History)
0 users

See Also:
mmokhi: maintainer-feedback+


Attachments
multiple improvements for netdata (2.98 KB, patch)
2019-02-03 14:29 UTC, Dries Michiels
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2019-02-03 14:29:27 UTC
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
Comment 1 Dries Michiels freebsd_committer freebsd_triage 2019-02-16 15:59:55 UTC
Created a pull request upstream for the python stuffs.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-03-21 15:05:48 UTC
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
Comment 3 Mahdi Mokhtari freebsd_committer freebsd_triage 2019-03-21 15:06:46 UTC
Thanks for the contribution, and sorry for the delay :)