View Full Version : Apple Mac support ??
clubbing80s
16-09-2008, 16:24
Hi
How is the support for Apple Mac in the 1.4 and up comming 1.6 code ?
I found the
http://www.zabbix.com/forum/showthread.php?t=1116&highlight=apple+mac
but it's a bit old ..
Anyone have much luck on this ?
Thanks
I was able to get the zabbix server up and running on Mac OS X 10.5 Client for my own testing/hacking purposes. You can read my notes here (http://lukecyca.com/2008/09/21/howto-install-zabbix-16-on-mac-os-x-105). They might help you compile the agent on a mac as well.
If I get a chance I'll try and the get the agent going too.
Thanks for reporting this. To be fixed!
MichaelM
25-09-2008, 11:08
Hi there,
I was not able to compile the zabbix_agent on my Mac OS X 10.5.5 out of the box. I did a workaround, but I'am not sure about the side-effects.
Add the following line in include/common.h right after #include <sysinc.h>
#undef HAVE_FUNCTION_SYSCTLBYNAME
I got the agentd up and running. Maybe this can be investigated by some more experienced apple developers than me.
--Michael