diff --git a/debian/control b/debian/control index 4b28bb7..7b0f0c1 100644 --- a/debian/control +++ b/debian/control @@ -58,22 +58,24 @@ Depends: inetutils-ping [kfreebsd-any hurd-any], ${shlibs:Depends} Recommends: libcap2-bin [linux-any] Suggests: icinga2 +Breaks: monitoring-plugins-standard (<< 2.4.0-3~) +Replaces: monitoring-plugins-standard (<< 2.4.0-3~) Provides: nagios-plugins-basic Description: Plugins for nagios compatible monitoring systems (basic) Plugins for nagios compatible monitoring systems like Naemon and Icinga. It contains the following plugins: . 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_curl, 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 @@ -101,7 +103,7 @@ Description: Plugins for nagios compatible monitoring systems (standard) Plugins for nagios compatible monitoring systems like Naemon and Icinga. It contains the following plugins: . - check_breeze, check_curl, check_dbi, check_dig, check_disk_smb, check_dns, + check_breeze, check_dbi, check_dig, check_disk_smb, check_dns, check_flexlm, check_fping, check_game, check_hpjd, check_ifoperstatus, check_ifstatus, check_ldap, check_ldaps, check_mailq, check_mysql, check_mysql_query, check_oracle, check_pgsql, check_radius, check_rpc, diff --git a/debian/rules b/debian/rules index 6ce3f11..1dc8dd9 100755 --- a/debian/rules +++ b/debian/rules @@ -28,15 +28,15 @@ std_plugins:=check_breeze check_ifoperstatus check_hpjd check_ifstatus \ check_rpc check_snmp check_wave check_fping check_game \ check_radius check_mysql check_mysql_query check_pgsql \ check_disk_smb check_ldap check_ldaps \ - check_mailq check_curl \ + check_mailq \ check_dns check_dig check_flexlm check_oracle \ check_dbi common_files:=negate urlize utils.pm utils.sh -basic_plugin_cfgs:=apt dhcp disk dummy ftp http load mail news ntp ping procs \ +basic_plugin_cfgs:=apt dhcp disk dummy ftp http curl-http load mail news ntp ping procs \ real ssh tcp_udp telnet users -std_plugin_cfgs:=breeze curl-http disk-smb dns flexlm fping games hppjd ifstatus ldap \ +std_plugin_cfgs:=breeze disk-smb dns flexlm fping games hppjd ifstatus ldap \ mailq mrtg mysql netware nt pgsql radius rpc-nfs snmp PATH = /bin:/sbin:/usr/bin:/usr/sbin