Ad Widget

Collapse

Can't access zabbix interface with precompiled w32 install.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kasparz
    Junior Member
    • May 2007
    • 3

    #1

    Can't access zabbix interface with precompiled w32 install.

    Hello!
    I'm newbie about zabbix, but i need to install zabbix on w32 somehow.
    I used this precompiled version http://sholari.free.fr/wiki/static/ZabbixOnWindows.html
    Okay, entered server IP when it asked, got ZabbixW32.exe service in task manager, should be okay, right?
    But i can't access zabbix interface. I tried writing http://192.168.0.111:10051/~zabbix/




    Nothing happens, just blank page.

    zabbix_agentd.txt file shows that my server hostname is right, but it can't help me to get zabbix interface and begin doing somewhat:

    ############ GENERAL PARAMETERS #################

    # List of comma delimited IP addresses (or hostnames) of ZABBIX servers.
    # No spaces allowed. First entry is used for sending active checks.
    # Note that hostnames must resolve hostname->IP address and
    # IP address->hostname.

    Server=192.168.0.111

    # Server port for sending active checks

    ServerPort=10051
  • swaterhouse
    Senior Member
    • Apr 2006
    • 268

    #2
    Only the agent can be installed on windows. The server portion (zabbix_server) must be installed on unix/linux. My guess is the php frontend may work on a windows server but dont think anyone has tried that option as you must at least have one unix/linux server anyway for running the server portion.

    If your totally new to linux and only using linux to run zabbix you may have better luck running with one of the distributions that includes zabbix (listed on the downloads page) (note: because 1.4 was just released you will probably only get 1.1.x versions for a while).

    The manual's install instructions are definately not meant for the beginner.

    I decided to write up a How To on installing on a CentOS Server - its in the wiki

    http://www.zabbix.com/wiki/doku.php?id=centosinstall
    Last edited by swaterhouse; 31-05-2007, 18:14.

    Comment

    Working...