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
|
Source: hobbit-plugins
Section: net
Priority: extra
Maintainer: Christoph Berg <myon@debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/collab-maint/hobbit-plugins.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/hobbit-plugins.git
Homepage: http://xymon.sourceforge.net/
Package: hobbit-plugins
Architecture: all
Depends: xymon-client | hobbit-client, ${misc:Depends}
Recommends: libsysadm-install-perl, lsof, sudo (>= 1.7.2p1-1)
Suggests: libdbd-pg-perl, libpoe-component-irc-perl, libnet-tftp-perl, ipmitool, fping, ntp, git | git-core, bzr, mercurial, subversion, debsums
Enhances: backuppc, mailman, postfix, dphys-config
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)
* 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
installed)
* entropy - check kernel entropy pool size
* ipmi - read IPMI sensors and event log (needs ipmitool)
* libs - check for running processes with upgraded libraries
(needs lsof and sudo)
* mailman - check for the existence of Mailman qfiles. (needs sudo)
* mdstat - check for failed or resyncing RAID devices
* mq - check (postfix's) mail queue
* misc - meta plugin for running series of scripts (needs
libsysadm-install-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.
.
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)
* 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
|