Ad Widget

Collapse

Is there a way to enable ssh check after zabbix is installed?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • UMMS
    Junior Member
    • Feb 2014
    • 2

    #1

    Is there a way to enable ssh check after zabbix is installed?

    Hi Colleagues,

    I have zabbix 2.2 installed from repository on CentOS 6.4 using official manual official manual.

    I want to perform ssh checks, however I found that "server must be initially configured with SSH2 support." The configuration must be done via installation from source.

    As my Zabbix is already installed and running, I'm asking is there any way to enable ssh checks and avoid reinstallation?

    Thank you.
  • ArtemK
    Senior Member
    • May 2013
    • 232

    #2
    Hello,

    so, why you are sure that you version is not compiled with SSH support?

    Code:
    # CentOS 6.5, zabbix from official repo
    [root@zabbix ~]# grep -i ssh /var/log/zabbix/zabbix_server.log
    28414:20140208:141937.702 SSH2 support:              YES

    Comment

    • UMMS
      Junior Member
      • Feb 2014
      • 2

      #3
      Thank you for your reply.

      I checked my server and found that it has the same lines in the log.
      I have tried to set SSH checks up and it looks like I managed to create an item.

      Thank you, ArtemK.

      Comment

      Working...