diff options
author | Thibaut Notteboom <tib@tibux.org> | 2013-01-13 21:53:07 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-20 09:03:05 -0500 |
commit | 7efc0bc77a5515804b66bf8b74655f5f441ccd50 (patch) | |
tree | 8e10ed09a7823251b8a9d57fa77b207c150682cd /network/cacti-spine/README | |
parent | 79a9b6ba53684f2ce0bc375c3475a9d104bcf665 (diff) |
network/cacti-spine: Added (poller for Cacti).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/cacti-spine/README')
-rw-r--r-- | network/cacti-spine/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/network/cacti-spine/README b/network/cacti-spine/README new file mode 100644 index 0000000000000..bc47830e31712 --- /dev/null +++ b/network/cacti-spine/README @@ -0,0 +1,7 @@ +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. |