diff options
author | Peter Volkov <pva@gentoo.org> | 2008-01-08 20:08:08 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-01-08 20:08:08 +0000 |
commit | b6b07d99d871ef3479f52e476b09c125a3397eeb (patch) | |
tree | 372df0ee84997ac2dd0c6c4cb0af813f8387a513 /net-analyzer/cacti-spine/metadata.xml | |
parent | add new version (diff) | |
download | gentoo-2-b6b07d99d871ef3479f52e476b09c125a3397eeb.tar.gz gentoo-2-b6b07d99d871ef3479f52e476b09c125a3397eeb.tar.bz2 gentoo-2-b6b07d99d871ef3479f52e476b09c125a3397eeb.zip |
Initial import. Thank you Nathan Sullivan <nathan AT nightsys.net> for notification and ebuild, bug #204852.
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-analyzer/cacti-spine/metadata.xml')
-rw-r--r-- | net-analyzer/cacti-spine/metadata.xml | 22 |
1 files changed, 22 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..171452470699 --- /dev/null +++ b/net-analyzer/cacti-spine/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>netmon</herd> + <maintainer> + <email>ramereth@gentoo.org</email> + <name>Lance Albertson</name> + </maintainer> + <maintainer> + <email>pva@gentoo.org</email> + <name>Peter Volkov</name> + </maintainer> + <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> + |