17:16:56 szilard: just wondering how far you got with trying to build zabbix on OmniOS, I had a bit of a play yesterday and it seems like it might become a bit of a challenge 17:17:41 I did manage to get the agent to build, but some fighting seems to be required to build the server 19:27:13 I have faced a missing req, so i have made a pr: https://github.com/omniosorg/omnios-extra/pull/1712 i did not went further yet 19:32:11 I just built and installed that manually to test and carried on with trying to build zabbix 19:33:39 I did see your comment on libevent about the tests failing (and I think I had the same - I just just carried on to see what worked) 19:35:11 In case it's useful this is what I found seemed to work to build the agent: ./configure --enable-agent --enable-ipv6 CFLAGS="-std=gnu99 -D_XPG6 -D__EXTENSIONS__" 19:35:43 although I've not done anything to test it actually runs / works (I'd need a working server for that) 19:50:55 I have started to implement a victoriametrics based monitoring and I fight now with node-exporter to collect and pass the data to vmagent. It works now, but I still haven't manaed to make a working SMF xml. 19:51:22 If I'm done or if I fail I'll facos on zabbix. 19:51:34 I nthe meantime you can push a PR with your findings.