Commit version 24.12.13800
This commit is contained in:
@ -5,19 +5,19 @@
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage graphs
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2019 Observium Limited
|
||||
* @package observium
|
||||
* @subpackage graphs
|
||||
* @copyright (C) Adam Armstrong
|
||||
*
|
||||
*/
|
||||
|
||||
$nototal = 1;
|
||||
$nototal = 1;
|
||||
|
||||
$ds_in = "msg_recv";
|
||||
$ds_out = "msg_sent";
|
||||
$ds_in = "msg_recv";
|
||||
$ds_out = "msg_sent";
|
||||
|
||||
$graph_titel .= "::messages";
|
||||
$unit_text = "Messages/sec";
|
||||
$graph_titel .= "::messages";
|
||||
$unit_text = "Messages/sec";
|
||||
|
||||
$colour_line_in = "008800FF";
|
||||
$colour_line_out = "000088FF";
|
||||
@ -26,13 +26,12 @@ $colour_area_out = "CECEFF66";
|
||||
$colour_area_in_max = $config['colours']['graphs']['pkts']['in_max'];
|
||||
$colour_area_out_max = $config['colours']['graphs']['pkts']['out_max'];
|
||||
|
||||
$mailscanner_rrd = get_rrd_path($device, "app-mailscannerV2-" . $app['app_id'] . ".rrd");
|
||||
$mailscanner_rrd = get_rrd_path($device, "app-mailscannerV2-" . $app['app_id'] . ".rrd");
|
||||
|
||||
if (rrd_is_file($mailscanner_rrd))
|
||||
{
|
||||
$rrd_filename = $mailscanner_rrd;
|
||||
if (rrd_is_file($mailscanner_rrd)) {
|
||||
$rrd_filename = $mailscanner_rrd;
|
||||
}
|
||||
|
||||
include($config['html_dir']."/includes/graphs/generic_duplex.inc.php");
|
||||
include($config['html_dir'] . "/includes/graphs/generic_duplex.inc.php");
|
||||
|
||||
// EOF
|
||||
|
Reference in New Issue
Block a user