Details
-
Type:
Incident report
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.4.7
-
Fix Version/s: 2.2.12rc1, 2.4.8rc1, 3.0.0alpha5
-
Component/s: Agent (G)
-
Labels:
Description
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