If I run Zabbix as daemon service, creating ssh item is not an issue. However
We are running Zabbix-web, Zabbix server and database as containers. And ssh item that I have created, connection is getting refused.
I am aware when we compile Zabbix from source, we have to use...
Search Result
Collapse
12 results in 0.0026 seconds.
Keywords
Members
Tags
-
ssh item requirement
-
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. -
Item SSH agent does give unsupported authentication method error on Raspberry.
Problem description:
Different behavior of SSH agent item for Zabbix server on Raspberry (5.2.6 , installed according to documentation) or in Docker container (5.2.6 from github https://github.com/zabbix/zabbix-docker).
I want the Zabbix server to be running on the Raspberry, so the SSH... -
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... -
erro no ssh agent com dois pipe no script
agente ssh erro no script
13-09-2020, 18:52
Estou tentando fazer um item [ssh agent] estou com problema no script.
ps aux | grep zabbix -> funciona
ps aux | wc -l -> funciona
ps aux | grep zabbix | wc -l -> erro: Cannot read data... -
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... -
[email protected] started a topic Running multiple "show" commands for SSH Agent item type against a Routerin Zabbix HelpRunning multiple "show" commands for SSH Agent item type against a Router
I'm trying to run multiple show commands via the SSH Agent item type against a router (Cisco, Juniper, etc.). Per the documentation I am putting multiple commands in the External scripts box, each on a new line. However when Zabbix tries to run the commands on the host, it seems like it's sending... -
capture return value of script
Hello!
Recently I installed zabbix-server 2.0.9 with ssh-checks enabled on my Debian Wheezy server. I configured an item via ssh-agent which executes a script (just a wall message for testing purposes). This works without any Problems.
My question is: Can I capture the return or... -
How to check if user is able to log in via ssh
I am trying to test if a user is able to log in via SSH. I do not have a Zabbix agent on the target machine.
Testing that the service is up is not enough since I also want to validate that the user account is not expired and the ssh key is working correctly.
I have tried... -
Problem with SSH Agent
When I try to make items with "ssh.run" on an HP switch:
I have this error in the logs:
What is this error??Code:Item [xxxx-zabbix:ssh.run[,x.x.x.x,22,]] became not supported: Failure requesting a shell
Does "ssh.run"...