Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Professional Edition
-
Ubuntu 14.10
Description
the leading slash seems to cause the graphs not to display, if it's removed it seems to work properly.
— exchange_trans_smtp.inc.php.old 2015-03-26 11:56:43.782530063 +1100
+++ exchange_trans_smtp.inc.php 2015-03-26 11:45:13.218506741 +1100
@@ -16,7 +16,7 @@
$colours = "mixed";
$nototal = 1;
$unit_text = "Queues";
-$rrd_filename = get_rrd_path($device, "/wmi-app-exchange-smtp.rrd");
+$rrd_filename = get_rrd_path($device, "wmi-app-exchange-smtp.rrd");
if (is_file($rrd_filename))
{
Attachments
Activity
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: classic default workflow [ 12144 ] | New: Observium workflow [ 13241 ] |
Assignee | Original: Adam Armstrong [ adama ] | New: Tom Laermans [ sid3windr ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Fixed in r7273, thanks!