Ad Widget

Collapse

Problem with collecting data after chaning to master / child mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shyperets
    Junior Member
    • Jul 2012
    • 6

    #1

    Problem with collecting data after chaning to master / child mode

    VERY CRITICAL PROBLEM ,

    After following this process : http://www.zabbix.com/documentation/...nitoring/nodes , all process finished succesfully

    the backup completed , I am starting to change the configuration
    [18:22:20] Shay Perets: [root@zabbix backups]# /usr/local/sbin/zabbix_server -n 1 -c /etc/zabbix/zabbix_server.conf
    Dropping foreign keys .................................................. .................................................. ..................... done.
    Converting tables .................................................. .................................................. ... done.
    Creating foreign keys .................................................. .................................................. ..................... done.
    Conversion completed successfully

    zabbix server was started after that off course .
    but I dont get any new data from my nodes , ( I didnt connect the child node yet . )
    Edit/Delete Message
  • RobSimons
    Junior Member
    Zabbix Certified Specialist
    • Nov 2012
    • 3

    #2
    Did you renumber the server in the config file

    Look for the following section in the zabbix_server.conf file and adjust the NodeID value to match the database value for which you want the process to collect data and store in the db.

    ### Option: NodeID
    # Unique NodeID in distributed setup.
    # 0 - standalone server
    #
    # Mandatory: no
    # Range: 0-999
    # Default:
    # NodeID=0

    Comment

    Working...