mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix icmp ping y-axis over 1000ms (#16039)
This commit is contained in:
@@ -28,7 +28,7 @@ if (\LibreNMS\Config::get('applied_site_style') != 'dark') {
|
||||
|
||||
$rrd_filename = Rrd::name($device['hostname'], 'icmp-perf');
|
||||
|
||||
$rrd_options .= ' --left-axis-format \'%4.0lfms\' --vertical-label Latency --right-axis 1:0 --right-axis-label \'Loss %\'';
|
||||
$rrd_options .= ' -X 0 --left-axis-format \'%4.0lfms\' --vertical-label Latency --right-axis 1:0 --right-axis-label \'Loss %\'';
|
||||
|
||||
$rrd_options .= ' DEF:ping=' . $rrd_filename . ':avg:AVERAGE';
|
||||
$rrd_options .= ' DEF:min=' . $rrd_filename . ':min:MIN';
|
||||
|
||||
Reference in New Issue
Block a user