check_curl: move to monitoring-plugins-basic package

This commit is contained in:
Jan Wagner 2025-04-21 13:39:44 +02:00
parent 6bb85804e1
commit ddaa81fb4c
2 changed files with 16 additions and 14 deletions

24
debian/control vendored
View file

@ -58,22 +58,24 @@ Depends: inetutils-ping [kfreebsd-any hurd-any],
${shlibs:Depends} ${shlibs:Depends}
Recommends: libcap2-bin [linux-any] Recommends: libcap2-bin [linux-any]
Suggests: icinga2 Suggests: icinga2
Breaks: monitoring-plugins-standard (<< 2.4.0-3~)
Replaces: monitoring-plugins-standard (<< 2.4.0-3~)
Provides: nagios-plugins-basic Provides: nagios-plugins-basic
Description: Plugins for nagios compatible monitoring systems (basic) Description: Plugins for nagios compatible monitoring systems (basic)
Plugins for nagios compatible monitoring systems like Naemon and Icinga. It Plugins for nagios compatible monitoring systems like Naemon and Icinga. It
contains the following plugins: contains the following plugins:
. .
check_apt, check_by_ssh, check_clamd, check_cluster, check_apt, check_by_ssh, check_clamd, check_cluster,
check_dhcp, check_disk, check_dummy, check_file_age, check_curl, check_dhcp, check_disk, check_dummy,
check_ftp, check_host, check_http, check_icmp, check_file_age, check_ftp, check_host, check_http,
check_ide_smart, check_imap, check_ircd, check_jabber, check_icmp, check_ide_smart, check_imap, check_ircd,
check_load, check_log, check_mrtg, check_mrtgtraf, check_jabber, check_load, check_log, check_mrtg,
check_nagios, check_nntp, check_nntps, check_nt, check_mrtgtraf, check_nagios, check_nntp, check_nntps,
check_ntp, check_ntp_peer, check_ntp_time, check_nwstat, check_nt, check_ntp, check_ntp_peer, check_ntp_time,
check_overcr, check_ping, check_pop, check_procs, check_nwstat, check_overcr, check_ping, check_pop,
check_real, check_rta_multi, check_sensors, check_simap, check_procs, check_real, check_rta_multi, check_sensors,
check_smtp, check_spop, check_ssh, check_ssmtp, check_simap, check_smtp, check_spop, check_ssh,
check_swap, check_tcp, check_time, check_udp, check_ssmtp, check_swap, check_tcp, check_time, check_udp,
check_ups, check_users 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
@ -101,7 +103,7 @@ Description: Plugins for nagios compatible monitoring systems (standard)
Plugins for nagios compatible monitoring systems like Naemon and Icinga. It Plugins for nagios compatible monitoring systems like Naemon and Icinga. It
contains the following plugins: 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_flexlm, check_fping, check_game, check_hpjd, check_ifoperstatus,
check_ifstatus, check_ldap, check_ldaps, check_mailq, check_mysql, check_ifstatus, check_ldap, check_ldaps, check_mailq, check_mysql,
check_mysql_query, check_oracle, check_pgsql, check_radius, check_rpc, check_mysql_query, check_oracle, check_pgsql, check_radius, check_rpc,

6
debian/rules vendored
View file

@ -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_rpc check_snmp check_wave check_fping check_game \
check_radius check_mysql check_mysql_query check_pgsql \ check_radius check_mysql check_mysql_query check_pgsql \
check_disk_smb check_ldap check_ldaps \ check_disk_smb check_ldap check_ldaps \
check_mailq check_curl \ check_mailq \
check_dns check_dig check_flexlm check_oracle \ check_dns check_dig check_flexlm check_oracle \
check_dbi check_dbi
common_files:=negate urlize utils.pm utils.sh 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 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 mailq mrtg mysql netware nt pgsql radius rpc-nfs snmp
PATH = /bin:/sbin:/usr/bin:/usr/sbin PATH = /bin:/sbin:/usr/bin:/usr/sbin