Package: monitoring-plugins / 2.3.3-5+deb12u2

Metadata

Package Version Patches format
monitoring-plugins 2.3.3-5+deb12u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_check_icmp_links | (download)

plugins-root/Makefile.am | 3 2 + 1 - 0 !
plugins-root/Makefile.in | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

---
03_epn | (download)

plugins-scripts/check_disk_smb.pl | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
10_check_http_chunked_wo_actual_content | (download)

plugins/check_http.c | 8 7 + 1 - 0 !
plugins/tests/check_http.t | 70 69 + 1 - 0 !
2 files changed, 76 insertions(+), 2 deletions(-)

 [patch 1/2] check_http: handle chunked encoding without actual
 content correctly


11_fallback_for_gnutls | (download)

plugins/sslutils.c | 17 13 + 4 - 0 !
1 file changed, 13 insertions(+), 4 deletions(-)

 [patch 1/2] fallback to ssl_ctx_use_certificate_file for gnutls


12_check_curl_improvements | (download)

plugins/check_curl.c | 268 157 + 111 - 0 !
1 file changed, 157 insertions(+), 111 deletions(-)

 [patch 1/7] using curlopt_redir_protocols_str instead of
 CURLOPT_REDIR_PROTOCOLS for curl >= 7.85.0


13_check_icmp_improvements | (download)

plugins-root/check_icmp.c | 40 19 + 21 - 0 !
1 file changed, 19 insertions(+), 21 deletions(-)

 [patch 1/5] remove trailing whitespaces


14_check_curl_fix_SSL_with_multiple_IPs | (download)

plugins/check_curl.c | 66 43 + 23 - 0 !
1 file changed, 43 insertions(+), 23 deletions(-)

 [patch 1/4] check_curl: in ssl host caching mode try to connect and
 bind and take the first getaddrinfo result which succeeds


15_check_swap_remove_includes | (download)

plugins/check_swap.c | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 [patch] check_swap: remove unnecessary and problematic includes


16_check_snmp_disable_multiplier_when_unused | (download)

plugins/check_snmp.c | 18 10 + 8 - 0 !
1 file changed, 10 insertions(+), 8 deletions(-)

 [patch 1/2] check_snmp: disable multiplier when unused

 - if no multiplier is set, simply return the given string. Otherwise we would strip off the unit.
 - if used, allocate new space to hold the result which might be larger than the initial input

Signed-off-by: Sven Nierlein <sven@consol.de>

22_check_disk_avoid_mount | (download)

lib/utils_disk.c | 17 9 + 8 - 0 !
1 file changed, 9 insertions(+), 8 deletions(-)

 [patch] avoid mounting when searching for matching mount points


23_check_http_fix_unchunking_body | (download)

plugins/check_http.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix issue #1872