-
Notifications
You must be signed in to change notification settings - Fork 284
Remove check_http #1806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Remove check_http #1806
Conversation
|
There are some things to consider:
|
|
Well, #1808 goes on that list. |
AlternativeRe-implement check_http on top of check_curl. |
|
@Al2Klimov what? |
|
Like def check_http():
check_curl() |
|
@Al2Klimov And what exactly should that achieve? What are you going for? |
|
To preserve compatibility. |
|
I would just symlink |
|
If they are that compatible(?), feel free to just drop it. Packagers and/or ITL can easily handle this. |
I can start with this in the Debian package right after bookworm was released (without a hard drop upstream, just not including it in the package and symlinking), when it's a drop-in replacement. |
|
I personally wouldn't do that. Rather make |
|
I'm willing to help with checking compat, but struggling to compile what is missing during ./configure ? |
|
Do you get messages during If not (for instance prerequisites are missing), the configure script just sets |
|
Indeed! i had to build https://github.com/uriparser/uriparser and point to the correct path: But this is weird: so i tried to build a statically liburiparser.a with: and rebuild check_curl Thanks for the help, i can now start testing compatibility with check_http |
|
|
|
I found a case, where a drop-in replacement It seeam the "curl: (52)" message is normal but for the monitoring case not related. |
|
hm, since I would call this a bug on the side of |
|
I didn't have a look into this, but might it be a good idea to duplicate all tests from |
|
@waja afaik this is already the case. |
|
Hi ... I'm looking into make monitoring-plugins release ready for trixie and I'm asking if I should do something to prepare the removal of |
|
well, ideally The more "in your face" approach would to remove it wholesale and let people run into errors, google it, curse us and change their setup accordingly. I am not really for or against one of these approaches, I did not yet think it through. |
Maybe you can have a look into #2118, which might speed up the process? :) |
(Kinda) resolves some of the problems of check_http.
Opening this as a start for discussing the removal of
check_http