Raising alternative of check_curl over check_http. check_curl is prefered.

This commit is contained in:
Jan Wagner 2025-12-02 13:09:30 +01:00
parent dfe02ab020
commit 9a01042a1f
2 changed files with 9 additions and 1 deletions

8
debian/NEWS vendored
View file

@ -1,3 +1,11 @@
monitoring-plugins (2.4.0-5) unstable; urgency=medium
Priority of check_curl alternative for check_http is now higher
then check_http.deprecated, which means calling check_http is now
check_curl. You can change that by: update-alternatives --config check_http
-- Jan Wagner <waja@cyconet.org> Thu, 2 Dec 2025 12:49:36 +0100
monitoring-plugins (2.4.0-3) unstable; urgency=medium
The check_http plugin was deprecated. Please migrate the check command

View file

@ -9,4 +9,4 @@ Priority: 50
Name: check_http
Link: /usr/lib/nagios/plugins/check_http
Alternative: /usr/lib/nagios/plugins/check_curl
Priority: -100
Priority: 100