Port details |
- nsca-ng Nagios Service Check Acceptor
- 1.6_1 net-mgmt =2 1.6_1Version of this port present on the latest quarterly branch.
- Maintainer: alexander@sulfrian.net
- Port Added: 2015-04-23 15:38:13
- Last Update: 2024-02-25 06:46:44
- Commit Hash: 944f846
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/weiss/nsca-ng
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nsca-ng>0:net-mgmt/nsca-ng
- Conflicts:
- CONFLICTS:
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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.71 : devel/autoconf
- automake>=1.16.5 : 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_1:
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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6_1 25 Feb 2024 06:46:44 |
Muhammad Moinur Rahman (bofh) |
net-mgmt/nsca-ng{-client}: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
1.6 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6 04 Jul 2020 16:03:47 |
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 ) |
1.4_1 09 Apr 2019 05:48:34 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
1.4_1 01 Nov 2018 15:24:14 |
swills |
net-mgmt/nsca-ng: Fix OpenSSL
PR: 231931
Submitted by: Nathan <ndowens@yahoo.com>
Approved by: maintainer timeout (alexander@sulfrian.net, >2 weeks) |
1.4 10 Sep 2018 13:15:48 |
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 |
1.4 10 Sep 2018 13:14:52 |
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 |
1.4 17 Feb 2017 16:49:13 |
mat |
Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by: Absolight |
1.4 28 Sep 2016 13:47:54 |
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 |
1.4 13 Sep 2016 19:10:31 |
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. |
1.4 13 Sep 2016 16:40:45 |
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 |
1.4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.4 16 Feb 2016 05:33:18 |
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) |
1.2 27 Jun 2015 01:59:02 |
amdmi3 |
- Fix directory creation weirdness, fixing build of nsca-ng-client as non-root
Approved by: portmgr blanket |
1.2 26 Jun 2015 12:42:18 |
amdmi3 |
- Require newer OpenSSL on pre-10.x, fix build
Submitted by: pkg-fallout
Approved by: portmgr blanket |
1.2 23 Apr 2015 15:47:20 |
mat |
This was forgotten in the port cleanup.
PR: 188938
Sponsored by: Absolight |
1.2 23 Apr 2015 15:37:59 |
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 |