Ad Widget

Collapse

Problem with Zabbix Monitoring

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Umair
    Member
    • Feb 2007
    • 86

    #1

    Problem with Zabbix Monitoring

    Hello,

    I installed Zabbix 1.4 on REDHAT ES 64 bit (installed only the Zabbix_server).
    The folder of /usr/local/bin shows Zabbix_Sever as the only file being present / installed.
    (i wonder if zabbix_get or zabbix_send is also required ?).

    I then monitored the same host on which Zabbix is installed.
    The log generated the following error.

    3949:20070615:164832 Get value from agent failed. Error: Cannot connect to [192.168.100.45:10050] [Connection refused]
    Any clue guys ??

    I also added a few other hosts , but the same error was recieved.
    The front end also shows the Availability Option as being Not Available .

    Some guidance would really put me on the right track.
  • zabhug
    Junior Member
    • Jun 2007
    • 6

    #2
    As far as I know in 1.4 :
    - zabbix_agentd (or zabbix_agent) is needed for every host monitored
    - zabbix_sender could be useful for "extra" performance data
    - zabbix_get could be useful for testing

    Add "--enable-agent" option to your configure command and you should get what you need. This is well detailed in the manual.

    hug

    Comment

    • Umair
      Member
      • Feb 2007
      • 86

      #3
      So does that mean If we install Zabbix 1.4, we have to install Zabbix SEND and Zabbix_GET seperately ?

      As far as i know, the --enable agent command only installs agent on the machine..
      Last edited by Umair; 16-06-2007, 13:39.

      Comment

      • zabhug
        Junior Member
        • Jun 2007
        • 6

        #4
        zabbix_get and zabbix_sender are included in the installation of a zabbix client.

        There are not part of a zabbix server.

        --
        hug

        Comment

        • Umair
          Member
          • Feb 2007
          • 86

          #5
          now it makes more sense !
          Thanx Man !!

          Comment

          Working...