Ad Widget

Collapse

Zabbix 1.4 : export not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dsipe
    Senior Member
    • Oct 2006
    • 184

    #1

    Zabbix 1.4 : export not working

    So happy that the so long awaited 1.4 version is there that a test everything.

    I'm just testing the export function.

    When clicking on the export button, nothing happen !!??

  • abi
    Member
    • Jun 2006
    • 81

    #2
    hi,

    already fixed in SVN, please search the forums, this issue has
    already been reported.

    Comment

    • Treitor
      Junior Member
      • Feb 2006
      • 14

      #3
      Export don´t work

      I have the same problem, Import works fine but export not.
      When click the button nothing hapens.

      What is SVN ?

      Comment

      • Treitor
        Junior Member
        • Feb 2006
        • 14

        #4
        I found the patch and then It´s work fine

        I found the patch in:



        Then I manualy fix this:

        cd <dir_zabbix>/frontends/php
        cp exp_imp.php exp_imp.php.bkp
        vi exp_imp.php
        -- at line 25:
        -- Coment this line:

        /* if(isset($_REQUEST['config']) && $_REQUEST['config'] == 0 && isset($_REQUEST['export']) && isset($_REQUEST['hosts'])) */

        -- and put this one:

        if(isset($_REQUEST['export']) && isset($_REQUEST['hosts']))

        This fix my problem.

        Comment

        Working...