Ad Widget

Collapse

Monitoring of hosts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nazz
    Junior Member
    • Jun 2014
    • 12

    #1

    Monitoring of hosts

    Hello everyone,

    I am currently doing an internship and I study Zabbix solution. I installed it and I have supervised a few hosts. The problem arises when I want to monitor hosts that are not in my network.

    I enabled the ports 10050 and 10051 at the client and installed the agent providing the information in the config file in the "Active Agent Checks".

    However, I can not solve the problem.

    Someone could give me ideas?

    Thank you in advance

    (Sorry for my english )
  • aib
    Senior Member
    • Jan 2014
    • 1615

    #2
    1) Check the connectivity between Zabbix Server and Zabbix Agent.
    Does
    Code:
    [zabbix client]# telnet zabbix_server 10051
    works?

    Does
    Code:
    [zabbix server]# telnet zabbix_client 10050
    works?

    2) When you fix all routing and firewalling problem, think about this idea: Who will initiate connection?
    If it will be zabbix server -> switch zabbix agent to Passive mode and collect all data as "Zabbix Agent"

    If it will be zabbix agent -> switch zabbix agent to Active mode and collect all data as "Zabbix Agent(Active)"
    Sincerely yours,
    Aleksey

    Comment

    Working...