mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Changed field in sql request
This commit is contained in:
parent
7c0f0e3b31
commit
09bb7d8cd8
@ -1722,7 +1722,7 @@ function modules_get_agentmodule_data ($id_agent_module, $period,
|
||||
break;
|
||||
//log4x
|
||||
case 24:
|
||||
$sql = sprintf ("SELECT message AS data, utimestamp
|
||||
$sql = sprintf ("SELECT stacktrace AS data, utimestamp
|
||||
FROM tagente_datos_log4x
|
||||
WHERE id_agente_modulo = %d
|
||||
AND utimestamp > %d AND utimestamp <= %d
|
||||
|
Loading…
x
Reference in New Issue
Block a user