updating package description

This commit is contained in:
Jan Wagner 2011-09-02 10:35:13 +00:00
parent 3487a22a9c
commit 833e0160a4
2 changed files with 34 additions and 37 deletions

4
debian/changelog vendored
View file

@ -2,6 +2,10 @@ nagios-plugins (1.4.15-5) UNRELEASED; urgency=low
* Enable hardening options (Closes: #542728)
* Bump Standards-Version to 3.9.2, no changes needed
* Updating package description (Closes: #640070), thanks to Christoph Anton
Mitterer
- Listing the checks of each package
- Hint added, that nagios-plugins-basic needs more packages (recommands)
-- Jan Wagner <waja@cyconet.org> Wed, 18 May 2011 16:55:55 +0200

67
debian/control vendored
View file

@ -13,18 +13,8 @@ Package: nagios-plugins
Architecture: all
Depends: ${misc:Depends}, nagios-plugins-basic, nagios-plugins-standard
Suggests: nagios3
Description: Plugins for the nagios network monitoring and management system
Nagios is a host/service/network monitoring and management system. It has
the following features:
.
* Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP,
PING, etc.)
* Plugin interface to allow for user-developed service checks
* Contact notifications when problems occur and get resolved (via email,
pager, or user-defined method)
* Ability to define event handlers to be run during service or host events
(for proactive problem resolution)
* Web output (current status, notifications, history, log file, etc.)
Description: Plugins for nagios compatible monitoring systems (metapackage)
Plugins for nagios compatible monitoring systems like Nagios and Icinga.
.
This metapackage will install the entire suite of plugins for nagios.
If you are installing nagios plugins on a remote "satellite" server
@ -37,23 +27,27 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, procps, iputils-ping [linux-any], i
Conflicts: nagios-plugins (<= 1.4.2-3)
Replaces: nagios-plugins, nagios-plugins-standard
Suggests: nagios3
Description: Plugins for the nagios network monitoring and management system
Nagios is a host/service/network monitoring and management system. It has
the following features:
Description: Plugins for nagios compatible monitoring systems
Plugins for nagios compatible monitoring systems like Nagios and Icinga. It
contains the following plugins:
.
* Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP,
PING, etc.)
* Plugin interface to allow for user-developed service checks
* Contact notifications when problems occur and get resolved (via email,
pager, or user-defined method)
* Ability to define event handlers to be run during service or host events
(for proactive problem resolution)
* Web output (current status, notifications, history, log file, etc.)
check_apt, check_by_ssh, check_clamd, check_cluster,
check_dhcp, check_disk, check_dummy, check_file_age,
check_ftp, check_host, check_http, check_icmp,
check_ide_smart, check_imap, check_ircd, check_jabber,
check_load, check_log, check_mrtg, check_mrtgtraf,
check_nagios, check_nntp, check_nntps, check_nt,
check_ntp, check_ntp_peer, check_ntp_time, check_nwstat,
check_overcr, check_ping, check_pop, check_procs,
check_real, check_rta_multi, check_sensors, check_simap,
check_smtp, check_spop, check_ssh, check_ssmtp,
check_swap, check_tcp, check_time, check_udp,
check_ups, check_users
.
This package provides a basic set of plugins with minimal external
dependencies. It is not likely to be useful by itself unless you are
installing a remote "satellite" server (using nagios-nrpe-server or nsca,
for example).
using a remote "satellite" system (using nagios-nrpe-server, check_by_ssh or
nsca, for example).
Package: nagios-plugins-standard
Architecture: any
@ -62,18 +56,17 @@ Replaces: nagios-plugins
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, nagios-plugins-basic (>= 1.4.5-2)
Recommends: ${shlibs:Recommends}, fping, snmp, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, whois, qstat
Suggests: nagios3, postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light
Description: Plugins for the nagios network monitoring and management system
Nagios is a host/service/network monitoring and management system. It has
the following features:
Description: Plugins for nagios compatible monitoring systems
Plugins for nagios compatible monitoring systems like Nagios and Icinga. It
contains the following plugins:
.
* Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP,
PING, etc.)
* Plugin interface to allow for user-developed service checks
* Contact notifications when problems occur and get resolved (via email,
pager, or user-defined method)
* Ability to define event handlers to be run during service or host events
(for proactive problem resolution)
* Web output (current status, notifications, history, log file, etc.)
check_bgpstate, check_breeze, check_dig, check_disk_smb,
check_dns, check_flexlm, check_fping, check_game,
check_hpjd, check_ifoperstatus, check_ifstatus, check_ldap,
check_ldaps, check_linux_raid, check_mailq, check_mysql,
check_mysql_query, check_oracle, check_pgsql, check_radius,
check_rpc, check_snmp, check_wave
.
This package provides the suite of plugins that are most likely to be
useful on a central nagios host.
useful on a central nagios host. Some scripts needs more packages installed
to work, which is implemented as recommands.