Hi Folks,
I've got an issue with Zabbix Proxy 2.4.4 that started a couple of days ago. I believe that the vCenter XML downloaded by the proxy to do VMWare monitoring has gotten too big, and I'm starting getting the following error message in the Zabbix Proxy log:
Can someone point me where to look in the Zabbix code to see where I might add this "XML_PARSE_HUGE" option?
I've looked at what I thought would be the place for it, in either "proxy.c" or "vmware.c", but there's nothing really indicative that tells me this is where the option should be coded, and I'm wondering if I'm even looking in the right place.
If anyone has a clue as where I should look, please let me know!
Thanks!
Gleepwurp.
I've got an issue with Zabbix Proxy 2.4.4 that started a couple of days ago. I believe that the vCenter XML downloaded by the proxy to do VMWare monitoring has gotten too big, and I'm starting getting the following error message in the Zabbix Proxy log:
Code:
noname.xml:7: parser error : Excessive depth in document: 256 use XML_PARSE_HUGE option
285dd4c75d</uuid><contentId>048d0b67135f856287a02ac32b569a4b</contentId><parent>
^
noname.xml:7: parser error : Extra content at the end of the document
285dd4c75d</uuid><contentId>048d0b67135f856287a02ac32b569a4b</contentId><parent>
^
noname.xml:7: parser error : Excessive depth in document: 256 use XML_PARSE_HUGE option
285dd4c75d</uuid><contentId>048d0b67135f856287a02ac32b569a4b</contentId><parent>
^
noname.xml:7: parser error : Extra content at the end of the document
285dd4c75d</uuid><contentId>048d0b67135f856287a02ac32b569a4b</contentId><parent>
^
I've looked at what I thought would be the place for it, in either "proxy.c" or "vmware.c", but there's nothing really indicative that tells me this is where the option should be coded, and I'm wondering if I'm even looking in the right place.
If anyone has a clue as where I should look, please let me know!
Thanks!
Gleepwurp.
Comment