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:
esanchezm 2009-01-20 18:27:24 +00:00
parent 0f42b13670
commit 9e6bf36416
2 changed files with 6 additions and 0 deletions

View File

@ -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>
* ajax.php, include/config.inc.php, include/config_process.php,

View File

@ -60,6 +60,7 @@ function print_pandora_visual_map ($id_layout, $show_links = true, $draw_lines =
AND utimestamp >= UNIX_TIMESTAMP() - %d))',
$id_agent, $interval * 2);
$status = get_db_sql ($sql);
$status_parent = $status;
}
}