From 68b735a3e9fed228750ba0c8880b6b6e4b80e51b Mon Sep 17 00:00:00 2001 From: clement Date: Sat, 26 Feb 2005 21:16:23 +0000 Subject: - 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 --- net/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'net/Makefile') 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 -- cgit