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 filePatch | File delta | Description |
---|---|---|
02_check_icmp_links | (download) |
plugins-root/Makefile.am |
3 2 + 1 - 0 ! |
--- |
03_epn | (download) |
plugins-scripts/check_disk_smb.pl |
1 1 + 0 - 0 ! |
--- |
10_check_http_chunked_wo_actual_content | (download) |
plugins/check_http.c |
8 7 + 1 - 0 ! |
[patch 1/2] check_http: handle chunked encoding without actual content correctly |
11_fallback_for_gnutls | (download) |
plugins/sslutils.c |
17 13 + 4 - 0 ! |
[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 ! |
[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 ! |
[patch 1/5] remove trailing whitespaces |
14_check_curl_fix_SSL_with_multiple_IPs | (download) |
plugins/check_curl.c |
66 43 + 23 - 0 ! |
[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 ! |
[patch] check_swap: remove unnecessary and problematic includes |
16_check_snmp_disable_multiplier_when_unused | (download) |
plugins/check_snmp.c |
18 10 + 8 - 0 ! |
[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 ! |
[patch] avoid mounting when searching for matching mount points |
23_check_http_fix_unchunking_body | (download) |
plugins/check_http.c |
2 1 + 1 - 0 ! |
[patch] fix issue #1872 |