Port details |
- nsca-ng Nagios Service Check Acceptor
- 1.6 net-mgmt
=0 1.6Version of this port present on the latest quarterly branch. - Maintainer: alexander@sulfrian.net
 - Port Added: 2015-04-23 15:38:13
- Last Update: 2021-04-06 14:31:13
- Commit Hash: 135fdee
- License: BSD2CLAUSE
- Description:
- NSCA-ng provides a client-server pair which makes the Nagios command file
accessible to remote systems. This allows for submitting passive check
results, downtimes, and many other commands to Nagios or compatible
monitoring solutions. The submitted data is queued by the NSCA-ng
server if Nagios goes down. Multiple check results or commands can be
submitted in one go, and multiline plugin output is fully supported.
NSCA-ng uses TLS encryption and shared-secret authentication with
per-client passwords, as well as fine-grained authorization control.
This package contains the NSCA-ng server, which is written in C and
uses an event-driven architecture. Disk I/O is avoided unless the data
cannot be submitted in one go due to its size (on Linux, the threshold
is 4kB). In this case, the data is handed over to Nagios via
asynchronously written files.
NSCA clients cannot talk to NSCA-ng servers (nor vice versa), but NSCA
and NSCA-ng servers can happily run side by side.
WWW: https://github.com/weiss/nsca-ng
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nsca-ng>0:net-mgmt/nsca-ng
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/net-mgmt/nsca-ng/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/nsca-ng
- pkg install nsca-ng
- PKGNAME: nsca-ng
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1591782852
SHA256 (weiss-nsca-ng-v1.6_GH0.tar.gz) = 215e9e06293e46ca825d6dbc9f57e74180dc928d98d3f24b234086d3face75c2
SIZE (weiss-nsca-ng-v1.6_GH0.tar.gz) = 233563
- Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net-mgmt/nsca-ng-client
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Library dependencies:
-
- libev.so : devel/libev
- libconfuse.so : devel/libconfuse
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for nsca-ng-1.6:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_nsca-ng
- USES:
- ssl autoreconf
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:13 1.6
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
04 Jul 2020 16:03:47
1.6
|
fernape  |
net-mgmt/nsca-ng: Update to 1.6
This is not broken anymore in 12 and 13
ChangeLog:
https://github.com/weiss/nsca-ng/blob/master/NEWS#changes-in-release-16-2019-03-19
Accumulated changes from 1.4:
* Work around TLSv1.3 PSK bug in (at least) OpenSSL 1.1.1b.
* Fix static linking against recent OpenSSL versions.
* Update our copy of libev from version 4.22 to version 4.25. The new release
provides a few platform compatibilty fixes and small enhancements.
* Apply a few minor improvements.
* Include an experimental NSCA-ng client module for Perl. (Only the first 15 lines of the commit message are shown above ) |
09 Apr 2019 05:48:34
1.4_1
|
antoine  |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
01 Nov 2018 15:24:14
1.4_1
|
swills  |
net-mgmt/nsca-ng: Fix OpenSSL
PR: 231931
Submitted by: Nathan <ndowens@yahoo.com>
Approved by: maintainer timeout (alexander@sulfrian.net, >2 weeks) |
10 Sep 2018 13:15:48
1.4
|
mat  |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
10 Sep 2018 13:14:52
1.4
|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
17 Feb 2017 16:49:13
1.4
|
mat  |
Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by: Absolight |
28 Sep 2016 13:47:54
1.4
|
mat  |
Also, you can't set SSL_DEFAULT, and don't give bad advices to people,
it should never be set directly, but always through DEFAULT_VERSIONS.
With hat: portmgr
Sponsored by: Absolight |
13 Sep 2016 19:10:31
1.4
|
marino  |
net-mgmt/nsca-ng(-client): IGNORE FreeBSD 9 base openSSL
I think the original makefile was starting that the FreeBSD 9 base OpenSSL
isn't good enough. My previous commit lost that information, so put the
equivalent check back again. |
13 Sep 2016 16:40:45
1.4
|
marino  |
net-mgmt/nsca-ng(-client): Configure any SSL base, IGNORE LibreSSL
These ports currently utilize PSK which is not supported by LibreSSL, so
detect that SSL_DEFAULT and set IGNORE accordingly. The obsolete
USE_OPENSSL_PORT logic was also removed.
Approved by: SSL blanket |
01 Apr 2016 14:16:20
1.4
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
16 Feb 2016 05:33:18
1.4
|
pi  |
net-mgmt/nsca-ng: 1.2 -> 1.4
Changes:
http://www.nsca-ng.org/documentation/changelog.txt
PR: 206452
Submitted by: jochen@jochen-neumeister.de
Approved by: alexander@sulfrian.net (maintainer timeout) |
27 Jun 2015 01:59:02
1.2
|
amdmi3  |
- Fix directory creation weirdness, fixing build of nsca-ng-client as non-root
Approved by: portmgr blanket |
26 Jun 2015 12:42:18
1.2
|
amdmi3  |
- Require newer OpenSSL on pre-10.x, fix build
Submitted by: pkg-fallout
Approved by: portmgr blanket |
23 Apr 2015 15:47:20
1.2
|
mat  |
This was forgotten in the port cleanup.
PR: 188938
Sponsored by: Absolight |
23 Apr 2015 15:37:59
1.2
|
mat  |
Add net-mgmt/nsca-ng and net-mgmt/nsca-ng-client, client-server pair which
makes the Nagios command file accessible to remote systems.
PR: 188938
Submitted by root peng spline inf fu-berlin de
Sponsored by: Absolight |