-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
6.0.7, 6.0.8
-
None
-
None
-
ubuntu 18.04
-
Sprint 92 (Sep 2022)
-
0.125
Hello!
I'm building my own packages of zabbix agent for ubuntu 18.04. I noticed that starting from zabbix 6.0.7 package with zabbix-agent2 stopped being built. The root of the problem is in the file debian/control . zabbix-agent2 package was removed from it for debian scripts for ubuntu 18.04. Please see the following patch to make things clearer.
--- zbx-606/debian/control 2022-06-27 11:04:13.000000000 +0300 +++ zbx-608/debian/control 2022-08-29 10:33:19.000000000 +0300 @@ -59,30 +59,6 @@ Zabbix server or Zabbix proxy. -Package: zabbix-agent2 -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base, libssl1.1 | libssl -Suggests: logrotate -Description: Zabbix network monitoring solution - agent - Zabbix is the ultimate enterprise-level software designed for - real-time monitoring of millions of metrics collected from tens of - thousands of servers, virtual machines and network devices. - . - This package provides new implementation of zabbix agent. - - -Package: zabbix-web-service -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, lsb-base -Suggests: logrotate -Description: Zabbix network monitoring solution - web-service - Zabbix is the ultimate enterprise-level software designed for - real-time monitoring of millions of metrics collected from tens of - thousands of servers, virtual machines and network devices. - . - This package provides web servce for performing various tasks using headless web browser. - -