]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard:fix MTU Mismatch alert 39462/head
authorAashish Sharma <aashishsharma@localhost.localdomain>
Mon, 15 Feb 2021 04:43:39 +0000 (10:13 +0530)
committerAashish Sharma <aashishsharma@localhost.localdomain>
Mon, 15 Feb 2021 04:43:39 +0000 (10:13 +0530)
This PR intends to fix the expression used for MTU Mismatch alert in prometheus

Signed-off-by: Aashish Sharma <aasharma@redhat.com>
monitoring/prometheus/alerts/ceph_default_alerts.yml

index abc6f647142b58447855ad36c3d8a3e9c526123d..1cb4be7c9b086ed99c1d9ab42b6874574beccec8 100644 (file)
@@ -215,7 +215,7 @@ groups:
             rate of the past 48 hours.
 
       - alert: MTU Mismatch
-        expr: node_network_mtu_bytes{device!="lo"} != on(device) group_left() (quantile(0.5, node_network_mtu_bytes{device!="lo"}) by (device))
+        expr: node_network_mtu_bytes{device!="lo"} != on() group_left() (quantile(0.5, node_network_mtu_bytes{device!="lo"}))
         labels:
           severity: warning
           type: ceph_default