Hello everyone,
I am currently looking into certificate-based encryption for a larger Zabbix environment and would like to understand what the recommended approach is in practice.
For organizations with many Proxies and hundreds or even thousands of Agents:
- What solution...
Search Result
Collapse
11 results in 0.0025 seconds.
Keywords
Members
Tags
-
Jannis Ehrnhofer started a topic Best practice for certificate management in large Zabbix environments?in Zabbix HelpBest practice for certificate management in large Zabbix environments?
-
Error: ZBX_TCP_READ() failed: [104] Connection reset by peer
Hi everyone,
I've encountered an issue while trying to monitor a website certificate using Zabbix Agent 2 installed on a Zabbix Proxy. Here's a brief overview of the setup:- Installed Zabbix Agent 2 on the Zabbix Proxy box.
- Created a certificate monitoring host on the Zabbix UI.
- Attached
Last edited by adakne akash; 20-05-2024, 13:44. -
PKI Vault and Zabbix
Hello,
I am building a zabbix system w/ proxys. I use zabbix in docker containers and proxy on external locations in docker, i want to encrypt from active proxy to server with certificates.
I started looking at hashicorp and want to use the pki feature and acme to make the workflow... -
How to verify untrusted certificate.
Hi Everyone

We are having some difficulty creating/importing an HTTPS certificate for Zabbix 6.2.9 (Debian)
I had been using this guide for reference:
Everything is working fine on https now but the issue is I couldn't verify my Self-signed certificate...Last edited by a.naderi; 14-12-2023, 05:16. -
how do i encrypt zabbix db, zabbix server and zabbix frontend?
Hello.
I am trying to make a proof of concept with a Zabbix system using dockers. My dockers contains 4 containers, 1 container are mysql server, 2 container is zabbix server, 3 container is zabbix front end, and the last one is hashicorp vault.
I found out at zabbix offical docker... -
Zabbix Agent 2 Fails To Start When Using a Certificate
Hello, I'm trying to configure Zabbix Agent 2 to use a certificate for passive checks. The configuration works fine if I start the agent from the command line (zabbix_agent2 -c zabbix_agent2.conf). If I start the agent as a serveice (systemctl restart zabbix-agent2.service) it fails. The logfile indicates... -
zaicnupagadi started a topic After configuring certs (server side) -PSK connections from zabbix_sender not workingin Zabbix HelpAfter configuring certs (server side) -PSK connections from zabbix_sender not working
Hey Everyone,
I was testing PSK on one host for incomming connections - I was testing it with zabbix_sender and it worked out - great! So I tried to do encryption with certificates - also worked out
Nice.
Switched host back to accept PSK, and run the same command...bum-... -
Unknown CA errors between Zabbix Proxy and remote Zabbix Server
Hello,
Forgive me ahead of time.
Its 04:00 and I've been at this all day. I will likely make mistakes in this post, if I haven't already.
I have a Zabbix server hosted on a VPS and I want to setup Zabbix proxies in a few locations to help keep the monitoring centralized....Last edited by ZapDragon; 17-02-2020, 23:13. -
zabbix server and zabbix proxy TLS cert connection
Hey,
im using zabbix 4.0.4
and have passive proxy connected with a client connected to the proxy.
im trying to do a TLS secured connection unsuccessfully..
i this i did succeed with the server and the proxy BUT proxy and client arnt communicating,
here... -
Certificate Expiration Monitor- few sites issues
I monitor more than 80 sites with the zabbix template: SSL Certificates Check- Template SSL Cert Check External which works great.
Issue:
I have few sites that gets timeout from the external script.
currently my zabbix timeouts(from zabbix_server.conf) are:
... -
Use Zabbix for HTTPs monitoring with two-way certificate authentication
Dear ALL,
We need to monitor an https server that require two-way certificate authentication, which means the https/web server expects the client/Zabbix server to send over a valid certificate when it is trying to connect to the server pages/URLs.
We can use openSSL etc...