Show agent execution time in seconds

Because a graph that shows a value of 1.25k milliseconds doesn't make a lot of sense.
This commit is contained in:
Paul Gear
2015-07-11 13:54:09 +10:00
parent c3adf36d88
commit 249707e2c6

View File

@@ -18,8 +18,10 @@ $colour_line = "36393D";
$colour_area_max = "FFEE99";
$graph_max = 1;
$multiplier = 1000;
$multiplier_action = "/";
$unit_text = "msec";
$unit_text = "Seconds";
require "includes/graphs/generic_simplex.inc.php";