Hey there,
thanks for this great piece of software.
I am monitoring one of my hosts with a Nextcloud instance with the official Nextcloud Template on a dockered Zabbix 6.4. Most of the values are working great.
However the item
preprocesses an xml to jaon for all of its dependent items. For this item the error occurs, that Zabbix is not compiled with libxml2 support.
I double checked with
(and …proxy) that there is libxml2 buildin. I can also test the item succesfully using zabbix server or one the proxys. But real checks always failing with the xml2 problem.
Am I missing something or is thisma bug?
thanks for this great piece of software.
I am monitoring one of my hosts with a Nextcloud instance with the official Nextcloud Template on a dockered Zabbix 6.4. Most of the values are working great.
However the item
Code:
Nextcloud:Get server information
I double checked with
Code:
ldd /usr/sbin/zabbix_server | grep xml
Am I missing something or is thisma bug?
Comment