2017-10-04 sysutils/bacula5-client-static: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 sysutils/bacula5-client: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 sysutils/bacula5-bat: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 sysutils/bacula5-server: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 net-mgmt/nagios-check_bacula5: No upstream commits since 2013. Use sysutils/bacula-server
2017-10-04 sysutils/bacula5-docs: No upstream commits since 2013. Use sysutils/bacula-docs
Migrate to Module::Build for distribution maintenance
Include loading of LLDP-EXT-MED-MIB in LLDP.pm
support CiscoConfig on Nexus (sf.net:scratchfury)
remove interface specific part from vrf interfaces on IOS (W. Vandersmissen)
f5 class should respect UseEnums when faking i_type
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
[FEATURE] Make debug logs available when &debug=true passed to probe endpoint
[FEATURE] Make last debug logs of last 100 probe available from landing page
[FEATURE] Expand debug logging of all probes
[FEATURE] Automatically default TLS SNI for TCP probe
[FEATURE] Error out early if query not provided for DNS probe
[ENHANCEMENT] Switch to go-kit for logging
[BUGFIX] Only resolve DNS once for initail HTTP request
nstat is a replacement for the most frequently used parts of vmstat, netstat
(bw), and pmc-memory.x The advantage of using nstat is that it can run all in a
single session, rather than having to use 3 terminal sessions to monitor a
machine.
Submitted by: gallatin (private email)
DEBUG is required for any sort of troubleshooting, GCRYPT is required to
encrypt communication with the server, and PING is one of the most basic
sensors which everybody uses. My hope is that with these three options,
more people will be able to use collectd without having to recompile it.
Approved by: maintainer
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Also include devel/libevent as zabbix34-proxy dependency.
PR: 222095
Submitted by: Christian Ullrich <chris@chrullrich.net>
Approved by: Pakhom Golynga <pg@pakhom.spb.ru> (maintainer)