Hi (Newbie who has tried the documentation but now hitting a wall)
Trialing the Zabbix application (vmware) v 1.8.9 - Downloaded, up and running, and can login etc.
Followed the http://www.zabbix.com/documentation/...tion/appliance guide and opened up the inbound ports so agents can in theory push information in.
Nmap from remote machine and a telnet confirms port 10051 is open.
Install Windows Zabbix agent on Win 7 x64 machine.
Agent config file run with -c filelocation
LogFile=D:\******\ZabbixClientAgent\zabbix_agentd. log
Server=192.168.***.***
ServerPort=10051
DebugLevel=4
RefreshActiveChecks=60
DisablePassive=1
*** obviously replace real data.
Set up matching host with windows template, IP correct and hostname correct as well.
Run it all:
Log file says:
428:20111223:223853.353 Sending [{
"request":"active checks",
"host":"*****"}] (The hostname matches in the dashboard)
4428:20111223:223853.355 Before read
4428:20111223:223853.357 Got [{
"response":"success",
"data":[]}]
4428:20111223:223853.359 In parse_list_of_checks()
4428:20111223:223853.361 In disable_all_metrics()
4428:20111223:223853.363 In process_active_checks('192.168****',10051)
4428:20111223:223853.365 End of process_active_checks()
4428:20111223:223853.367 In get_min_nextcheck()
4428:20111223:223853.368 Sleeping for 1 second(s)
1540:20111223:223853.472 End of get_counter_name():SUCCEED
1540:20111223:223853.473 In get_counter_name() pdhIndex:6
1540:20111223:223853.473 End of get_counter_name():SUCCEED
1540:20111223:223853.474 In add_perf_counter() counter:'\Processor(_Total)\% Processor Time' interval:900
1540:20111223:223853.476 add_perf_counter(): PerfCounter '\Processor(_Total)\% Processor Time' successfully added
1540:20111223:223853.478 In add_perf_counter() counter:'\Processor(0)\% Processor Time' interval:900
1540:20111223:223853.478 add_perf_counter(): PerfCounter '\Processor(0)\% Processor Time' successfully added
1540:20111223:223853.479 In add_perf_counter() counter:'\Processor(1)\% Processor Time' interval:900
1540:20111223:223853.480 add_perf_counter(): PerfCounter '\Processor(1)\% Processor Time' successfully added
1540:20111223:223853.481 In add_perf_counter() counter:'\Processor(2)\% Processor Time' interval:900
... blah blah
and it reports SUCCESS on communication of data
But all I get in Dashboard is .... is unreachable.
I'm trying to set it up so I push all data - makes firewall rules for a live deployment a lot easier.
Anyone got any clues to why the Dashboard isn't getting the data - or alternatively a hint as to what to check next?
Thanks in advance
Snowman
Trialing the Zabbix application (vmware) v 1.8.9 - Downloaded, up and running, and can login etc.
Followed the http://www.zabbix.com/documentation/...tion/appliance guide and opened up the inbound ports so agents can in theory push information in.
Nmap from remote machine and a telnet confirms port 10051 is open.
Install Windows Zabbix agent on Win 7 x64 machine.
Agent config file run with -c filelocation
LogFile=D:\******\ZabbixClientAgent\zabbix_agentd. log
Server=192.168.***.***
ServerPort=10051
DebugLevel=4
RefreshActiveChecks=60
DisablePassive=1
*** obviously replace real data.
Set up matching host with windows template, IP correct and hostname correct as well.
Run it all:
Log file says:
428:20111223:223853.353 Sending [{
"request":"active checks",
"host":"*****"}] (The hostname matches in the dashboard)
4428:20111223:223853.355 Before read
4428:20111223:223853.357 Got [{
"response":"success",
"data":[]}]
4428:20111223:223853.359 In parse_list_of_checks()
4428:20111223:223853.361 In disable_all_metrics()
4428:20111223:223853.363 In process_active_checks('192.168****',10051)
4428:20111223:223853.365 End of process_active_checks()
4428:20111223:223853.367 In get_min_nextcheck()
4428:20111223:223853.368 Sleeping for 1 second(s)
1540:20111223:223853.472 End of get_counter_name():SUCCEED
1540:20111223:223853.473 In get_counter_name() pdhIndex:6
1540:20111223:223853.473 End of get_counter_name():SUCCEED
1540:20111223:223853.474 In add_perf_counter() counter:'\Processor(_Total)\% Processor Time' interval:900
1540:20111223:223853.476 add_perf_counter(): PerfCounter '\Processor(_Total)\% Processor Time' successfully added
1540:20111223:223853.478 In add_perf_counter() counter:'\Processor(0)\% Processor Time' interval:900
1540:20111223:223853.478 add_perf_counter(): PerfCounter '\Processor(0)\% Processor Time' successfully added
1540:20111223:223853.479 In add_perf_counter() counter:'\Processor(1)\% Processor Time' interval:900
1540:20111223:223853.480 add_perf_counter(): PerfCounter '\Processor(1)\% Processor Time' successfully added
1540:20111223:223853.481 In add_perf_counter() counter:'\Processor(2)\% Processor Time' interval:900
... blah blah
and it reports SUCCESS on communication of data
But all I get in Dashboard is .... is unreachable.
I'm trying to set it up so I push all data - makes firewall rules for a live deployment a lot easier.
Anyone got any clues to why the Dashboard isn't getting the data - or alternatively a hint as to what to check next?
Thanks in advance
Snowman
Comment