Ad Widget

Collapse

zabbix 2.2.2 SLES 11 sp3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alxch
    Junior Member
    • Apr 2014
    • 4

    #1

    zabbix 2.2.2 SLES 11 sp3

    Good day.
    I have some problems with zabbix.
    What I have:
    SLES 11 sp3
    # uname -a
    Linux 3.0.76-0.11-default
    apache2 Installed: 2.2.12-1.38.2
    php53 Installed: 5.3.8-0.19.6
    zabbix-phpfrontend Installed: 2.2.2-4.1
    mysql Installed: 5.5.31-0.7.10
    zabbix-server Installed: 2.2.2-4.1 (from repos)

    Setup successfully complete, I can login using default login/pass.
    When i try to add a new host for monitoring, I have errors:
    Undefined index: ip [ in /usr/share/zabbix/hosts.php:403]
    Undefined index: dns [ in /usr/share/zabbix/hosts.php:403]
    Undefined index: value [ in /usr/share/zabbix/hosts.php:424]
    invalid arguments [hosts.php:468 > CAPIObject->create() > CAPIObject->__call() > czbxrpc::call() > czbxrpc::callAPI() > call_user_func() > CHost->create() > CHost->massAdd() > CHostInterface->massAdd() > CHostInterface->create() > CHostInterface->checkInput() > CZBXAPI::exception() in /usr/share/zabbix/api/classes/CHostInterface.php:314]

    Also i cant see Graphs at default host Zabbix Server, its only error "underfind index itemid", however status is "Availability".
    I test at debian, and its all work correctly.
    Any Ideas? What i`m doing wrong? I asked google, and find this topic: click, f have the same problems too, but cannot use other distributive (
  • aib
    Senior Member
    • Jan 2014
    • 1615

    #2
    I hope you created all zabbix schema's and imported initial data after creating the database.
    Right?
    Sincerely yours,
    Aleksey

    Comment

    • alxch
      Junior Member
      • Apr 2014
      • 4

      #3
      Originally posted by aib
      I hope you created all zabbix schema's and imported initial data after creating the database.
      Right?
      of course i did all this steps.
      I can test mysql connection, it all ok

      # mysql -u zabbix -p
      Enter password:
      Welcome to the MySQL monitor. Commands end with ; or \g.

      Comment

      • Kane36
        Junior Member
        • Sep 2015
        • 4

        #4
        Same error

        Hello, i've the same Errors after i've installed zabbix on suse sles 11 sp3 with this instructions.
        Join the friendly and open Zabbix community on our forums and social media platforms.


        Is there any solution or a fixed version avaible?
        Attached Files

        Comment

        • alxch
          Junior Member
          • Apr 2014
          • 4

          #5
          oh, long long time ago)

          try to install packet "php5-sockets-5.2.6"
          wget ftp://ftp.pbone.net/mirror/ftp5.gwdg...0.4.x86_64.rpm
          ls
          rpm -ivh php5-sockets-5.2.6-50.4.x86_64.rpm

          I wrote a simple man for mysalfe, with all commands in a command line for installing zabbix on SLES 11sp3, can give it for you.

          WBR

          Comment

          • Kane36
            Junior Member
            • Sep 2015
            • 4

            #6
            Hello thanks for your reply.
            At the moment i've installed php53 (5.3.8.0-19.6) , because normal the php-webfrontend 2.2.11 needs php53.
            Which php webfrontend version do you have on your system?

            Comment

            Working...