mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user