Hi!
I have Zabbix in podman containers (RHEL9) and need to connect to some SSH hosts via jumphosts. I placed a correct connection config in /etc/ssh/ssh_config (or even ssh_config.d folder) file in host, also mounted volume to containers but with no success. When I'm trying to connect from...
Search Result
Collapse
38 results in 0.0023 seconds.
Keywords
Members
Tags
-
Connect via ssh_config settings from podman containers
-
Cannot establish SSH session: kex error : no match for method mac algo client
Hey,
Hope you're having a good day, and I thank you for stopping by to read my post.
I've run into this new issue as of late, I have this ssh check that I was performing on hosts via a Zabbix Proxy 6.0.29 on Ubuntu 22.04 that was working successfully. However I recently deployed...Last edited by ericg; 11-09-2024, 22:00. -
How can I parse a remote command (ssh) and create elements.
Hi Everyone,
I need to check a network device (Cisco), by ssh, and parse some results to create some items.
I don't know how can I do that.
My goal : to monitor peering BGP by VRF (up or down). The exisiting template it's not enough for my needs. So, I must check by ssh (sh... -
ssh monitoring
hey,
i have a ssh host that have a live output like "top" of a parameter i would like to monitor.
how can i have a live ssh session that monitor this command output every 1 second for example?
can it hold the ssh session live / it needs to be a new ssh session every time... -
No Telnet output or SSH shell
Hi all,
I'm setting up a demonstration server to manage and monitor customer routers. I've given up on SSH since after a week of trying, I still just get "cannot request shell". I wonder if its maybe the host device (draytek vigor 2866) with the problem.
Anyway, Telnet scripts... -
Login User Password of SSH Remote Access
Our team are using Zabbix Enterprise ZS-5600 and installing Zabbixserver6.0.8 on monitoring server.
I wonder to know the password when I get to access with SSH Remote Access service.
Reffering some documents, still not knowing how to login from my computer to the target monitoring... -
SSH Agent on Zabbix Frontend returning wrong value
Hello
I have an host with some items with SSH Agent type. It was working well before we changed the user/password. Now that it changed, the items are returning a empty value, but it's enabled. When I logged by SSH from Zabbix Server to the host, I typed the same command as Zabbix front and it...Last edited by cyberphantom; 19-09-2022, 22:00. -
Как правильно настроить ssh мониторинг?
Здравствуйте!
Делаю ssh проверку в шаблоне, Ключ в итеме ssh.run[ltm,127.0.0.1,22,] логин и пароль указаны, но ошибка Password authentication failed: Access denied for 'password'. Authentication that can continue: publickey,gssapi-keyex,gssapi-with-mic,password...Last edited by Magi; 15-07-2021, 18:31. -
SSH item - Executed script help
I want to issue the equivalent of this: ssh [email protected] 'system health print' | sed -n 1p | grep -Po "(2\d.\d)" as an SSH item however I've tried various formats but I can't get it to work from Zabbix.
That exact line works as expected from a shell prompt.
Any... -
Zabbix ssh agent error using password authentication type
When using Zabbix ssh agent I am not able to fetch any data using password authentication method. The password is passed as a macro in the template while adding the host. The items are shown as 'not supported' with error description as 'password authentication failed: error waiting on socket'. But the... -
monitoring remote agent
We have some remote servers that can be accessed via ssh (running on remote vpn site)
what is the best approach to monitor and connect its agent to our local server ( the session can be initiated only from our side)
what modification in the configuration are needed? to connect...Last edited by ilia; 14-06-2020, 17:57. -
SSH Items randomly working
Hi, I just try to monitor a server using SSH login. But I found Zabbix only randomly working with my checks.
All check items are sometimes working if I test them. But mostly I get
Cannot read data from SSH server
I did a lot of research and also tried updating...Last edited by Kukulkan; 15-06-2020, 12:20. -
SSH Agent - No Data, no errors
Hello!
A simple check, on the device through the SSH Agent - through the username and password, with a simple command - it issues a network gateway, in one line.
As a result, the zabbix does not swear, it gives out emptiness.
Cisco Server
Authentication method...