View | Details | Raw Unified | Return to bug 219702 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/cacti-spine/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	spine
4
PORTNAME=	spine
5
PORTVERSION=	1.0.1
5
PORTVERSION=	1.1.7
6
CATEGORIES=	net-mgmt
6
CATEGORIES=	net-mgmt
7
MASTER_SITES=	http://www.cacti.net/downloads/${PORTNAME}/
7
MASTER_SITES=	http://www.cacti.net/downloads/${PORTNAME}/
8
DISTNAME=	cacti-${PORTNAME}-${PORTVERSION}
8
DISTNAME=	cacti-${PORTNAME}-${PORTVERSION}
(-)net-mgmt/cacti-spine/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1486388658
1
TIMESTAMP = 1496312144
2
SHA256 (cacti-spine-1.0.1.tar.gz) = 75b699bd4a85389a4fe026423aae97b51e9f6b091cffbfb6b41d5785d7423330
2
SHA256 (cacti-spine-1.1.7.tar.gz) = 97183529cdcd8446fbcb606710b6c0a7bd2f7166edbf910dc583e5a760ed2c5c
3
SIZE (cacti-spine-1.0.1.tar.gz) = 800797
3
SIZE (cacti-spine-1.1.7.tar.gz) = 801419
(-)net-mgmt/cacti-spine/pkg-descr (-5 / +6 lines)
Lines 1-8 Link Here
1
Cactid is a poller for Cacti that primarily strives to be as fast as
1
Spine is a poller for Cacti that primarily strives to be as fast as
2
possible. For this reason it is written in native C, makes use of POSIX
2
possible. For this reason it is written in native C, makes use of POSIX
3
threads, and is linked directly against the net-snmp library for
3
threads, and is linked directly against the net-snmp library for
4
minmumal SNMP polling overhead. Cactid is a replacement for the default
4
minimal SNMP polling overhead.
5
cmd.php poller so you must decide if using Cactid makes sense for your
6
installation.
7
5
8
WWW: http://www.cacti.net/spine_info.php
6
It's a replacement for the default 'poller.php' script, so you must 
7
decide if using Spine makes sense for your installation.
8
9
WWW: http://cacti.net/spine_info.php

Return to bug 219702