Sometimes Ubiquiti updates and pulls old versions for no obvious reason and
this causes the quarterly branch build process to repeatedly email me
with errors. The license for Unifi does not restrict hosting copies of
the distfile, so I will use a backup mirror will solve this.
MFH: 2016Q2
These resource agents are used by two cluster resource management
implementations:
- Pacemaker
- rgmanager
More information about OCF resource agents is available in the OCF Resource
Agent Developer's guide, in the doc/dev-guides subdirectory.
WWW: http://www.linux-ha.org/wiki/Resource_agents
PR: 209005
Submitted by: David Shane Holden <dpejesh@yahoo.com>
Also, USE_MYSQL can't happen after bsd.port.pre.mk because it is a USES.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
- Introduce new rc.conf variable "icinga2_mkvar" defaulting to "NO". The
variable controls the creation and chown'ing of missing files and
directories in /var. [1]
- Add an UPDATING entry for this
PR: 206022 [1]
Submitted by: Oliver Hartmann <ohartman@zedat.fu-berlin.de>
Sponsored by: Essen Linuxhotel Hackathon 2016
Change:
- Ability to add/remove/replace custom TLV from lldpcli.
- LLDP-MED capabilities are displayed differently in lldpcli.
- Limit the maximum depth (5) when trying to apply a VLAN.
- Change JSON output format when using json-c to match Jansson
output.
- Integration tests for the major parts of lldpd, including use of
address and leak sanitizer.
Fix:
- LLDP-MED POE TLV are now displayed in lldpcli.
- Ignore lower link when it is in another namespace.
- Fix various problems with interfaces being enslaved.
- Fix a memory leak when modifying port-related settings.
PR: 208960
Submitted by: Mathieu Simon <freebsd@simweb.ch> (maintainer)
- Fixed a likely only cosmetic bug with a one-byte overread of the pcap
packet buffer, which would cause an error under ASAN. Spotted by
Xavid Pretzer.
- Added a new signature for Chrome.
- Updated another signature for Chrome.
Telegraf is an open source agent written in Go for collecting metrics and data
on the system it's running on or from other services. Telegraf then writes the
data to InfluxDB in the correct format.
The port was originally created by Stefan Lambrev and he approved that I take
maintainership.
Changes:
- Added ART20 LICENSE
- ensure that insert.pl works with nagios embedded perl
- use embedded images for show/hide toggle buttons (thanks to matt perry)
- ensure graph controls float above other elements
- zoom when zoom rectangle drags to right or left
- added hourly interval
- generate text and html readme files from README.pod (thanks to matt perrry)
- fix map rule for PROCS (thanks to matt perry)
- increase variety of colors (thanks to matt perry)
- improved controls layout (thanks to matt perry)
- block right-click menu on graphs (thanks to matt perry)
- fixed escaping of urls
- isolate date/time formatting for graph mouseovers
- include pid when logging to help isolate multi-core/multi-thread issues.
- fixed debian6 packaging problems.
- change authentication behavior when nagios default_user_name is defined.
behavior is now aligned to that defined in nagios.
- use more precise values for graph zoom bounds.
- specify explicitly the default graph height.
- strip leading and trailing whitespace from tuples (heartbeats, stepsizes,
resolutions, steps, xffs, plotasLINE1, plotasLINE2, etc).
- added fixedscale as a per host/service/database/source parameter. for
backward compatibility it still works when specified as a cgi argument.
note that it affects the vertical axis and the values in the legend.
- handle # in database and data source names
- ensure the directory containing perfdata log is writeable by nagios user.
- added export.cgi to dump rrd data in csv or xml format.
- automatically determine groups from the Nagios servicegroup definitions.
- fixed heartbeats/stepsizes/resolutions bug. this time for real. really.
- retain a copy of any modifications made to nagios.cfg and commands.cfg when
removing rpm or deb packages.
- fixed install.pl to work with icinga.
- renamed upgrade.pl to flat2hier.pl
- fixed install option typo for --check-prerequisites in install instructions.
- encourage standalone installations rather than overlays unless installing
from rpm or deb package.
- encourage nagios pre-flight checks before restarting nagios.
PR: 208483
Approved by: hizel@vyborg.ru (maintainer)
The different cases are:
- Only bring it if the one bundled with Perl is outdated.
- The version bundled with all our Perl is sufficient.
- Scalar-List-Util is not really needed by the port.
(looking for /(Sub|Scalar|List)::Util/ returns nothing.)
While there, do some minor cleanup that caught my eye.
PR: 208378
With hat: perl@
Sponsored by: Absolight
A Nagios/Icinga plugin to monitor ZFS Pools (zpools). It is based on "Check
Solaris ZFS Pools" but is completely rewritten.
WWW: https://github.com/Napsty/check_zpools
Configure, manage and troubleshoot clusters from the command line, with full
tab completion and extensive help. crmsh also provides advanced features
like low-level cluster configuration, cluster scripting, package management,
and history exploration tools giving you a complete insight into the state
of your cluster.
PR: 208222
Submitted by: David Shane Holden <dpejesh@yahoo.com>