load_tables(); } echo ''; $id = get_parameter('id'); $label = base64_decode(get_parameter('label', '')); ?> 0) { $query = ui_get_url_refresh (false); echo ''; } ?> Pandora FMS Graph (<?php echo modules_get_agentmodule_agent_name ($id) . ' - ' . $label; ?>) 1) { $height = $height * ($zoom / 2.1); $width = $width * ($zoom / 1.4); echo ""; } $utime = get_system_time (); $current = date("Y-m-d", $utime); if ($start_date != $current) $date = strtotime($start_date); else $date = $utime; $urlImage = ui_get_full_url(false); $unit = db_get_value('unit', 'tagente_modulo', 'id_agente_modulo', $id); // log4x doesnt support flash yet // if ($config['flash_charts'] == 1) echo '
'; else echo '
'; switch ($graph_type) { case 'boolean': echo grafico_modulo_boolean ($id, $period, $draw_events, $width, $height, $label, $unit, $draw_alerts, $avg_only, false, $date, false, $urlImage, 'adapter_'.$graph_type, $time_compare, $unknown_graph); echo '
'; if ($show_events_graph) echo graphic_module_events($id, $width, $height, $period, $config['homeurl'], $zoom, 'adapted_'.$graph_type, $date); break; case 'sparse': echo grafico_modulo_sparse ($id, $period, $draw_events, $width, $height, $label, null, $draw_alerts, $avg_only, false, $date, $unit, $baseline, 0, true, false, $urlImage, 1, false, 'adapter_'.$graph_type, $time_compare, $unknown_graph); echo '
'; if ($show_events_graph) echo graphic_module_events($id, $width, $height, $period, $config['homeurl'], $zoom, 'adapted_'.$graph_type, $date); break; case 'string': echo grafico_modulo_string ($id, $period, $draw_events, $width, $height, $label, null, $draw_alerts, 1, false, $date, false, $urlImage, 'adapter_'.$graph_type); echo '
'; if ($show_events_graph) echo graphic_module_events($id, $width, $height, $period, $config['homeurl'], $zoom, 'adapted_'.$graph_type, $date); break; case 'log4x': echo grafico_modulo_log4x ($id, $period, $draw_events, $width, $height, $label, $unit_name, $draw_alerts, 1, $pure, $date); echo '
'; if ($show_events_graph) echo graphic_module_events($id, $width, $height, $period, $config['homeurl'], $zoom, '', $date); break; default: echo fs_error_image ('../images'); break; } echo '
'; //////////////////////////////////////////////////////////////// // SIDE MENU //////////////////////////////////////////////////////////////// $params = array(); // TOP TEXT $params['top_text'] = "
" . html_print_image('images/config_mc.png', true, array('width' => '16px')) . ' ' . __('Pandora FMS Graph configuration menu') . "
"; $params['body_text'] = "'; // outer // ICONS $params['icon_closed'] = '/images/graphmenu_arrow_hide.png'; $params['icon_open'] = '/images/graphmenu_arrow.png'; // SIZE $params['width'] = 500; // POSITION $params['position'] = 'left'; html_print_side_layer($params); // Hidden div to forced title html_print_div(array('id' => 'forced_title_layer', 'class' => 'forced_title_layer', 'hidden' => true)); ?>