Hi,
I'm trying to get value like "service --status-all" with SSH connection but I couldn't connect to device with SSH.
I created Item;
Name : Streaming
Type : SSH agent
Key : ssh.run[test,x.x.x.x,22,utf-8]
Host interface : My Zabbix Real IP address (I didn't use 127.0.0.1)
Authentication method : Password
Username : myServerUsername (which is I try to connect)
Password : myServerPassword
Executed script : service --status-all
Type of information : Text
Update interval (in sec) : 30
Then when I check my item in Items menu, I get an error
Status : Not Supported
Info : Cannot connect to SSH server: cannot connect to [[x.x.x.x]:22]: [13] Permission denied.
How could I solve this problem? Basically I want to connect my servers with SSH and I want to get service status list from my servers. Can I do that with Zabbix Server?
Thanks for all your help!
Regards
I'm trying to get value like "service --status-all" with SSH connection but I couldn't connect to device with SSH.
I created Item;
Name : Streaming
Type : SSH agent
Key : ssh.run[test,x.x.x.x,22,utf-8]
Host interface : My Zabbix Real IP address (I didn't use 127.0.0.1)
Authentication method : Password
Username : myServerUsername (which is I try to connect)
Password : myServerPassword
Executed script : service --status-all
Type of information : Text
Update interval (in sec) : 30
Then when I check my item in Items menu, I get an error
Status : Not Supported
Info : Cannot connect to SSH server: cannot connect to [[x.x.x.x]:22]: [13] Permission denied.
How could I solve this problem? Basically I want to connect my servers with SSH and I want to get service status list from my servers. Can I do that with Zabbix Server?
Thanks for all your help!
Regards
bject_r:ssh_port_t:s0 tclass=tcp_socket
Comment