File: control

package info (click to toggle)
hobbit-plugins 20170219
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 536 kB
  • ctags: 52
  • sloc: perl: 2,956; sh: 82; makefile: 22
file content (113 lines) | stat: -rw-r--r-- 4,170 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Source: hobbit-plugins
Section: net
Priority: extra
Maintainer: Christoph Berg <myon@debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9~),
               dpkg-dev (>= 1.17),
               libdbd-pg-perl,
               libfile-which-perl,
               libfile-slurp-perl,
               libipc-run-perl,
               libnet-dns-perl,
               libnet-tftp-perl,
               libpoe-component-irc-perl,
               libsort-naturally-perl,
               libyaml-tiny-perl,
               postgresql-client-common,
               rsync
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/hobbit-plugins.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/hobbit-plugins.git
Homepage: http://xymon.sourceforge.net/

Package: hobbit-plugins
Architecture: all
Pre-Depends: dpkg (>= 1.15.7.2)
Depends: xymon-client (>= 4.3.17-2~),
         ${misc:Depends}
Recommends: binutils,
            dctrl-tools,
            libsort-naturally-perl,
            libyaml-tiny-perl,
            lsb-release,
            lsof,
            sudo (>= 1.7.2p1-1)
Suggests: bzr,
          cciss-vol-status,
          debsums,
          fping,
          git,
          hddtemp,
          ipmitool,
          libdbd-pg-perl,
          libfile-which-perl,
          libfile-slurp-perl,
          libipc-run-perl,
          liblist-moreutils-perl,
          libnet-dns-perl,
          libnet-tftp-perl,
          libpoe-component-irc-perl,
          libtimedate-perl,
          libxml-twig-perl,
          mercurial,
          ntp,
          nvidia-smi,
          smartmontools,
          subversion
Enhances: backuppc,
          dphys-config,
          mailman,
          postfix
Description: plugins for the Xymon network monitor
 This package provides plugins for the Xymon network monitor.
 (Formerly called Hobbit.)
 .
 Included client plugins:
  * apt - check for outstanding updates
  * backuppc - check for errors reported by BackupPC servers (needs
    backuppc and sudo)
  * cciss - check hardware RAIDs in HP ProLiant servers (needs
    cciss-vol-status and sudo)
  * cntrk - check the size of the Netfilter Connection Tracking table.
    (needs libfile-slurp-perl)
  * dirtyetc - check for conffiles which are modified compared to
    Debian's defaults but should not be (needs sudo and debsums,
    supports dphys-config)
  * dirtyvcs - check for dirty VCS working copies (supports Git,
    Mercurial, Bzr and Subversion, needs appropriate VCS packages
    and libfile-which-perl installed)
  * dnsq - checks for working DNS on clients (needs libnet-dns-perl
    and libfile-slurp-perl)
  * entropy - check kernel entropy pool size
  * ipmi - read IPMI sensors and event log (needs ipmitool)
  * libs - check for running processes with upgraded libraries (needs
    binutils, lsof, sudo, libyaml-tiny-perl, and libsort-naturally-perl)
  * mailman - checks the existence of Mailman shunt files and aged
    queue files. (needs sudo)
  * mdstat - check for failed or resyncing RAID devices
  * mq - check (postfix's) mail queue (needs libtimedate-perl)
  * misc - meta plugin for running series of scripts (needs
    libipc-run-perl)
  * ntpq - check the ntpd daemon synchronization status (needs ntp)
  * postgres - statistics graphs for PostgreSQL databases (needs
    libdbd-pg-perl)
  * sftbnc - check if the local Postfix MTA has soft_bounce enabled.
  * temp - simple temperature monitor (needs libfile-which-perl and
    libyaml-tiny-perl; depending on the hardware to monitor it optionally
    also needs hddtemp, smartmontools, libxml-twig-perl, nvidia-smi
    (non-free), sudo)
 .
 Included server plugins:
  * aptdiff - monitor list of installed packages in host pools
  * conn6 - check IPv6 connectivity (needs fping)
  * ircbot - relay status changes to IRC (needs
    libpoe-component-irc-perl)
  * pgbouncer - monitor pool usage and traffic
  * tftp - checks TFTP servers by downloading a file from them
    (needs libnet-tftp-perl)
 .
 Helper software:
  * Hobbit.pm: Perl module for writing plugins
  * xynagios: adaptor for running Nagios plugins with Xymon (needs
    libipc-run-perl)