Ad Widget

Collapse

Zabbix 1.8 Frontend on IIS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rit
    Junior Member
    • Jun 2009
    • 2

    #1

    Zabbix 1.8 Frontend on IIS

    Hi!

    I'm having diffuculties running the new Zabbix 1.8 frontend on a IIS 6.0 webserver. It is running on a Windows 2003 server with PHP and MySQL extensions installed. When i try to open the webpage it just returns an blank page. Everything worked fine with the 1.6.x releases.

    From the requirements documentation for 1.8 on the zabbix website I do believe we meet all of the items. Except from the Apache part off course

    Does anyone got the 1.8 frontend running on IIS 6.0? Any help is much appreciated!

    Small excerpt from phpinfo
    Code:
    PHP Version 5.2.0
    Registered PHP Streams php, file, data, http, ftp, compress.zlib, compress.bzip2, https, ftps 
    
    bcmath
    BCMath support 	enabled
    
    gd
    GD Support 	enabled
    GD Version 	bundled (2.0.28 compatible)
    FreeType Support 	enabled
    FreeType Linkage 	with freetype
    FreeType Version 	2.1.9
    T1Lib Support 	enabled
    GIF Read Support 	enabled
    GIF Create Support 	enabled
    JPG Support 	enabled
    PNG Support 	enabled
    WBMP Support 	enabled
    XBM Support 	enabled
    
    xml
    XML Support 	active
    XML Namespace Support 	active
    libxml2 Version 	2.6.26
    
    sockets
    Sockets Support 	enabled
    
    mysql
    MySQL Support	enabled
    Active Persistent Links 	1
    Active Links 	1
    Client API version 	5.0.22
  • rit
    Junior Member
    • Jun 2009
    • 2

    #2
    After some more research I found the cause of the problem.
    Inside copt.lib.php file the function 'memory_get_usage()' is called which doesn't exists in the Windows PHP binaries.

    So I disabled the memory profiling and the frontend works but VERY slowly. Performance is terrible at the moment so this is my next challenge!

    Comment

    • Aly
      ZABBIX developer
      • May 2007
      • 1126

      #3
      IIS server is not tested. Sorry can't help here...
      Zabbix | ex GUI developer

      Comment

      Working...