Raising alternative of check_curl over check_http. check_curl is prefered.
This commit is contained in:
parent
dfe02ab020
commit
9a01042a1f
2 changed files with 9 additions and 1 deletions
8
debian/NEWS
vendored
8
debian/NEWS
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
debian/monitoring-plugins-basic.alternatives
vendored
2
debian/monitoring-plugins-basic.alternatives
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue