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) * Enable hardening options (Closes: #542728)
* Bump Standards-Version to 3.9.2, no changes needed * 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 -- 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 Architecture: all
Depends: ${misc:Depends}, nagios-plugins-basic, nagios-plugins-standard Depends: ${misc:Depends}, nagios-plugins-basic, nagios-plugins-standard
Suggests: nagios3 Suggests: nagios3
Description: Plugins for the nagios network monitoring and management system Description: Plugins for nagios compatible monitoring systems (metapackage)
Nagios is a host/service/network monitoring and management system. It has Plugins for nagios compatible monitoring systems like Nagios and Icinga.
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.)
. .
This metapackage will install the entire suite of plugins for nagios. This metapackage will install the entire suite of plugins for nagios.
If you are installing nagios plugins on a remote "satellite" server 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) Conflicts: nagios-plugins (<= 1.4.2-3)
Replaces: nagios-plugins, nagios-plugins-standard Replaces: nagios-plugins, nagios-plugins-standard
Suggests: nagios3 Suggests: nagios3
Description: Plugins for the nagios network monitoring and management system Description: Plugins for nagios compatible monitoring systems
Nagios is a host/service/network monitoring and management system. It has Plugins for nagios compatible monitoring systems like Nagios and Icinga. It
the following features: contains the following plugins:
. .
* Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP, check_apt, check_by_ssh, check_clamd, check_cluster,
PING, etc.) check_dhcp, check_disk, check_dummy, check_file_age,
* Plugin interface to allow for user-developed service checks check_ftp, check_host, check_http, check_icmp,
* Contact notifications when problems occur and get resolved (via email, check_ide_smart, check_imap, check_ircd, check_jabber,
pager, or user-defined method) check_load, check_log, check_mrtg, check_mrtgtraf,
* Ability to define event handlers to be run during service or host events check_nagios, check_nntp, check_nntps, check_nt,
(for proactive problem resolution) check_ntp, check_ntp_peer, check_ntp_time, check_nwstat,
* Web output (current status, notifications, history, log file, etc.) 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 This package provides a basic set of plugins with minimal external
dependencies. It is not likely to be useful by itself unless you are dependencies. It is not likely to be useful by itself unless you are
installing a remote "satellite" server (using nagios-nrpe-server or nsca, using a remote "satellite" system (using nagios-nrpe-server, check_by_ssh or
for example). nsca, for example).
Package: nagios-plugins-standard Package: nagios-plugins-standard
Architecture: any Architecture: any
@ -62,18 +56,17 @@ Replaces: nagios-plugins
Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, nagios-plugins-basic (>= 1.4.5-2) 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 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 Suggests: nagios3, postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light
Description: Plugins for the nagios network monitoring and management system Description: Plugins for nagios compatible monitoring systems
Nagios is a host/service/network monitoring and management system. It has Plugins for nagios compatible monitoring systems like Nagios and Icinga. It
the following features: contains the following plugins:
. .
* Monitoring of network services (via TCP port, SMTP, POP3, HTTP, NNTP, check_bgpstate, check_breeze, check_dig, check_disk_smb,
PING, etc.) check_dns, check_flexlm, check_fping, check_game,
* Plugin interface to allow for user-developed service checks check_hpjd, check_ifoperstatus, check_ifstatus, check_ldap,
* Contact notifications when problems occur and get resolved (via email, check_ldaps, check_linux_raid, check_mailq, check_mysql,
pager, or user-defined method) check_mysql_query, check_oracle, check_pgsql, check_radius,
* Ability to define event handlers to be run during service or host events check_rpc, check_snmp, check_wave
(for proactive problem resolution)
* Web output (current status, notifications, history, log file, etc.)
. .
This package provides the suite of plugins that are most likely to be 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.