diff options
Diffstat (limited to 'net-analyzer/cacti-spine/metadata.xml')
-rw-r--r-- | net-analyzer/cacti-spine/metadata.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-analyzer/cacti-spine/metadata.xml b/net-analyzer/cacti-spine/metadata.xml new file mode 100644 index 000000000000..18ad94010831 --- /dev/null +++ b/net-analyzer/cacti-spine/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>netmon</herd> + <longdescription lang="en"> + Spine (formerly known as 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. + </longdescription> +</pkgmetadata> + |