Ad Widget

Collapse

Problem with nodes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • evgeny elkin
    Member
    • Jul 2007
    • 52

    #1

    Problem with nodes

    Hi all! I've installed 2 zabbix-servers for 2 different networks by each other and i want to use a distributed monitoring, but can't get any results.. (

    In zabbix_server.conf

    Server1
    Zabbix 1.4.2
    NodeID=0
    Port=10051

    Server2
    Zabbix 1.4.2
    NodeID=1
    Port=10051

    In web-interface:

    While adding a maser node for Server2 appears error: "ERROR: Cannot add node" but node was added.

    Server1
    Id Name Type Time zone IP:Port
    0 /Local node/Local node Local GMT+00:00 127.0.0.1:10051
    1 /Local node/Child node Remote GMT+00:00 192.168.0.1:10051

    Server2
    Id Name Type Time zone IP:Port
    1 /Master node/Child node Local GMT+00:00 192.168.0.1:10051

    Bases were changed by command zabbix_server -n <NodeID> -c /etc/zabbix/zabbix_server.conf on both servers. After restarting servises in logs was appeared "Node watcher. Node ID:<NodeID>", but not any communication logs! And servers don't watch each other! I tryed many variants to solve this problem but unsuccessfully. Thanks!
  • kc5kse
    Member
    • Feb 2008
    • 73

    #2
    Unable to get distributed monitoring to work properly

    I, too, am having issues with distributed monitoring.

    Server1 has been configured with ID 1
    Server 2 has been configued with ID 2
    Server 3 has been configured with ID 3

    I have added the master node, Server1, to each subordinate node successfully as a master server. I can tail the log file and see:

    "24353:20080416:043903 NODE 2: Sending new events of node 2 to node 1 datalen 112".

    Same with Server3. However, I see this in Server1's log file:

    "2696:20080416:103734 NODE 1: Sending configuration changes of node 2 to node 2 datalen 7265472"

    But nothing in Server2's log to indicate any data was received.

    I am unable to configure any changes via the master server and have them propogate to the subordinate node. I am also unable to get Latest Data from the subordinate nodes.

    All servers are configured to use the default port of 10051 and I have verified all servers are listening on that port.

    I would appreciate any assistance!!

    Comment

    • kc5kse
      Member
      • Feb 2008
      • 73

      #3
      Ok, I got data from subordinate nodes to propagate up to the master node. I had to shutdown all servers on all nodes. I then removed all nodes and reconfigured, ensuring I had the correct system name and IP for all servers. I then readded the nodes and then started zabbix on all nodes. I then started getting Lastest Data visible on the Master node.

      However, I am still unable to configure a new node on a subordinate node via the Master node. I am totally lost on this one. Any help would be greatly appreciated.

      Comment

      Working...