File: control

package info (click to toggle)
cacti-spine 1.2.27-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 716 kB
  • sloc: ansic: 7,458; sh: 204; makefile: 33
file content (39 lines) | stat: -rw-r--r-- 1,362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: cacti-spine
Section: web
Priority: optional
Maintainer: Cacti Maintainer Team <team+cacti@tracker.debian.org>
Uploaders: Paul Gevers <elbrus@debian.org>,
Build-Depends: autoconf,
               automake,
               debhelper-compat (= 13),
               default-libmysqlclient-dev,
               libssl-dev,
               libsnmp-dev,
               libcap-dev,
               libtool,
               help2man,
               po-debconf
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian/cacti-spine.git
Vcs-Browser: https://salsa.debian.org/debian/cacti-spine
Homepage: https://cacti.net/
Rules-Requires-Root: no

Package: cacti-spine
Architecture: any
Depends: cacti (>= 1.2),
         dbconfig-mysql | dbconfig-no-thanks,
         ucf,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: libcap2-bin [linux-any]
Suggests: snmp-mibs-downloader
Description: Multi-Threading poller for cacti
 Spine is a replacement for the default cmd.php poller in the cacti
 package. It primarily strives to be as fast as possible, and is
 designed for sites with large numbers of hosts and devices polled.
 .
 If the default poller provided by cacti works for you, then you should
 not use this package.  You should only use this package if the default
 poller is unable to complete a polling cycle in the required amount
 of time.