mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 00:18:03 +02: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