diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-23 15:37:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-23 15:37:59 +0000 |
commit | 08b27497b314bd9703d8058fb546cc342a1e329b (patch) | |
tree | 58c2469bc94d813658532616dbcf5da389c34c95 /net-mgmt/Makefile | |
parent | 4272c9ea599921232e696a18d7922a73cb135593 (diff) |
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
Notes
Notes:
svn path=/head/; revision=384593
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index c15518b68fe6..b1203feb4e37 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -173,6 +173,8 @@ SUBDIR += nrpe-ssl SUBDIR += nsca SUBDIR += nsca-client + SUBDIR += nsca-ng + SUBDIR += nsca-ng-client SUBDIR += nsca27 SUBDIR += nsca27-client SUBDIR += nstreams |