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:
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
# 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
Comment