diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2008-08-14 10:58:34 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2008-08-14 10:58:34 +0800 |
commit | 29ba4a45bf7b980d1a2699122289918cc0a16fa7 (patch) | |
tree | 1cd99b1d57ca0fff5cd00f62d9ccd80d65e86bbd /net-mgmt/Makefile | |
parent | 01051812f8e714cdef5df72cfb47967346888120 (diff) | |
download | freebsd-ports-gnome-29ba4a45bf7b980d1a2699122289918cc0a16fa7.tar.gz freebsd-ports-gnome-29ba4a45bf7b980d1a2699122289918cc0a16fa7.tar.zst freebsd-ports-gnome-29ba4a45bf7b980d1a2699122289918cc0a16fa7.zip |
The NDOUTILS addon is designed to store all configuration and event data from
Nagios in a database. Storing information from Nagios in a database will allow
for quicker retrieval and processing of that data and will help serve as a
foundation for the development of a new PHP-based web interface in Nagios 3.0.
WWW: http://www.nagios.org
Approved by: araujo (mentor)
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index c59483a74daf..c60fdd6ac8b5 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -120,6 +120,7 @@ SUBDIR += nat SUBDIR += nav SUBDIR += nbtscan + SUBDIR += ndoutils SUBDIR += ndpmon SUBDIR += nedi SUBDIR += nefu |