Multithreaded poller for Cacti written in C New releases of Cacti are still unable to work with useful plugins like "GPS Map" and "Network Weathermap". PR: 219686 Submitted by: Vinicius Zavam <egypcio@googlemail.com> Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D11024
7 lines
416 B
Text
7 lines
416 B
Text
Spine, formerly 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. Spine is a replacement for the default cmd.php poller so you
|
|
must decide if using Spine makes sense for your installation.
|
|
|
|
WWW: http://cacti.net/spine_info.php
|