-
m1ariszilard: 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
-
m1ariI did manage to get the agent to build, but some fighting seems to be required to build the server
-
szilardI have faced a missing req, so i have made a pr: omniosorg/omnios-extra #1712 i did not went further yet
-
m1ariI just built and installed that manually to test and carried on with trying to build zabbix
-
m1ariI 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)
-
m1ariIn 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__"
-
m1arialthough I've not done anything to test it actually runs / works (I'd need a working server for that)
-
szilardI 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.
-
szilardIf I'm done or if I fail I'll facos on zabbix.
-
szilardI nthe meantime you can push a PR with your findings.