-
Incident report
-
Resolution: Fixed
-
Blocker
-
2.4.7
Hello,
Trying to compile on Suse 8.1 (kernel 2.4.19-64GB-SMP)
I had to copy sensor.c from zabbix 2.0.4 (the version that was installed before than 2.4.7), and modify include/sysinfo.h like it is show in next quote:
# diff zabbix-2.4.7/include/sysinfo.h zabbix-2.4.7-mod/include/sysinfo.h 213c213,214 < int GET_SENSOR(AGENT_REQUEST *request, AGENT_RESULT *result); --- > int GET_SENSOR(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result); > /*int GET_SENSOR(AGENT_REQUEST *request, AGENT_RESULT *result);*/
I have not the log , but it was telling about "locations" was not found , more or less
Thank you