]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard:fix MTU Mismatch alert 39517/head
authorAashish Sharma <aashishsharma@localhost.localdomain>
Mon, 15 Feb 2021 04:43:39 +0000 (10:13 +0530)
committerKonstantin Shalygin <k0ste@k0ste.ru>
Wed, 17 Feb 2021 13:28:10 +0000 (20:28 +0700)
This PR intends to fix the expression used for MTU Mismatch alert in prometheus

Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit 8527489b9148a8845d6fccca6461b23ed7989172)

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