2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/configurar_agente.php: fixed the lost ip in the audit when create the agent or module. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7798 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
45e1716c51
commit
f750c167ae
|
@ -1,3 +1,8 @@
|
|||
2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/configurar_agente.php: fixed the lost ip in the
|
||||
audit when create the agent or module.
|
||||
|
||||
2013-03-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/reporting/reporting_builder.item_editor.php: added tip for
|
||||
|
|
|
@ -220,7 +220,7 @@ if ($create_agent) {
|
|||
' Quiet: ' . (int)$quiet;
|
||||
|
||||
db_pandora_audit("Agent management",
|
||||
"Created agent $nombre_agente", false, false, $info);
|
||||
"Created agent $nombre_agente", false, true, $info);
|
||||
}
|
||||
else {
|
||||
$id_agente = 0;
|
||||
|
@ -1051,7 +1051,7 @@ if ($create_module) {
|
|||
|
||||
$agent = db_get_row ('tagente', 'id_agente', $id_agente);
|
||||
db_pandora_audit("Agent management",
|
||||
"Added module '$name' for agent ".$agent["nombre"], false, false, json_encode($values));
|
||||
"Added module '$name' for agent ".$agent["nombre"], false, true, json_encode($values));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue