Bug 269992 - net-mgmt/zabbix6-server: SSH is disabled by default
Summary: net-mgmt/zabbix6-server: SSH is disabled by default
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-06 11:59 UTC by Laura Burticioaia
Modified: 2023-03-09 18:52 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (otis)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laura Burticioaia 2023-03-06 11:59:38 UTC
Hello,

zabbix6-server has by default the SSH support OFF. Can we consider to re-enable it? I have a TrueNas setup with Zabbix plugin using zabbix6-server(https://github.com/ix-plugin-hub/iocage-plugin-index/blob/master/zabbixserver.json), and the SSH checks are not working because of this

root@zabbix:~ # pkg options zabbix6-server
zabbix6-server - CURL: on
zabbix6-server - FPING: on
zabbix6-server - GNUTLS: off
zabbix6-server - IPMI: on
zabbix6-server - IPV6: on
zabbix6-server - LDAP: off
zabbix6-server - LIBXML2: on
zabbix6-server - MDB5: off
zabbix6-server - MDB6: off
zabbix6-server - MYSQL: on
zabbix6-server - MYSQLDV: off
zabbix6-server - NMAP: off
zabbix6-server - OPENSSL: on
zabbix6-server - ORACLE: off
zabbix6-server - PCRE1: off
zabbix6-server - PCRE2: on
zabbix6-server - PGSQL: off
zabbix6-server - SSH: off
zabbix6-server - UNIXODBC: on

Thank you!
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-03-08 12:16:19 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b76c437779668c1687f7e8922334946505891387

commit b76c437779668c1687f7e8922334946505891387
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-03-08 10:18:53 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-03-08 12:14:01 +0000

    net-mgmt/zabbix64: Add zabbix 6.4 ports

    Add new ports for zabbix 6.4, an enterprise-class monitoring system.
    Release notes: https://www.zabbix.com/rn/rn6.4.0

    PR:             269992
    PR:             270012
    PR:             270013

 net-mgmt/Makefile                                  |    5 +
 net-mgmt/zabbix64-agent/Makefile (new)             |   11 +
 net-mgmt/zabbix64-frontend/Makefile (new)          |   30 +
 net-mgmt/zabbix64-java/Makefile (new)              |   13 +
 net-mgmt/zabbix64-proxy/Makefile (new)             |    7 +
 net-mgmt/zabbix64-server/Makefile (new)            |  254 +++
 net-mgmt/zabbix64-server/distinfo (new)            |    3 +
 .../files/patch-src_libs_zbxembed_duktape.h (new)  |   11 +
 .../zabbix64-server/files/pkg-message.in (new)     |   51 +
 .../zabbix64-server/files/zabbix_agentd.in (new)   |   67 +
 .../zabbix64-server/files/zabbix_java.in (new)     |   47 +
 .../zabbix64-server/files/zabbix_proxy.in (new)    |   68 +
 .../zabbix64-server/files/zabbix_server.in (new)   |   69 +
 net-mgmt/zabbix64-server/pkg-descr (new)           |    8 +
 net-mgmt/zabbix64-server/pkg-plist (new)           |   39 +
 net-mgmt/zabbix64-server/pkg-plist.agent (new)     |    9 +
 net-mgmt/zabbix64-server/pkg-plist.frontend (new)  | 1696 ++++++++++++++++++++
 net-mgmt/zabbix64-server/pkg-plist.java (new)      |   11 +
 18 files changed, 2399 insertions(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-03-08 12:16:22 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c39d5d75ec07afb0e428dd8da79437f0f3facbe

commit 7c39d5d75ec07afb0e428dd8da79437f0f3facbe
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-03-08 11:14:58 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-03-08 12:14:34 +0000

    net-mgmt/zabbix6-server: Enable SSH by default

    Enable SSH-based checks by default as it's usable for many scenarion.
    Also make SNMP checks optional, retaining default ON and clean up
    the required PHP extension a bit as per Zabbix manual.

    PR:             269992
    PR:             270012
    PR:             270013

 net-mgmt/zabbix6-agent/Makefile    |  1 +
 net-mgmt/zabbix6-frontend/Makefile |  4 ++--
 net-mgmt/zabbix6-proxy/Makefile    |  1 +
 net-mgmt/zabbix6-server/Makefile   | 13 +++++++------
 4 files changed, 11 insertions(+), 8 deletions(-)
Comment 3 Juraj Lutter freebsd_committer freebsd_triage 2023-03-09 18:52:13 UTC
Committed, thanks.