Add LIBCurl support to zabbix-agentd
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 4.6k
- Forks
- 4k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 134
Description
Zabbix Agent was not compiled with LIBCurl support.
# zabbix_agentd -t net.tcp.service[https]
net.tcp.service[https] [m|ZBX_NOTSUPPORTED] [Support for HTTPS check was not compiled in.]
According to Zabbix documentation "net.tcp.service" checks, this key "uses (and only works with) libcurl".
Please, add LIBCurl support to zabbix-agentd to allow it to perform "net.tcp.service" and "net.tcp.service.perf" monitoring of host HTTPS service.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the zabbix-agentd package definition and its build options, then reproduce the reported net.tcp.service[https] result. Verify that the package builds with libcurl support and that both net.tcp.service and net.tcp.service.perf HTTPS checks no longer report that support was not compiled in.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100