Ad Widget

Collapse

HostWin32-Not supported

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 753713
    Senior Member
    • Apr 2006
    • 137

    #1

    HostWin32-Not supported

    Hello,

    I have zabbix version 1.1 beta 8 and Zabbix Win32 Agent Version 1.1beta7 build of Mar 28 2006.
    All Win32 Items stand on not supported. Host-unix functions is OK.
    I can`t monitoring windows.
    Any ideas on this?

    here is the zabbixw32.exe conf file:

    Server = 192.168.0.10
    ServerPort = 10051
    LogFile = c:\zabbix.log
    Timeout = 10

    here ist zabbix server logfile:
    006762:20060414:124300 RESULT_STR [t]
    006762:20060414:124300 In process_new_value()
    006762:20060414:124300 In add_history(filesize[c:\msdos.sys],,0,2)
    006762:20060414:124300 In add_history(17320,DOUBLE:0.000000)
    006762:20060414:124300 In add_history()
    006762:20060414:124300 Executing query:insert into history (clock,itemid,value) values (1145011380,17320,0.000000)
    006762:20060414:124300 In add_trend()
    006762:20060414:124300 SQL [select num,value_min,value_avg,value_max from trends where itemid=17320 and clock=1145008800]
    006762:20060414:124300 Executing query:select num,value_min,value_avg,value_max from trends where itemid=17320 and clock=1145008800
    006762:20060414:124300 In DBnum_rows
    006762:20060414:124300 Result of DBnum_rows [1]
    006762:20060414:124300 Executing query:update trends set num=87, value_min=0.000000, value_avg=0.000000, value_max=0.000000 where itemid=17320 and clock=1145008800
    006762:20060414:124300 End of add_history
    006762:20060414:124300 In update_item()
    006762:20060414:124300 Executing query:update items set nextcheck=1145011410,lastclock=1145011380 where itemid=17320
    006762:20060414:124300 In update_functions(17320)
    006762:20060414:124300 Executing query:select function,parameter,itemid,lastvalue from functions where itemid=17320 group by 1,2,3 order by 1,2,3
    006762:20060414:124300 In DBnum_rows
    006762:20060414:124300 In update_triggers [17320]
    006762:20060414:124300 Executing query:select distinct t.triggerid,t.expression,t.status,t.dep_level,t.pr iority,t.value,t.description from triggers t,functions f,items i where i.status<>3 and i.itemid=f.itemid and t.status=0 and f.triggerid=t.triggerid and f.itemid=17320
    006762:20060414:124300 In DBnum_rows
    006762:20060414:124300 In DBnum_rows
    006762:20060414:124300 Result of DBnum_rows [2]
    006762:20060414:124300 GOT VALUE TYPE [0x0]
    006762:20060414:124300 get_value_agent: host[amdxp] ip[192.168.0.109] key [proc_cnt[httpd]]
    006762:20060414:124300 Sending [proc_cnt[httpd]
    ]


    Thanks
    753713
    Last edited by 753713; 16-04-2006, 20:40.
    ______________________________
    Version : 2.0.x
    Server OS: Ubuntu 12.04
    Zabbix Servers: 12
    Monitored Windows Server: ~ 1000
    ______________________________
  • bing
    Junior Member
    • Jun 2005
    • 17

    #2
    Values

    Are you putting the values in the template yourself?

    Check the type that you are entering them as. If they are the wrong type they will come up as errors.

    Also check you can telnet to the agent on the windows server. It may have a firewall blocking it.

    telnet hostname 10050

    Comment

    Working...