fixes to mysql agent script. fixes to links on apps overview.

git-svn-id: http://www.observium.org/svn/observer/trunk@3082 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-04-24 10:48:07 +00:00
parent 46b7c74e51
commit 63d9e13039
2 changed files with 9 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ foreach ($app_list as $app)
unset($link_array['height'], $link_array['width']);
$link = generate_url($link_array);
$overlib_link = generate_device_link($device, shorthost($app_device['hostname']), array('tab'=>'apps','app'=>$app['app_type']))."<br/>";
$overlib_link = generate_device_link($app_device, shorthost($app_device['hostname']), array('tab'=>'apps','app'=>$app['app_type']))."<br/>";
$overlib_link .= generate_graph_tag($graph_array);
$overlib_content = generate_overlib_content($graph_array, $port['hostname'] . " - " . $port['label']);