summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-11-17 18:10:59 +0200
committerGitHub <noreply@github.com>2023-11-17 18:10:59 +0200
commitcd756ea7f8c013cf7598fc75546eb79c00cc9cf8 (patch)
treec815045a6c4b5f03b79a2fd443311638a3fffaa9 /health
parent4d09131255f907966fceaa60052e4f91e3b01e51 (diff)
proc_net_dev: keep nic_speed_max in kilobits (#16429)
Diffstat (limited to 'health')
-rw-r--r--health/health.d/net.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.d/net.conf b/health/health.d/net.conf
index 59ff7167e9..2dfe6bbaf2 100644
--- a/health/health.d/net.conf
+++ b/health/health.d/net.conf
@@ -11,7 +11,7 @@
component: Network
os: *
hosts: *
- calc: ( $nic_speed_max > 0 ) ? ( $nic_speed_max) : ( nan )
+ calc: ( $nic_speed_max > 0 ) ? ( $nic_speed_max / 1000) : ( nan )
units: Mbit
every: 10s
info: Network interface ${label:device} current speed