hello,
my setup is:-
zabbix ( 2.4.6 ) <---> proxy (2.2.16) <---> windows zabbix agent (2.2.14)
the agent file has the entry for the proxy in the Server directive. The proxy is in active mode and config refresh frequency is set to 5 mins. All required paths in firewall are open.I have only configured the icmp ping template on the agent in the server.
However I am not able to see the agent enabled in server UI. I see the following 2 lines in the proxy log ( debug level 4 ):-
after this there are no other lines pertaining to my agent. What is going on here ?
Note:- I am able to add a linux agent to this zabbix and monitor passive and simple checks like ping etc. , successfully.
regards
gunner
my setup is:-
zabbix ( 2.4.6 ) <---> proxy (2.2.16) <---> windows zabbix agent (2.2.14)
the agent file has the entry for the proxy in the Server directive. The proxy is in active mode and config refresh frequency is set to 5 mins. All required paths in firewall are open.I have only configured the icmp ping template on the agent in the server.
However I am not able to see the agent enabled in server UI. I see the following 2 lines in the proxy log ( debug level 4 ):-
Code:
23722:20170220:044023.221 Received [{"globalmacro":{"fields":["globalmacroid","macro","value"],"data":[[2,"{$SNMP_COMMUNITY}","public"]]},"hosts":{"fields":["hostid","host","status","ipmi_authtype","ipmi_privilege","ipmi_username","ipmi_password","name"],"data":[[10104,"Template ICMP Ping",3,0,2,"","","Template ICMP Ping"],[10653,"xxxyyyzzzaaaa",0,-1,2,"","","xxxyyyzzzaaaa"]]},"interface":{"fields":["interfaceid","hostid","main","type","useip","ip","dns","port","bulk"],"data":[[517,10653,1,1,1,"172.22.8.100","","10050",1]]},"hosts_templates":{"fields":["hosttemplateid","hostid","templateid"],"data":[[777,10653,10104]]},"hostmacro":{"fields":["hostmacroid","hostid","macro","value"],"data":[]},"items":{"fields":["itemid","type","snmp_community","snmp_oid","hostid","key_","delay","status","value_type","trapper_hosts","snmpv3_securityname","snmpv3_securitylevel","snmpv3_authpassphrase","snmpv3_privpassphrase","logtimefmt","delay_flex","params","ipmi_sensor","data_type","authtype","username","password","publickey","privatekey","flags","interfaceid","port","snmpv3_authprotocol","snmpv3_privprotocol","snmpv3_contextname"],"data":[[94994,3,"","",10653,"icmpping[]",60,0,3,"","",0,"","","","","","",0,0,"","","","",0,517,"",0,0,""],[94995,3,"","",10653,"icmppingloss[]",60,0,0,"","",0,"","","","","","",0,0,"","","","",0,517,"",0,0,""],[94996,3,"","",10653,"icmppingsec[]",60,0,0,"","",0,"","","","","","",0,0,"","","","",0,517,"",0,0,""]]},"drules":{"fields":["druleid","name","iprange","delay"],"data":[]},"dchecks":{"fields":["dcheckid","druleid","type","key_","snmp_community","ports","snmpv3_securityname","snmpv3_securitylevel","snmpv3_authpassphrase","snmpv3_privpassphrase","uniq","snmpv3_authprotocol","snmpv3_privprotocol","snmpv3_contextname"],"data":[]},"regexps":{"fields":["regexpid","name"],"data":[[1,"File systems for discovery"],[2,"Network interfaces for discovery"],[3,"Storage devices for SNMP discovery"],[4,"Progress_Db_Log"]]},"expressions":{"fields":["expressionid","regexpid","expression","expression_type","exp_delimiter","case_sensitive"],"data":[[1,1,"^(btrfs|ext2|ext3|ext4|jfs|reiser|xfs|ffs|ufs|jfs|jfs2|vxfs|hfs|ntfs|fat32|zfs)$",3,",",0],[2,2,"^lo$",4,",",1],[3,3,"^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space)$",4,",",1],[4,2,"^Software Loopback Interface",4,",",1],[5,4,"Previous message sent",4,",",1],[6,4,"Options",4,",",1],[7,4,"Login usernum",4,",",1],[8,4,"Logout usernum",4,",",1],[9,4,"Automatically increasing",4,",",1],[10,4,"Userid is now",4,",",1],[11,4,"Registry error",4,",",1],[12,4,"occurred with errno 32",4,",",1],[13,4,"Begin transaction backout",4,",",1],[14,4,"Logout by",4,",",1],[15,4,"terminated abnormally",4,",",1],[16,4,"Transaction backout",4,",",1],[17,4,"Login by",4,",",1],[18,4,"Aimage",4,",",1],[19,4,"using tcp IPV4",4,",",1],[20,4,"Database does not contain after-image extents",4,",",1],[21,4,"FIELDS",4,",",1],[22,4,"PROMON",4,",",1],[23,4,"RFUTIL",4,",",1],[24,4,"REPL",4,",",1],[25,4,"RPLU",4,",",1],[26,4,"after-image",4,",",0]]},"groups":{"fields":["groupid"],"data":[[5]]},"config":{"fields":["configid","refresh_unsupported","discovery_groupid","snmptrap_logging"],"data":[[1,300,5,1]]},"httptest":{"fields":["httptestid","name","delay","variables","agent","authentication","http_user","http_password","hostid","http_proxy","retries","ssl_cert_file","ssl_key_file","ssl_key_password","verify_peer","verify_host","headers"],"data":[]},"httptestitem":{"fields":["httptestitemid","httptestid","itemid","type"],"data":[]},"httpstep":{"fields":["httpstepid","httptestid","name","no","url","timeout","posts","required","status_codes","variables","follow_redirects","retrieve_mode","headers"],"data":[]},"httpstepitem":{"fields":["httpstepitemid","httpstepid","itemid","type"],"data":[]}}] from server
23722:20170220:044023.222 query [txnlev:1] [insert into hosts (hostid,host,status,ipmi_authtype,ipmi_privilege,ipmi_username,ipmi_password,name) values (10653,'xxxyyyzzzaaaa',0,-1,2,'','','xxxyyyzzzaaaa');
Note:- I am able to add a linux agent to this zabbix and monitor passive and simple checks like ping etc. , successfully.
regards
gunner
Comment