mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2009-01-20 Esteban Sanchez <estebans@artica.es>
* include/functions_visual_map.php: Fixed a notice when the node looks for any monitor down in an agent. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1367 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8d09a7a49a
commit
f9a8497252
@ -1,3 +1,8 @@
|
|||||||
|
2009-01-20 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
|
* include/functions_visual_map.php: Fixed a notice when the node looks
|
||||||
|
for any monitor down in an agent.
|
||||||
|
|
||||||
2009-01-20 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
2009-01-20 Evi Vanoost <vanooste@rcbi.rochester.edu>
|
||||||
|
|
||||||
* ajax.php, include/config.inc.php, include/config_process.php,
|
* ajax.php, include/config.inc.php, include/config_process.php,
|
||||||
|
@ -60,6 +60,7 @@ function print_pandora_visual_map ($id_layout, $show_links = true, $draw_lines =
|
|||||||
AND utimestamp >= UNIX_TIMESTAMP() - %d))',
|
AND utimestamp >= UNIX_TIMESTAMP() - %d))',
|
||||||
$id_agent, $interval * 2);
|
$id_agent, $interval * 2);
|
||||||
$status = get_db_sql ($sql);
|
$status = get_db_sql ($sql);
|
||||||
|
$status_parent = $status;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user