File: control

package info (click to toggle)
mod-gearman 1.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,064 kB
  • ctags: 3,163
  • sloc: ansic: 12,965; sh: 1,990; perl: 697; makefile: 354
file content (71 lines) | stat: -rw-r--r-- 2,431 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: mod-gearman
Section: net
Priority: extra
Maintainer: Bernd Zeimetz <bzed@debian.org>
Build-Depends:
 automake,
 dctrl-tools,
 debhelper (>= 9),
 dh-autoreconf,
 dh-systemd (>= 1.4),
 gearman-job-server,
 help2man,
 libgearman-dev (>= 0.14),
 libltdl-dev,
 libncurses5-dev,
 libperl-dev,
 libtool,
Standards-Version: 3.9.4
Homepage: http://labs.consol.de/nagios/mod-gearman/
Vcs-Git: git://anonscm.debian.org/pkg-nagios/pkg-mod-gearman.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-nagios/pkg-mod-gearman.git/
XS-Testsuite: autopkgtest

Package: mod-gearman-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Description: Documentation and examples for Mod-Gearman
 Mod-Gearman is an easy way of distributing active Icinga/Nagios checks across
 your network and increasing nagios scalability. Mod-Gearman can even help to
 reduce the load on a single nagios host, because its much smaller and more
 efficient in executing checks.
 .
 This package contains documentation and examples common to the
 mod-gearman-module and mod-gearman-worker packages.

Package: mod-gearman-module
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Nagios/Icinga event broker module for Mod-Gearman
 Event broker module for Icinga/Nagios. This module adds servicechecks,
 hostchecks and eventhandlers to a queue on a Gearman job server.
 .
 There can be multiple equal Gearman job servers.

Package: mod-gearman-worker
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, adduser
Description: Worker agent for Mod-Gearman
 The worker agent for Mod-Gearman connects to a Gearman job server,
 runs active Icinga/Nagios service checks, and return the results.
 .
 The worker can ask for any available check, or it can be bound to
 specific hostgroups or servicegroups.
 .

Package: mod-gearman-tools
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tools for mod-gearman
 This package also includes a set of extra tools to send check results to
 Icinga/Nagios via a Gearman job server, and a plugin to monitor the Gearman
 job server itself:
 .
  - check_gearman - Icinga/Nagios service check to monitor the Gearman job
    server
  - gearman_top - Monitor the Gearman job server from the console
  - send_gearman - Submit active and passive check results to a
    Gearman job server
  - send_multi - Submit check results from the check_multi to a Gearman
    job server