diff options
author | clement <clement@FreeBSD.org> | 2005-02-27 05:16:23 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-02-27 05:16:23 +0800 |
commit | 68b735a3e9fed228750ba0c8880b6b6e4b80e51b (patch) | |
tree | d968f73769eed74b368e4e8620b025203ad90840 /net/Makefile | |
parent | da1a307cb6f3080bf3041fdc4b2a9954c6e0a876 (diff) | |
download | freebsd-ports-graphics-68b735a3e9fed228750ba0c8880b6b6e4b80e51b.tar.gz freebsd-ports-graphics-68b735a3e9fed228750ba0c8880b6b6e4b80e51b.tar.zst freebsd-ports-graphics-68b735a3e9fed228750ba0c8880b6b6e4b80e51b.zip |
- Add cactid 0.8.6d
Cactid is a poller for Cacti that primarily strives to be as fast as
possible. For this reason it is written in native C, makes use of POSIX
threads, and is linked directly against the net-snmp library for
minmumal SNMP polling overhead. Cactid is a replacement for the default
cmd.php poller so you must decide if using Cactid makes sense for your
installation.
WWW: http://www.cacti.net/cactid_info.php
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index feb9a278610..66dbabb74f6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -56,6 +56,7 @@ SUBDIR += btqueue SUBDIR += c3270 SUBDIR += cacti + SUBDIR += cactid SUBDIR += callgen SUBDIR += cap SUBDIR += ccmsn |